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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 62 // and the other handler is for the HostProxyTestHarness which should only
404 // HostProxyTestHarness --------------------------------------------------------
406 class HostProxyTestHarness::MockSyncMessageStatusReceiver
413 HostProxyTestHarness::HostProxyTestHarness(GlobalsConfiguration globals_config)
418 HostProxyTestHarness::~HostProxyTestHarness() {
421 PpapiGlobals* HostProxyTestHarness::GetGlobals() {
425 Dispatcher* HostProxyTestHarness::GetDispatcher() {
429 void HostProxyTestHarness::SetUpHarness()
    [all...]
ppapi_proxy_test.h 237 class HostProxyTestHarness : public ProxyTestHarnessBase {
239 explicit HostProxyTestHarness(GlobalsConfiguration globals_config);
240 virtual ~HostProxyTestHarness();
300 class HostProxyTest : public HostProxyTestHarness, public testing::Test {
322 HostProxyTestHarness& host() { return host_; }
340 HostProxyTestHarness host_;

Completed in 50 milliseconds