HomeSort by relevance Sort by last modified time
    Searched defs:host_dispatcher (Results 1 - 3 of 3) 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);
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
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 22 #include "ppapi/proxy/host_dispatcher.h"
342 ppapi::proxy::HostDispatcher* host_dispatcher = local
344 host_dispatcher->set_allow_plugin_reentrancy();

Completed in 185 milliseconds