5 #ifndef PPAPI_CPP_TEXT_INPUT_CONTROLLER_H_ 
    6 #define PPAPI_CPP_TEXT_INPUT_CONTROLLER_H_ 
   10 #include "ppapi/c/ppb_text_input_controller.h" 
   73 #endif  // PPAPI_CPP_TEXT_INPUT_CONTROLLER_H_ 
void UpdateSurroundingText(const Var &text, uint32_t caret, uint32_t anchor)
 
void CancelCompositionText()
 
void SetTextInputType(PP_TextInput_Type type)
 
void UpdateCaretPosition(const Rect &caret)
 
A generic type used for passing data types between the module and the page. 
 
~TextInputController()
Destructor. 
 
TextInputController(const InstanceHandle &instance)