Searched refs:PPB_TextInput_Dev_0_2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.cc33 template <> const char* interface_name<PPB_TextInput_Dev_0_2>() {
61 if (has_interface<PPB_TextInput_Dev_0_2>()) {
62 get_interface<PPB_TextInput_Dev_0_2>()->SetTextInputType(
72 if (has_interface<PPB_TextInput_Dev_0_2>()) {
73 get_interface<PPB_TextInput_Dev_0_2>()->UpdateCaretPosition(
82 if (has_interface<PPB_TextInput_Dev_0_2>()) {
83 get_interface<PPB_TextInput_Dev_0_2>()->CancelCompositionText(
92 if (has_interface<PPB_TextInput_Dev_0_2>()) {
93 get_interface<PPB_TextInput_Dev_0_2>()->SelectionChanged(
101 if (has_interface<PPB_TextInput_Dev_0_2>()) {
[all...]
/external/chromium_org/ppapi/c/dev/
H A Dppb_text_input_dev.h70 struct PPB_TextInput_Dev_0_2 { struct
128 typedef struct PPB_TextInput_Dev_0_2 PPB_TextInput_Dev;
/external/chromium_org/ppapi/thunk/
H A Dppb_text_input_thunk.cc103 const PPB_TextInput_Dev_0_2 g_ppb_textinput_0_2_thunk = {
124 const PPB_TextInput_Dev_0_2* GetPPB_TextInput_Dev_0_2_Thunk() {
H A Dinterfaces_ppb_public_dev.h35 PPB_TextInput_Dev_0_2)

Completed in 5613 milliseconds