HomeSort by relevance Sort by last modified time
    Searched refs:Times (Results 176 - 200 of 497) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 256 OnCryptographerStateChanged(_)).Times(AtLeast(1));
260 OnEncryptionComplete()).Times(AtLeast(1));
287 OnCryptographerStateChanged(_)).Times(AtLeast(1));
289 OnEncryptedTypesChanged(_, true)).Times(AtLeast(1));
291 OnEncryptionComplete()).Times(AtLeast(1));
324 OnCryptographerStateChanged(_)).Times(AtLeast(1));
551 EXPECT_CALL(*observer(), OnCryptographerStateChanged(_)).Times(AnyNumber());
568 EXPECT_CALL(*observer(), OnCryptographerStateChanged(_)).Times(AnyNumber());
611 EXPECT_CALL(*observer(), OnBootstrapTokenUpdated(_, _)).Times(0);
743 OnCryptographerStateChanged(_)).Times(AnyNumber())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api_prefs_unittest.cc 316 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0);
317 EXPECT_CALL(incognito_observer, OnPreferenceChanged(_)).Times(0);
331 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0);
339 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0);
416 EXPECT_CALL(*v1, Die()).Times(0);
417 EXPECT_CALL(*v1i, Die()).Times(0);
423 EXPECT_CALL(*v1, Die()).Times(1);
424 EXPECT_CALL(*v1i, Die()).Times(1);
425 EXPECT_CALL(*v2, Die()).Times(1);
426 EXPECT_CALL(*v2i, Die()).Times(1)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate_unittest.cc 240 ShowAutofillPopup(_, _, _, _, _, _, _)).Times(0);
331 ShowAutofillPopup(_, _, _, _, _, _, _)).Times(0);
332 EXPECT_CALL(manager_delegate_, HideAutofillPopup()).Times(1);
350 EXPECT_CALL(*autofill_manager_, OnFillAutofillFormData(_, _, _, _)).Times(0);
352 SetRendererActionOnFormDataReception(_)).Times(0);
353 EXPECT_CALL(*autofill_driver_, RendererShouldClearPreviewedForm()).Times(1);
358 EXPECT_CALL(*autofill_manager_, OnFillAutofillFormData(_, _, _, _)).Times(0);
360 SetRendererActionOnFormDataReception(_)).Times(0);
372 EXPECT_CALL(*autofill_driver_, RendererShouldClearPreviewedForm()).Times(1);
376 EXPECT_CALL(*autofill_driver_, RendererShouldClearPreviewedForm()).Times(1)
    [all...]
  /external/chromium_org/net/tools/quic/
quic_dispatcher_test.cc 165 ProcessUdpPacket(_, _, _)).Times(1).
222 EXPECT_CALL(*session1_, ConnectionClose(QUIC_PUBLIC_RESET, true)).Times(1)
236 EXPECT_CALL(*time_wait_list_manager, ProcessPacket(_, _, guid, _)).Times(1);
283 EXPECT_CALL(*connection1(), OnCanWrite()).Times(0);
308 EXPECT_CALL(*connection1(), OnCanWrite()).Times(0);
322 EXPECT_CALL(*connection1(), OnCanWrite()).Times(1);
331 EXPECT_CALL(*connection1(), OnCanWrite()).Times(0);
337 EXPECT_CALL(*connection1(), OnCanWrite()).Times(1);
348 EXPECT_CALL(*connection2(), OnCanWrite()).Times(0);
378 EXPECT_CALL(*connection2(), OnCanWrite()).Times(0)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 148 .Times(1)
161 .Times(0)
174 .Times(0)
189 .Times(0)
207 .Times(1)
211 .Times(1)
214 .Times(1)
217 .Times(1)
220 .Times(1)
223 .Times(1
    [all...]
renderbuffer_manager_unittest.cc 64 .Times(1).RetiresOnSaturation()
93 .Times(1)
112 .Times(1)
160 .Times(1)
197 .Times(1)
222 .Times(1)
290 .Times(1)
  /external/chromium_org/chrome/browser/password_manager/
password_manager_unittest.cc 106 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
138 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
155 AddSavePasswordInfoBarIfPermitted(_)).Times(Exactly(0));
202 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
220 EXPECT_CALL(delegate_, AddSavePasswordInfoBarIfPermitted(_)).Times(0);
230 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
269 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
322 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
343 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
424 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0))
    [all...]
  /external/chromium_org/chrome/renderer/translate/
translate_helper_browsertest.cc 98 // translate library fails/times-out during initialization.
103 .Times(AtLeast(1))
107 .Times(AtLeast(5)) // See kMaxTranslateInitCheckAttempts in
128 .Times(AtLeast(1))
147 ExecuteScriptAndGetDoubleResult(_)).Times(3);
175 .Times(AtLeast(1))
191 .Times(AtLeast(1))
196 ExecuteScriptAndGetDoubleResult(_)).Times(2);
215 .Times(AtLeast(1))
228 .Times(AtLeast(1)
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_host_unittest.cc 217 .Times(AnyNumber());
241 .Times(AnyNumber()).WillRepeatedly(Return());
246 .Times(AnyNumber()).WillOnce(ExitMessageLoop(
270 .Times(AnyNumber())
304 .Times(AnyNumber()).WillOnce(ExitMessageLoop(
317 OnStateChanged(kDeviceId, VIDEO_CAPTURE_STATE_ERROR)).Times(1);
355 OnStateChanged(kDeviceId, VIDEO_CAPTURE_STATE_STOPPED)).Times(0);
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client_unittest.cc 214 .Times(1);
229 kTestExpiresIn)).Times(1);
244 EXPECT_CALL(delegate, OnOAuthError()).Times(1);
259 kTestExpiresIn)).Times(1);
271 kTestExpiresIn)).Times(1);
288 kTestExpiresIn)).Times(1);
305 EXPECT_CALL(delegate, OnGetUserEmailResponse(kTestUserEmail)).Times(1);
  /external/chromium_org/sync/internal_api/public/util/
