HomeSort by relevance Sort by last modified time
    Searched defs:PPP_Find_Proxy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
ppp_find_proxy.h 17 class PPP_Find_Proxy : public InterfaceProxy {
19 explicit PPP_Find_Proxy(Dispatcher* dispatcher);
20 virtual ~PPP_Find_Proxy();
40 DISALLOW_COPY_AND_ASSIGN(PPP_Find_Proxy);
ppp_find_proxy.cc 5 #include "ppapi/proxy/ppp_find_proxy.h"
53 PPP_Find_Proxy::PPP_Find_Proxy(Dispatcher* dispatcher)
62 PPP_Find_Proxy::~PPP_Find_Proxy() {
66 const PPP_Find_Private* PPP_Find_Proxy::GetProxyInterface() {
70 bool PPP_Find_Proxy::OnMessageReceived(const IPC::Message& msg) {
75 IPC_BEGIN_MESSAGE_MAP(PPP_Find_Proxy, msg)
85 void PPP_Find_Proxy::OnPluginMsgStartFind(PP_Instance instance,
91 void PPP_Find_Proxy::OnPluginMsgSelectFindResult(PP_Instance instance
    [all...]

Completed in 106 milliseconds