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

/external/chromium/chrome/browser/search_engines/
H A Dsearch_provider_install_data_unittest.cc70 void VerifyInstallState(SearchProviderInstallData::State expected_state,
144 SearchProviderInstallData::State expected_state,
149 if (expected_state == actual_state)
154 expected_state << ". Actual " << actual_state << ".";
143 VerifyInstallState( SearchProviderInstallData::State expected_state, const std::string& url) argument
/external/chromium/chrome/browser/accessibility/
H A Daccessibility_win_browsertest.cc69 void SetExpectedState(LONG expected_state);
251 void AccessibleChecker::SetExpectedState(LONG expected_state) { argument
252 state_ = expected_state;
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc32 STARTED_WAITING, // Start waiting for state_ to change to expected_state.
153 void WaitForWaitStateChange(TimeDelta wait_time, WaitState expected_state) { argument
158 while (wait_state_ != expected_state && TimeTicks::Now() < end_time)
169 State WaitForStateChange(const TimeDelta& wait_time, State expected_state) { argument
175 // object's state changes to the expected_state or until wait_time elapses.
180 while (thread_watcher_state_ != expected_state &&
188 if (exit_state == expected_state)
197 CheckResponseState expected_state) {
203 // object's check_response_state_ changes to the expected_state or until
209 while (check_response_state_ != expected_state
196 WaitForCheckResponse(const TimeDelta& wait_time, CheckResponseState expected_state) argument
[all...]
/external/chromium/net/ftp/
H A Dftp_network_transaction_unittest.cc595 State expected_state)
598 expected_state_(expected_state) {}
602 State expected_state)
605 expected_state_(expected_state) {}
631 State expected_state)
633 expected_state_(expected_state) {
656 FtpSocketDataProviderEvilSize(const char* size_response, State expected_state) argument
658 expected_state_(expected_state) {
594 FtpSocketDataProviderEvilEpsv(const char* epsv_response, State expected_state) argument
600 FtpSocketDataProviderEvilEpsv(const char* epsv_response, size_t epsv_response_length, State expected_state) argument
630 FtpSocketDataProviderEvilPasv(const char* pasv_response, State expected_state) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc648 UpdateState expected_state) {
673 int expected_error_count = (expected_state == FAILED) ? 1 : 0;
676 if (expected_state <= FAILED) {
683 (expected_state >= INSTALLED) ? 1 : 0;
685 (expected_state >= ENABLED) ? 1 : 0;
647 UpdateExtension(const std::string& id, const FilePath& in_path, UpdateState expected_state) argument

Completed in 302 milliseconds