weak_handle_unittest.cc 135 EXPECT_CALL(b, Test()).Times(0);
148 EXPECT_CALL(b, Test()).Times(0);
174 EXPECT_CALL(b, Test()).Times(0);
185 EXPECT_CALL(b, Test()).Times(0);
196 EXPECT_CALL(b, Test()).Times(0);
239 EXPECT_CALL(b, Test()).Times(3);
266 EXPECT_CALL(d, Test()).Times(2);
  /external/chromium_org/net/dns/
mdns_client_unittest.cc 437 .Times(2);
481 .Times(Exactly(1))
487 .Times(Exactly(1))
518 .Times(Exactly(1))
530 .Times(Exactly(1))
552 .Times(Exactly(1))
590 .Times(Exactly(1))
611 .Times(Exactly(1));
661 .Times(Exactly(1))
689 .Times(Exactly(1)
    [all...]
  /external/chromium_org/content/browser/
plugin_loader_posix_unittest.cc 118 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(2);
147 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
187 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(2);
229 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
267 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
284 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
299 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
348 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
356 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(2);
  /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/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 150 .Times(1);
173 kTestExpiresIn)).Times(1);
196 EXPECT_CALL(delegate, OnOAuthError()).Times(1);
219 kTestExpiresIn)).Times(1);
239 kTestExpiresIn)).Times(1);
  /external/chromium_org/base/
logging_unittest.cc 59 EXPECT_CALL(mock_log_source, Log()).Times(kExpectedCalls).
146 EXPECT_CALL(mock_log_source, Log()).Times(0);
174 EXPECT_CALL(mock_log_source, Log()).Times(8).
176 EXPECT_CALL(uncalled_mock_log_source, Log()).Times(0);
204 EXPECT_CALL(mock_log_source, Log()).Times(0);
  /external/chromium_org/chrome/browser/policy/
policy_service_impl_unittest.cc 188 EXPECT_CALL(observer, OnPolicyUpdated(_, _, _)).Times(0);
233 EXPECT_CALL(observer, OnPolicyUpdated(_, _, _)).Times(0);
302 EXPECT_CALL(chrome_observer, OnPolicyUpdated(_, _, _)).Times(0);
381 EXPECT_CALL(*this, OnPolicyValueUpdated(_, _)).Times(0);
400 EXPECT_CALL(*this, OnPolicyValueUpdated(_, _)).Times(0);
422 EXPECT_CALL(*this, OnPolicyValueUpdated(_, _)).Times(0);
433 EXPECT_CALL(provider0_, RefreshPolicies()).Times(AnyNumber());
434 EXPECT_CALL(provider1_, RefreshPolicies()).Times(AnyNumber());
435 EXPECT_CALL(provider2_, RefreshPolicies()).Times(AnyNumber());
437 EXPECT_CALL(*this, OnPolicyRefresh()).Times(0)
    [all...]
  /external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl_unittest.cc 36 EXPECT_CALL(*mock_sink_.get(), Start()).Times(verify);
39 EXPECT_CALL(*mock_sink_.get(), Play()).Times(verify);
42 EXPECT_CALL(*mock_sink_.get(), Pause()).Times(verify);
45 EXPECT_CALL(*mock_sink_.get(), SetVolume(kTestVolume)).Times(verify);
48 EXPECT_CALL(*mock_sink_.get(), Stop()).Times(verify);
  /external/chromium_org/gpu/command_buffer/tests/
gl_gpu_memory_buffer_unittests.cc 140 .Times(1)
168 .Times(1)
192 .Times(1)
218 .Times(1)
222 .Times(1)
  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 138 .Times(AtLeast(1));
143 .Times(AtLeast(1));
165 .Times(0);
187 .Times(num_times_to_be_started)
191 .Times(num_times_to_be_started);
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
version_test.cpp 23 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
45 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
77 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
94 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
215 EXPECT_CALL(mDirectiveHandler, handleVersion(_, _)).Times(0);
  /external/chromium_org/chromeos/dbus/ibus/
ibus_engine_service_unittest.cc 553 EXPECT_CALL(*engine_handler_, FocusIn()).Times(0);
554 EXPECT_CALL(response_sender, MockRun(_)).Times(0);
586 EXPECT_CALL(*engine_handler_, FocusOut()).Times(0);
587 EXPECT_CALL(response_sender, MockRun(_)).Times(0);
619 EXPECT_CALL(*engine_handler_, Enable()).Times(0);
620 EXPECT_CALL(response_sender, MockRun(_)).Times(0);
652 EXPECT_CALL(*engine_handler_, Disable()).Times(0);
653 EXPECT_CALL(response_sender, MockRun(_)).Times(0);
693 kIBusPropertyState)).Times(0);
694 EXPECT_CALL(response_sender, MockRun(_)).Times(0)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 77 .Times(AnyNumber());
182 .Times(1)
220 .Times(1)
237 .Times(1)
252 .Times(1)
255 .Times(1)
282 .Times(2)
307 .Times(1)
310 .Times(1)
340 .Times(1
    [all...]
  /external/chromium_org/android_webview/browser/net/
input_stream_reader_unittest.cc 102 .Times(1)
107 .Times(0);
158 .Times(0);

Completed in 527 milliseconds

1 2 3 4 5 6 78 91011>>