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

/external/chromium_org/ppapi/proxy/
H A Dppp_find_proxy.h17 class PPP_Find_Proxy : public InterfaceProxy { class in namespace:ppapi::proxy
19 explicit PPP_Find_Proxy(Dispatcher* dispatcher);
20 virtual ~PPP_Find_Proxy();
40 DISALLOW_COPY_AND_ASSIGN(PPP_Find_Proxy);
H A Dppp_find_proxy.cc53 PPP_Find_Proxy::PPP_Find_Proxy(Dispatcher* dispatcher) function in class:ppapi::proxy::PPP_Find_Proxy
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,
97 void PPP_Find_Proxy
[all...]

Completed in 373 milliseconds