Searched defs:harness (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_watcher.cc11 MigrationWatcher::MigrationWatcher(ProfileSyncServiceHarness* harness) argument
12 : harness_(harness), migration_waiter_(NULL) {
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread_unittest.cc22 SlowSignalThread(SignalThreadTest* harness) : harness_(harness) { argument
30 const SignalThreadTest* harness() { return harness_; } function in class:SignalThreadTest::SlowSignalThread
65 EXPECT_EQ(t->harness(), this);
102 explicit OwnerThread(SignalThreadTest* harness) argument
103 : harness_(harness),
/external/chromium_org/ppapi/proxy/
H A Ddevice_enumeration_resource_helper_unittest.cc31 Connection GetConnection(PluginProxyTestHarness* harness) { argument
32 CHECK(harness->GetGlobals()->IsPluginGlobals());
35 static_cast<PluginGlobals*>(harness->GetGlobals())->GetBrowserSender(),
36 harness->plugin_dispatcher());
H A Dppapi_proxy_test.cc58 // We assume that only 1 harness's GetInterface function will ever support a
80 void SetUpRemoteHarness(ProxyTestHarnessBase* harness, argument
85 harness->SetUpHarnessWithChannel(handle, ipc_message_loop_proxy,
90 void TearDownRemoteHarness(ProxyTestHarnessBase* harness, argument
92 harness->TearDownHarness();

Completed in 3786 milliseconds