PPP_Find_Proxy    305 ppapi/proxy/interface_list.cc   AddProxy(API_ID_PPP_FIND_PRIVATE, &ProxyFactory<PPP_Find_Proxy>);
PPP_Find_Proxy    306 ppapi/proxy/interface_list.cc   AddPPP(PPP_FIND_PRIVATE_INTERFACE, PPP_Find_Proxy::GetProxyInterface());
PPP_Find_Proxy     53 ppapi/proxy/ppp_find_proxy.cc PPP_Find_Proxy::PPP_Find_Proxy(Dispatcher* dispatcher)
PPP_Find_Proxy     62 ppapi/proxy/ppp_find_proxy.cc PPP_Find_Proxy::~PPP_Find_Proxy() {
PPP_Find_Proxy     66 ppapi/proxy/ppp_find_proxy.cc const PPP_Find_Private* PPP_Find_Proxy::GetProxyInterface() {
PPP_Find_Proxy     70 ppapi/proxy/ppp_find_proxy.cc bool PPP_Find_Proxy::OnMessageReceived(const IPC::Message& msg) {
PPP_Find_Proxy     75 ppapi/proxy/ppp_find_proxy.cc   IPC_BEGIN_MESSAGE_MAP(PPP_Find_Proxy, msg)
PPP_Find_Proxy     85 ppapi/proxy/ppp_find_proxy.cc void PPP_Find_Proxy::OnPluginMsgStartFind(PP_Instance instance,
PPP_Find_Proxy     91 ppapi/proxy/ppp_find_proxy.cc void PPP_Find_Proxy::OnPluginMsgSelectFindResult(PP_Instance instance,
PPP_Find_Proxy     97 ppapi/proxy/ppp_find_proxy.cc void PPP_Find_Proxy::OnPluginMsgStopFind(PP_Instance instance) {
PPP_Find_Proxy     17 ppapi/proxy/ppp_find_proxy.h class PPP_Find_Proxy : public InterfaceProxy {
PPP_Find_Proxy     19 ppapi/proxy/ppp_find_proxy.h   explicit PPP_Find_Proxy(Dispatcher* dispatcher);
PPP_Find_Proxy     20 ppapi/proxy/ppp_find_proxy.h   virtual ~PPP_Find_Proxy();
PPP_Find_Proxy     40 ppapi/proxy/ppp_find_proxy.h   DISALLOW_COPY_AND_ASSIGN(PPP_Find_Proxy);