Include dependency graph for ppb_text_input_controller.h:
Data Structures
struct | PPB_TextInputController |
PPB_TextInputController provides a set of functions for giving hints to the browser about the text input status of plugins, and functions for controlling input method editors (IMEs). More... |
Defines
#define | PPB_TEXTINPUTCONTROLLER_INTERFACE "PPB_TextInputController;1.0" |
#define | PPB_TEXTINPUTCONTROLLER_INTERFACE PPB_TEXTINPUTCONTROLLER_INTERFACE |
Typedefs
typedef struct PPB_TextInputController | PPB_TextInputController |
Enumerations
enum | PP_TextInput_Type { PP_TEXTINPUT_TYPE_NONE = 0, PP_TEXTINPUT_TYPE_TEXT = 1, PP_TEXTINPUT_TYPE_PASSWORD = 2, PP_TEXTINPUT_TYPE_SEARCH = 3, PP_TEXTINPUT_TYPE_EMAIL = 4, PP_TEXTINPUT_TYPE_NUMBER = 5, PP_TEXTINPUT_TYPE_TELEPHONE = 6, PP_TEXTINPUT_TYPE_URL = 7 } |
Variables
Detailed Description
This file defines the PPB_TextInputController
interface.
Define Documentation
#define PPB_TEXTINPUTCONTROLLER_INTERFACE "PPB_TextInputController;1.0" |