HomeSort by relevance Sort by last modified time
    Searched refs:host_dispatcher (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ppapi/proxy/
ppp_messaging_proxy_unittest.cc 88 Dispatcher* host_dispatcher = host().GetDispatcher(); local
89 CallHandleMessage(host_dispatcher, expected_instance, expected_var);
96 CallHandleMessage(host_dispatcher, expected_instance, expected_var);
103 CallHandleMessage(host_dispatcher, expected_instance, expected_var);
111 CallHandleMessage(host_dispatcher, expected_instance, expected_var);
119 CallHandleMessage(host_dispatcher, expected_instance, expected_var);
128 CallHandleMessage(host_dispatcher, expected_instance, expected_var);
ppp_messaging_proxy_perftest.cc 81 host().host_dispatcher()->Send(new PpapiMsg_PPPMessaging_HandleMessage(
84 ppapi::proxy::SerializedVarSendInput(host().host_dispatcher(),
ppp_instance_private_proxy_unittest.cc 15 #include "ppapi/proxy/host_dispatcher.h"
154 HostDispatcher::SetForInstance(kInstance, host().host_dispatcher());
167 host().host_dispatcher()->GetProxiedInterface(
170 host().host_dispatcher()->GetProxiedInterface(
ppapi_proxy_test.h 16 #include "ppapi/proxy/host_dispatcher.h"
242 HostDispatcher* host_dispatcher() { return host_dispatcher_.get(); } function in class:ppapi::proxy::HostProxyTestHarness
ppp_instance_proxy_unittest.cc 122 host().host_dispatcher()->GetProxiedInterface(
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 22 #include "ppapi/proxy/host_dispatcher.h"
343 ppapi::proxy::HostDispatcher* host_dispatcher = local
345 host_dispatcher->set_allow_plugin_reentrancy();

Completed in 211 milliseconds