OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_TextInput_Type
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/ppapi/c/
ppb_text_input_controller.h
34
*
PP_TextInput_Type
is used to indicate the status of a plugin in regard to
56
}
PP_TextInput_Type
;
57
PP_COMPILE_ASSERT_SIZE_IN_BYTES(
PP_TextInput_Type
, 4);
79
void (*SetTextInputType)(PP_Instance instance,
PP_TextInput_Type
type);
/external/chromium_org/ppapi/api/
ppb_text_input_controller.idl
15
*
PP_TextInput_Type
is used to indicate the status of a plugin in regard to
19
enum
PP_TextInput_Type
{
54
[in]
PP_TextInput_Type
type);
/external/chromium_org/ppapi/cpp/
text_input_controller.h
39
void SetTextInputType(
PP_TextInput_Type
type);
text_input_controller.cc
29
void TextInputController::SetTextInputType(
PP_TextInput_Type
type) {
/external/chromium_org/ppapi/thunk/
ppb_text_input_thunk.cc
39
void SetTextInputType(PP_Instance instance,
PP_TextInput_Type
type) {
49
static_cast<
PP_TextInput_Type
>(type));
ppb_instance_api.h
124
PP_TextInput_Type
type) = 0;
/external/chromium_org/ppapi/proxy/
ppb_instance_proxy.h
94
PP_TextInput_Type
type) OVERRIDE;
196
void OnHostMsgSetTextInputType(PP_Instance instance,
PP_TextInput_Type
type);
ppapi_messages.h
112
IPC_ENUM_TRAITS(
PP_TextInput_Type
)
[
all
...]
ppb_instance_proxy.cc
768
PP_TextInput_Type
type) {
[
all
...]
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h
422
PP_TextInput_Type
type) OVERRIDE;
[
all
...]
pepper_plugin_instance_impl.cc
203
// Check
PP_TextInput_Type
and ui::TextInputType are kept in sync.
[
all
...]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 191 milliseconds