Searched defs:PPP_TextInput_Proxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dppp_text_input_proxy.h16 class PPP_TextInput_Proxy : public InterfaceProxy { class in namespace:ppapi::proxy
18 PPP_TextInput_Proxy(Dispatcher* dispatcher);
19 virtual ~PPP_TextInput_Proxy();
36 DISALLOW_COPY_AND_ASSIGN(PPP_TextInput_Proxy);
H A Dppp_text_input_proxy.cc43 const PPP_TextInput_Dev* PPP_TextInput_Proxy::GetProxyInterface() {
47 PPP_TextInput_Proxy::PPP_TextInput_Proxy(Dispatcher* dispatcher) function in class:ppapi::proxy::PPP_TextInput_Proxy
56 PPP_TextInput_Proxy::~PPP_TextInput_Proxy() {
59 bool PPP_TextInput_Proxy::OnMessageReceived(const IPC::Message& msg) {
64 IPC_BEGIN_MESSAGE_MAP(PPP_TextInput_Proxy, msg)
72 void PPP_TextInput_Proxy::OnMsgRequestSurroundingText(

Completed in 134 milliseconds