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

/external/chromium/chrome/browser/resources/file_manager/js/
H A Dharness.js5 var harness = {
7 * Kick off the test harness.
9 * Called by harness.html after the dom has been parsed.
12 console.log('Initializing harness...');
85 * done. Since harness.fileManager is intended to be used for debugging
94 * Import a list of File objects into harness.filesystem.
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsignalthread_unittest.cc38 SlowSignalThread(SignalThreadTest* harness) : harness_(harness) { argument
46 const SignalThreadTest* harness() { return harness_; } function in class:SignalThreadTest::SlowSignalThread
81 EXPECT_EQ(t->harness(), this);
118 explicit OwnerThread(SignalThreadTest* harness) argument
119 : 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.cc57 // We assume that only 1 harness's GetInterface function will ever support a
79 void SetUpRemoteHarness(ProxyTestHarnessBase* harness, argument
84 harness->SetUpHarnessWithChannel(handle, ipc_message_loop_proxy,
89 void TearDownRemoteHarness(ProxyTestHarnessBase* harness, argument
91 harness->TearDownHarness();
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.cc115 const ProfileSyncServiceHarness* harness) {
116 DCHECK(harness);
118 if (harness->service()->sync_initialized())
121 if (harness->HasAuthError())
124 if (harness->service()->IsRetryingAccessTokenFetchForTest())
132 bool DoneWaitingForInitialSync(const ProfileSyncServiceHarness* harness) { argument
133 DCHECK(harness);
135 if (harness->IsFullySynced())
138 if (harness->service()->passphrase_required_reason() ==
143 if (harness
114 DoneWaitingForBackendInitialization( const ProfileSyncServiceHarness* harness) argument
151 DoneWaitingForFullSync(const ProfileSyncServiceHarness* harness) argument
168 IsPassphraseRequired(const ProfileSyncServiceHarness* harness) argument
175 IsPassphraseAccepted(const ProfileSyncServiceHarness* harness) argument
183 NoPendingBackendMigration(const ProfileSyncServiceHarness* harness) argument
190 HasActionableError(const ProfileSyncServiceHarness* harness) argument
[all...]

Completed in 143 milliseconds