PPP_TextInput_Proxy  300 ppapi/proxy/interface_list.cc   AddProxy(API_ID_PPP_TEXT_INPUT, &ProxyFactory<PPP_TextInput_Proxy>);
PPP_TextInput_Proxy  301 ppapi/proxy/interface_list.cc   AddPPP(PPP_TEXTINPUT_DEV_INTERFACE, PPP_TextInput_Proxy::GetProxyInterface());
PPP_TextInput_Proxy   43 ppapi/proxy/ppp_text_input_proxy.cc const PPP_TextInput_Dev* PPP_TextInput_Proxy::GetProxyInterface() {
PPP_TextInput_Proxy   47 ppapi/proxy/ppp_text_input_proxy.cc PPP_TextInput_Proxy::PPP_TextInput_Proxy(Dispatcher* dispatcher)
PPP_TextInput_Proxy   56 ppapi/proxy/ppp_text_input_proxy.cc PPP_TextInput_Proxy::~PPP_TextInput_Proxy() {
PPP_TextInput_Proxy   59 ppapi/proxy/ppp_text_input_proxy.cc bool PPP_TextInput_Proxy::OnMessageReceived(const IPC::Message& msg) {
PPP_TextInput_Proxy   64 ppapi/proxy/ppp_text_input_proxy.cc   IPC_BEGIN_MESSAGE_MAP(PPP_TextInput_Proxy, msg)
PPP_TextInput_Proxy   72 ppapi/proxy/ppp_text_input_proxy.cc void PPP_TextInput_Proxy::OnMsgRequestSurroundingText(
PPP_TextInput_Proxy   16 ppapi/proxy/ppp_text_input_proxy.h class PPP_TextInput_Proxy : public InterfaceProxy {
PPP_TextInput_Proxy   18 ppapi/proxy/ppp_text_input_proxy.h   PPP_TextInput_Proxy(Dispatcher* dispatcher);
PPP_TextInput_Proxy   19 ppapi/proxy/ppp_text_input_proxy.h   virtual ~PPP_TextInput_Proxy();
PPP_TextInput_Proxy   36 ppapi/proxy/ppp_text_input_proxy.h   DISALLOW_COPY_AND_ASSIGN(PPP_TextInput_Proxy);