Home
last modified time | relevance | path

Searched refs:PPP_TextInput_Proxy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppp_text_input_proxy.cc43 const PPP_TextInput_Dev* PPP_TextInput_Proxy::GetProxyInterface() { in GetProxyInterface()
47 PPP_TextInput_Proxy::PPP_TextInput_Proxy(Dispatcher* dispatcher) in PPP_TextInput_Proxy() function in ppapi::proxy::PPP_TextInput_Proxy
56 PPP_TextInput_Proxy::~PPP_TextInput_Proxy() { in ~PPP_TextInput_Proxy()
59 bool PPP_TextInput_Proxy::OnMessageReceived(const IPC::Message& msg) { in OnMessageReceived()
64 IPC_BEGIN_MESSAGE_MAP(PPP_TextInput_Proxy, msg) in OnMessageReceived()
72 void PPP_TextInput_Proxy::OnMsgRequestSurroundingText( in OnMsgRequestSurroundingText()
Dppp_text_input_proxy.h16 class PPP_TextInput_Proxy : public InterfaceProxy {
18 PPP_TextInput_Proxy(Dispatcher* dispatcher);
19 virtual ~PPP_TextInput_Proxy();
36 DISALLOW_COPY_AND_ASSIGN(PPP_TextInput_Proxy);
Dinterface_list.cc284 AddProxy(API_ID_PPP_TEXT_INPUT, &ProxyFactory<PPP_TextInput_Proxy>); in InterfaceList()
286 PPP_TextInput_Proxy::GetProxyInterface()); in InterfaceList()