/external/chromium_org/chromeos/network/ |
network_configuration_handler_unittest.cc | 113 EXPECT_CALL(*mock_service_client_, GetProperties(_, _)) 115 EXPECT_CALL(*mock_manager_client_, GetProperties(_)) 117 EXPECT_CALL(*mock_manager_client_, AddPropertyChangedObserver(_)) 119 EXPECT_CALL(*mock_manager_client_, RemovePropertyChangedObserver(_)) 225 EXPECT_CALL(*mock_service_client_, 236 EXPECT_CALL(*mock_service_client_, 259 EXPECT_CALL(*mock_service_client_, 282 EXPECT_CALL(*mock_service_client_, 296 EXPECT_CALL(*mock_service_client_, 319 EXPECT_CALL(*mock_service_client_ [all...] |
/external/chromium_org/chrome/renderer/ |
content_settings_observer_browsertest.cc | 58 EXPECT_CALL(observer, 75 EXPECT_CALL(observer, 190 EXPECT_CALL(mock_observer, 206 EXPECT_CALL( 233 EXPECT_CALL( 249 EXPECT_CALL(mock_observer, 372 EXPECT_CALL(
|
/external/chromium_org/net/tools/quic/ |
quic_spdy_server_stream_test.cc | 156 EXPECT_CALL(session_, WritevData(_, _, _, _, _, _)).Times(AnyNumber()). 169 EXPECT_CALL(session_, WritevData(_, _, _, _, _, _)).Times(AnyNumber()). 187 EXPECT_CALL(session_, WritevData(_, _, _, _, _, _)).Times(AnyNumber()). 212 EXPECT_CALL(session_, WritevData(_, _, 1, _, _, _)).Times(1) 216 EXPECT_CALL(session_, WritevData(_, _, 1, _, _, _)).Times(1). 230 EXPECT_CALL(session_, WritevData(_, _, 1, _, _, _)).Times(1) 234 EXPECT_CALL(session_, WritevData(_, _, 1, _, _, _)).Times(1).
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_password_unittest.cc | 222 EXPECT_CALL(*components, CreatePasswordSyncComponents(_, _, _)) 229 EXPECT_CALL(*components, CreatePasswordSyncComponents(_, _, _)) 232 EXPECT_CALL(*components, CreateDataTypeManager(_, _, _, _, _, _)). 311 EXPECT_CALL(*password_store_.get(), AddLoginImpl(_)).Times(0); 312 EXPECT_CALL(*password_store_.get(), UpdateLoginImpl(_)).Times(0); 313 EXPECT_CALL(*password_store_.get(), RemoveLoginImpl(_)).Times(0); 368 EXPECT_CALL(*password_store_.get(), FillAutofillableLogins(_)) 370 EXPECT_CALL(*password_store_.get(), FillBlacklistLogins(_)) 398 EXPECT_CALL(*password_store_.get(), FillAutofillableLogins(_)) 400 EXPECT_CALL(*password_store_.get(), FillBlacklistLogins(_) [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_default_unittest.cc | 199 EXPECT_CALL(consumer, 314 EXPECT_CALL(consumer, 324 EXPECT_CALL(consumer, 338 EXPECT_CALL(wds_consumer, 352 EXPECT_CALL(wds_consumer, 417 EXPECT_CALL(consumer, 461 EXPECT_CALL(helper->observer(), 485 EXPECT_CALL(helper->observer(), 504 EXPECT_CALL(helper->observer(),
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_x_unittest.cc | 315 EXPECT_CALL( 336 EXPECT_CALL( 353 EXPECT_CALL( 410 EXPECT_CALL(consumer, 419 EXPECT_CALL(consumer, 432 EXPECT_CALL(ld_return, 436 EXPECT_CALL(ld_return, 449 EXPECT_CALL(ld_return, 453 EXPECT_CALL(ld_return,
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win_unittest.cc | 319 EXPECT_CALL(sink, OnClose(ais.get())) 335 EXPECT_CALL(sink, OnClose(ais.get())) 368 EXPECT_CALL(sink, OnClose(ais.get())) 398 EXPECT_CALL(sink, OnData( 409 EXPECT_CALL(sink, OnClose(ais.get())) 421 EXPECT_CALL(sink, OnData( 429 EXPECT_CALL(sink, OnClose(ais.get())) 441 EXPECT_CALL(sink, OnData( 449 EXPECT_CALL(sink, OnClose(ais.get()))
|
/external/chromium/base/ |
logging_unittest.cc | 59 EXPECT_CALL(mock_log_source, Log()).Times(kExpectedCalls). 146 EXPECT_CALL(mock_log_source, Log()).Times(0); 171 EXPECT_CALL(mock_log_source, Log()).Times(8). 173 EXPECT_CALL(uncalled_mock_log_source, Log()).Times(0); 199 EXPECT_CALL(mock_log_source, Log()).Times(0);
|
/external/chromium/chrome/browser/prefs/ |
pref_notifier_impl_unittest.cc | 76 EXPECT_CALL(notifier, FireObservers(kChangedPref)).Times(1); 86 EXPECT_CALL(observer, Observe( 164 EXPECT_CALL(obs2_, Observe(_, _, _)).Times(0); 181 EXPECT_CALL(obs1_, Observe(_, _, _)).Times(0); 190 EXPECT_CALL(obs1_, Observe(_, _, _)).Times(0);
|
/external/chromium/chrome/browser/profiles/ |
profile_manager_unittest.cc | 169 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(1); 189 EXPECT_CALL(mock_observer1, OnProfileCreated(SameNotNull())).Times(1); 191 EXPECT_CALL(mock_observer2, OnProfileCreated(SameNotNull())).Times(1); 193 EXPECT_CALL(mock_observer3, OnProfileCreated(SameNotNull())).Times(1); 209 EXPECT_CALL(mock_observer, OnProfileCreated(testing::NotNull())).Times(2);
|
/external/chromium/chrome/common/net/gaia/ |
gaia_oauth_client_unittest.cc | 149 EXPECT_CALL(delegate, OnNetworkError(response_code)) 172 EXPECT_CALL(delegate, OnGetTokensResponse(kTestRefreshToken, kTestAccessToken, 196 EXPECT_CALL(delegate, OnOAuthError()).Times(1); 218 EXPECT_CALL(delegate, OnGetTokensResponse(kTestRefreshToken, kTestAccessToken, 238 EXPECT_CALL(delegate, OnRefreshTokenResponse(kTestAccessToken,
|
/external/chromium_org/base/ |
logging_unittest.cc | 61 EXPECT_CALL(mock_log_source, Log()).Times(kExpectedCalls). 148 EXPECT_CALL(mock_log_source, Log()).Times(0); 176 EXPECT_CALL(mock_log_source, Log()).Times(8). 178 EXPECT_CALL(uncalled_mock_log_source, Log()).Times(0); 206 EXPECT_CALL(mock_log_source, Log()).Times(0);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
existing_user_controller_auto_login_unittest.cc | 61 EXPECT_CALL(*mock_login_display_host_.get(), CreateLoginDisplay(_)) 65 EXPECT_CALL(*mock_login_utils_, DelegateDeleted(_)).Times(AnyNumber()); 67 EXPECT_CALL(*mock_user_manager_, Shutdown()).Times(AnyNumber()); 68 EXPECT_CALL(*mock_user_manager_, FindUser(_)) 70 EXPECT_CALL(*mock_user_manager_, FindUser(auto_login_user_id_))
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
policy_value_store_unittest.cc | 161 EXPECT_CALL(observer_, 178 EXPECT_CALL(observer_, 196 EXPECT_CALL(observer_, 212 EXPECT_CALL(observer_, 224 EXPECT_CALL(observer_, OnSettingsChanged(_, _, _)).Times(0);
|
/external/chromium_org/chrome/browser/local_discovery/ |
privet_confirm_api_flow_unittest.cc | 122 EXPECT_CALL(callback_, ConfirmCallback(CloudPrintBaseApiFlow::SUCCESS)); 152 EXPECT_CALL(callback_, ConfirmCallback(CloudPrintBaseApiFlow::SUCCESS)); 169 EXPECT_CALL(callback_, 197 EXPECT_CALL(callback_, 226 EXPECT_CALL(callback_, ConfirmCallback
|
privet_notifications_unittest.cc | 181 EXPECT_CALL(mock_delegate_for_tests_, InfoOperationStarted(_)) 196 EXPECT_CALL(mock_delegate_, PrivetNotify( 212 EXPECT_CALL(mock_delegate_, PrivetRemoveNotification()); 233 EXPECT_CALL(mock_delegate_, PrivetNotify( 249 EXPECT_CALL(mock_delegate_, PrivetRemoveNotification());
|
/external/chromium_org/chrome/browser/policy/cloud/ |
device_management_service_browsertest.cc | 126 EXPECT_CALL(*this, OnJobDone(DM_STATUS_SUCCESS, _, _)) 187 EXPECT_CALL(*this, OnJobDone(DM_STATUS_SUCCESS, _, _)) 212 EXPECT_CALL(*this, OnJobDone(DM_STATUS_SUCCESS, _, _)) 233 EXPECT_CALL(*this, OnJobDone(DM_STATUS_SUCCESS, _, _)) 249 EXPECT_CALL(*this, OnJobDone(DM_STATUS_SUCCESS, _, _))
|
/external/chromium_org/chrome/browser/policy/ |
configuration_policy_pref_store_unittest.cc | 179 EXPECT_CALL(observer_, OnPrefValueChanged(kTestPref)).Times(1); 191 EXPECT_CALL(observer_, OnPrefValueChanged(_)).Times(0); 195 EXPECT_CALL(observer_, OnPrefValueChanged(kTestPref)).Times(1); 204 EXPECT_CALL(provider_, IsInitializationComplete(POLICY_DOMAIN_CHROME)) 206 EXPECT_CALL(observer_, OnInitializationCompleted(true)).Times(1);
|
/external/chromium_org/chrome/browser/service_process/ |
service_process_control_browsertest.cc | 261 EXPECT_CALL(*this, MockHistogramsCallback()).Times(0); 272 EXPECT_CALL(*this, MockHistogramsCallback()).Times(0); 277 EXPECT_CALL(*this, MockHistogramsCallback()).Times(1); 286 EXPECT_CALL(*this, MockHistogramsCallback()).Times(0); 292 EXPECT_CALL(*this, MockHistogramsCallback()).Times(1);
|
/external/chromium_org/components/autofill/core/browser/ |
autocomplete_history_manager_unittest.cc | 113 EXPECT_CALL(*web_data_service_.get(), AddFormFields(_)).Times(0); 136 EXPECT_CALL(*(web_data_service_.get()), AddFormFields(_)).Times(1); 156 EXPECT_CALL(*web_data_service_.get(), AddFormFields(_)).Times(0); 177 EXPECT_CALL(*(web_data_service_.get()), AddFormFields(_)).Times(1); 231 EXPECT_CALL(external_delegate, OnSuggestionsReturned(_, _, _, _, _));
|
/external/chromium_org/gpu/config/ |
gpu_info_collector_unittest.cc | 86 EXPECT_CALL(*gl_, GetString(GL_EXTENSIONS)) 89 EXPECT_CALL(*gl_, GetString(GL_SHADING_LANGUAGE_VERSION)) 92 EXPECT_CALL(*gl_, GetString(GL_VERSION)) 95 EXPECT_CALL(*gl_, GetString(GL_VENDOR)) 98 EXPECT_CALL(*gl_, GetString(GL_RENDERER))
|
/external/chromium_org/media/filters/ |
chunk_demuxer_unittest.cc | 373 EXPECT_CALL(host_, AddBufferedTimeRange(_, _)).Times(AnyNumber()); 441 EXPECT_CALL(host_, SetDuration(expected_duration)); 471 EXPECT_CALL(*this, DemuxerOpened()); 487 EXPECT_CALL(*this, DemuxerOpened()); 527 EXPECT_CALL(*this, DemuxerOpened()); 788 EXPECT_CALL(*this, ReadDone(DemuxerStream::kOk, IsEndOfStream())); 795 EXPECT_CALL(*this, ReadDone(DemuxerStream::kOk, 803 EXPECT_CALL(*this, ReadDone(DemuxerStream::kConfigChanged, _)); 854 EXPECT_CALL(*this, DemuxerOpened()); [all...] |
/external/chromium_org/chrome/browser/download/ |
download_target_determiner_unittest.cc | 76 // EXPECT_CALL(mock_fooclass_instance, Foo(callback)) 820 EXPECT_CALL(*delegate(), PromptUserForDownloadPath(_, prompt_path, _)); 832 EXPECT_CALL(*delegate(), PromptUserForDownloadPath(_, prompt_path, _)); 844 EXPECT_CALL(*delegate(), PromptUserForDownloadPath( 846 EXPECT_CALL(*delegate(), DetermineLocalPath(_, virtual_path, _)) 875 EXPECT_CALL(*delegate(), DetermineLocalPath(_, _, _)) 897 EXPECT_CALL(*delegate(), DetermineLocalPath(_, _, _)) 900 EXPECT_CALL(*delegate(), PromptUserForDownloadPath( 922 EXPECT_CALL(*delegate(), PromptUserForDownloadPath( [all...] |
/external/chromium_org/google_apis/gaia/ |
gaia_auth_fetcher_unittest.cc | 229 EXPECT_CALL(consumer, OnClientLoginFailure(expected_error)) 248 EXPECT_CALL(consumer, OnIssueAuthTokenFailure(_, expected_error)) 268 EXPECT_CALL(consumer, OnClientLoginFailure(expected_error)) 315 EXPECT_CALL(consumer, OnClientLoginSuccess(result)) 328 EXPECT_CALL(consumer, OnIssueAuthTokenSuccess(_, "token")) 359 EXPECT_CALL(consumer, OnClientLoginFailure(error)) 463 EXPECT_CALL(consumer, OnClientLoginSuccess(_)) 479 EXPECT_CALL(consumer, OnClientLoginFailure(_)) 496 EXPECT_CALL(consumer, OnClientLoginSuccess(_)) 521 EXPECT_CALL(consumer, OnIssueAuthTokenSuccess("service", "token") [all...] |
/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_apitest.cc | 152 EXPECT_CALL(*unsafe_mapper, SuppressInitialInvalidationsForExtension(_)) 154 EXPECT_CALL(*unsafe_mapper, RegisterExtension(_)) 161 EXPECT_CALL(*unsafe_mapper, UnregisterExtension(extension->id()));
|