Home
last modified time | relevance | path

Searched refs:expected_state (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/search_engines/
Dsearch_provider_install_data_unittest.cc49 void VerifyInstallState(SearchProviderInstallData::State expected_state,
103 SearchProviderInstallData::State expected_state, in VerifyInstallState() argument
108 EXPECT_EQ(expected_state, actual_state) in VerifyInstallState()
110 << expected_state << ". Actual " << actual_state << "."; in VerifyInstallState()
/external/chromium_org/content/browser/service_worker/
Dservice_worker_handle_unittest.cc29 blink::WebServiceWorkerState expected_state, in VerifyStateChangedMessage() argument
36 EXPECT_EQ(expected_state, param.c); in VerifyStateChangedMessage()
/external/chromium_org/chrome/browser/metrics/
Dthread_watcher_unittest.cc165 void WaitForWaitStateChange(TimeDelta wait_time, WaitState expected_state) { in WaitForWaitStateChange() argument
170 while (wait_state_ != expected_state && TimeTicks::Now() < end_time) in WaitForWaitStateChange()
181 State WaitForStateChange(const TimeDelta& wait_time, State expected_state) { in WaitForStateChange() argument
192 while (thread_watcher_state_ != expected_state && in WaitForStateChange()
200 if (exit_state == expected_state) in WaitForStateChange()
209 CheckResponseState expected_state) { in WaitForCheckResponse() argument
221 while (check_response_state_ != expected_state && in WaitForCheckResponse()
229 if (exit_state == expected_state) in WaitForCheckResponse()
/external/lldb/test/functionalities/inferior-crashing/recursive-inferior/
DTestRecursiveInferior.py208 expected_state = 'exited' # Provide the exit code.
210expected_state = 'stopped' # TODO: Determine why 'next' and 'continue' have no effect after a cras…
213 substrs = ['Process', expected_state])
/external/chromium_org/chrome/browser/ui/panels/
Dbase_panel_browser_test.cc281 Panel* panel, ActiveState expected_state) { in WaitForPanelActiveState() argument
282 DCHECK(expected_state == SHOW_AS_ACTIVE || in WaitForPanelActiveState()
283 expected_state == SHOW_AS_INACTIVE); in WaitForPanelActiveState()
292 PanelActiveStateObserver signal(panel, expected_state == SHOW_AS_ACTIVE); in WaitForPanelActiveState()
/external/chromium_org/net/ftp/
Dftp_network_transaction_unittest.cc639 State expected_state) in FtpSocketDataProviderEvilEpsv() argument
642 expected_state_(expected_state) {} in FtpSocketDataProviderEvilEpsv()
646 State expected_state) in FtpSocketDataProviderEvilEpsv() argument
649 expected_state_(expected_state) {} in FtpSocketDataProviderEvilEpsv()
674 FtpSocketDataProviderEvilPasv(const char* pasv_response, State expected_state) in FtpSocketDataProviderEvilPasv() argument
676 expected_state_(expected_state) { in FtpSocketDataProviderEvilPasv()
699 FtpSocketDataProviderEvilSize(const char* size_response, State expected_state) in FtpSocketDataProviderEvilSize() argument
701 expected_state_(expected_state) { in FtpSocketDataProviderEvilSize()
/external/chromium_org/chromeos/network/
Dnetwork_change_notifier_chromeos_unittest.cc49 NotifierState expected_state; member
228 VerifyNotifierState(test_cases[i].expected_state); in TEST_F()
/external/chromium_org/content/browser/accessibility/
Daccessibility_win_browsertest.cc198 void SetExpectedState(LONG expected_state);
283 void AccessibleChecker::SetExpectedState(LONG expected_state) { in SetExpectedState() argument
284 state_ = expected_state; in SetExpectedState()
/external/chromium_org/ui/base/ime/
Dinput_method_chromeos_unittest.cc114 uint32 expected_state, in SynchronousKeyEventHandler() argument
118 expected_state_(expected_state), in SynchronousKeyEventHandler()
146 uint32 expected_state) in AsynchronousKeyEventHandler() argument
149 expected_state_(expected_state) {} in AsynchronousKeyEventHandler()
/external/chromium_org/chrome/browser/download/
Dsave_page_browsertest.cc145 DownloadItem::DownloadState expected_state, in DownloadStoredProperly() argument
171 if (info.state != expected_state) { in DownloadStoredProperly()
173 << " != " << expected_state; in DownloadStoredProperly()
/external/chromium_org/content/common/gpu/media/
Dvideo_decode_accelerator_unittest.cc1037 ClientState expected_state) { in AssertWaitForStateOrDeleted() argument
1039 if (state == expected_state) return; in AssertWaitForStateOrDeleted()
1042 << ", instead of " << expected_state; in AssertWaitForStateOrDeleted()
/external/chromium_org/content/browser/download/
Ddownload_item_impl_unittest.cc296 DownloadItem::DownloadState expected_state) { in CleanupItem() argument
297 EXPECT_EQ(expected_state, item->GetState()); in CleanupItem()
299 if (expected_state == DownloadItem::IN_PROGRESS) { in CleanupItem()
/external/chromium_org/chrome/browser/chromeos/login/
Dwizard_controller_browsertest.cc175 policy::AutoEnrollmentState expected_state, in QuitLoopOnAutoEnrollmentProgress() argument
178 if (expected_state == actual_state) in QuitLoopOnAutoEnrollmentProgress()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession_unittest.cc661 BaseSession::State expected_state) { in SetLocalDescriptionExpectState() argument
663 EXPECT_EQ(expected_state, session_->state()); in SetLocalDescriptionExpectState()
689 BaseSession::State expected_state) { in SetRemoteDescriptionExpectState() argument
691 EXPECT_EQ(expected_state, session_->state()); in SetRemoteDescriptionExpectState()
1074 WebRtcSessionCreateSDPObserverForTest::State expected_state = in VerifyMultipleAsyncCreateDescription() local
1079 EXPECT_EQ_WAIT(expected_state, observers[i]->state(), 1000); in VerifyMultipleAsyncCreateDescription()
/external/chromium_org/chrome/browser/extensions/
Dextension_service_unittest.cc785 UpdateState expected_state) { in PackCRXAndUpdateExtension() argument
791 UpdateExtension(id, crx_path, expected_state); in PackCRXAndUpdateExtension()
796 UpdateState expected_state) { in UpdateExtension() argument
828 int expected_error_count = (expected_state == FAILED) ? 1 : 0; in UpdateExtension()
831 if (expected_state <= FAILED) { in UpdateExtension()
838 (expected_state >= INSTALLED) ? 1 : 0; in UpdateExtension()
840 (expected_state >= ENABLED) ? 1 : 0; in UpdateExtension()