Home
last modified time | relevance | path

Searched refs:PPP_TextInput_Dev (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppp_text_input_proxy.cc32 const PPP_TextInput_Dev g_ppp_text_input_thunk = {
37 static const PPP_TextInput_Dev g_ppp_text_input_thunk = {};
43 const PPP_TextInput_Dev* PPP_TextInput_Proxy::GetProxyInterface() { in GetProxyInterface()
51 ppp_text_input_impl_ = static_cast<const PPP_TextInput_Dev*>( in PPP_TextInput_Proxy()
Dppp_text_input_proxy.h21 static const PPP_TextInput_Dev* GetProxyInterface();
34 const PPP_TextInput_Dev* ppp_text_input_impl_;
/external/chromium_org/ppapi/api/dev/
Dppp_text_input_dev.idl7 * This file defines the <code>PPP_TextInput_Dev</code> interface.
15 * <code>PPP_TextInput_Dev</code> is a set of function pointers that the
18 interface PPP_TextInput_Dev {
Dppb_text_input_dev.idl72 * In response to the <code>PPP_TextInput_Dev::RequestSurroundingText</code>
103 * pings back by <code>PPP_TextInput_Dev::RequestSurroundingText</code>. The
/external/chromium_org/ppapi/c/dev/
Dppp_text_input_dev.h43 typedef struct PPP_TextInput_Dev_0_1 PPP_TextInput_Dev; typedef
/external/chromium_org/ppapi/cpp/dev/
Dtext_input_dev.cc29 const PPP_TextInput_Dev ppp_text_input = {
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.h717 const PPP_TextInput_Dev* plugin_textinput_interface_;
Dpepper_plugin_instance_impl.cc1434 static_cast<const PPP_TextInput_Dev*>(module_->GetPluginInterface( in LoadTextInputInterface()