HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_CALL (Results 426 - 450 of 740) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/local_discovery/
cloud_print_account_manager_unittest.cc 83 EXPECT_CALL(mock_callback_,
97 EXPECT_CALL(mock_callback_,
privet_url_fetcher_unittest.cc 101 EXPECT_CALL(delegate_, OnParsedJsonInternal(false));
131 EXPECT_CALL(delegate_, OnParsedJsonInternal(false));
155 EXPECT_CALL(delegate_, OnParsedJsonInternal(false));
168 EXPECT_CALL(delegate_,
182 EXPECT_CALL(delegate_,
229 EXPECT_CALL(delegate_, OnParsedJsonInternal(true));
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model_unittest.cc 71 EXPECT_CALL(testing_profile, HasOffTheRecordProfile())
73 EXPECT_CALL(testing_profile, GetOffTheRecordProfile())
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 77 EXPECT_CALL(state, LoginToGoogle("cloudprint", "test2@gmail.com", "abc"))
80 EXPECT_CALL(state, LoginToGoogle("chromiumsync", "test2@gmail.com", "abc"))
  /external/chromium_org/gpu/command_buffer/service/
vertex_array_manager_unittest.cc 74 EXPECT_CALL(*gl_, DeleteVertexArraysOES(1, ::testing::Pointee(kService1Id)))
91 EXPECT_CALL(*gl_, DeleteVertexArraysOES(1, ::testing::Pointee(kService1Id)))
  /external/chromium_org/remoting/protocol/
pairing_registry_unittest.cc 200 EXPECT_CALL(callbacks, GetPairingCallback(EqualsClientName("client1")))
202 EXPECT_CALL(callbacks, GetPairingCallback(EqualsClientName("client2")))
204 EXPECT_CALL(callbacks, DoneCallback(true))
206 EXPECT_CALL(callbacks, GetPairingCallback(EqualsClientName("client1")))
208 EXPECT_CALL(callbacks, GetPairingCallback(EqualsClientName("")))
210 EXPECT_CALL(callbacks, DoneCallback(true))
212 EXPECT_CALL(callbacks, GetAllPairingsCallbackPtr(NoPairings()))
214 EXPECT_CALL(callbacks, GetPairingCallback(EqualsClientName("client3")))
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer_unittest.cc 81 EXPECT_CALL(mock_js_event_handler_,
105 EXPECT_CALL(mock_js_event_handler_,
  /external/chromium/chrome/browser/
plugin_exceptions_table_model_unittest.cc 164 EXPECT_CALL(observer, OnItemsRemoved(1, 1));
178 EXPECT_CALL(observer, OnModelChanged());
187 EXPECT_CALL(observer, OnModelChanged());
195 EXPECT_CALL(observer, OnItemsRemoved(2, 1));
196 EXPECT_CALL(observer, OnItemsRemoved(0, 1));
212 EXPECT_CALL(observer, OnModelChanged());
  /external/chromium/chrome/browser/sync/
profile_sync_service_password_unittest.cc 209 EXPECT_CALL(factory_, CreatePasswordSyncComponents(_, _, _)).
214 EXPECT_CALL(factory_, CreateDataTypeManager(_, _)).
221 EXPECT_CALL(profile_, GetTokenService()).
224 EXPECT_CALL(profile_, GetPasswordStore(_)).
228 EXPECT_CALL(observer_,
231 EXPECT_CALL(observer_,
298 EXPECT_CALL(*password_store_, AddLoginImpl(_)).Times(0);
299 EXPECT_CALL(*password_store_, UpdateLoginImpl(_)).Times(0);
300 EXPECT_CALL(*password_store_, RemoveLoginImpl(_)).Times(0);
337 EXPECT_CALL(*password_store_, FillAutofillableLogins(_)
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model_unittest.cc 128 EXPECT_CALL(*delegate(), AccountChoiceChanged()).Times(1);
129 EXPECT_CALL(*delegate(), UpdateAccountChooserView()).Times(1);
142 EXPECT_CALL(*delegate(), AccountChoiceChanged()).Times(1);
143 EXPECT_CALL(*delegate(), UpdateAccountChooserView()).Times(2);
182 EXPECT_CALL(*delegate(), AccountChoiceChanged()).Times(2);
187 EXPECT_CALL(*delegate(), AddAccount());
  /external/chromium_org/chromeos/dbus/
shill_profile_client_unittest.cc 71 EXPECT_CALL(observer,
89 EXPECT_CALL(observer, OnPropertyChanged(_, _)).Times(0);
124 EXPECT_CALL(error_callback, Run(_, _)).Times(0);
159 EXPECT_CALL(error_callback, Run(_, _)).Times(0);
183 EXPECT_CALL(mock_closure, Run()).Times(1);
184 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
shill_manager_client_unittest.cc 87 EXPECT_CALL(observer,
101 EXPECT_CALL(observer, OnPropertyChanged(_, _)).Times(0);
201 EXPECT_CALL(mock_closure, Run()).Times(1);
202 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
221 EXPECT_CALL(mock_closure, Run()).Times(1);
222 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
241 EXPECT_CALL(mock_closure, Run()).Times(1);
242 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
261 EXPECT_CALL(mock_closure, Run()).Times(1);
262 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0)
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host_unittest.cc 182 EXPECT_CALL(*host_.get(), OnStreamCreated(kStreamId, _));
184 EXPECT_CALL(mirroring_manager_,
215 EXPECT_CALL(mirroring_manager_,
229 EXPECT_CALL(*host_.get(), OnStreamPlaying(kStreamId));
235 EXPECT_CALL(*host_.get(), OnStreamPaused(kStreamId));
250 EXPECT_CALL(*host_.get(), OnStreamError(kStreamId));
  /external/chromium_org/media/audio/
audio_output_device_unittest.cc 164 EXPECT_CALL(*audio_output_ipc_, CreateStream(audio_device_.get(), _, 0));
200 EXPECT_CALL(*audio_output_ipc_, PlayStream())
212 EXPECT_CALL(callback_, RenderIO(_, _, _))
217 EXPECT_CALL(callback_, Render(_, _))
234 EXPECT_CALL(*audio_output_ipc_, CloseStream());
269 EXPECT_CALL(*audio_output_ipc_, CloseStream());
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimelineTest.cpp 64 EXPECT_CALL(*this, cancelWake());
70 EXPECT_CALL(*this, cancelWake()).InSequence(sequence);
71 EXPECT_CALL(*this, serviceOnNextFrame()).InSequence(sequence);
77 EXPECT_CALL(*this, cancelWake()).InSequence(sequence);
78 EXPECT_CALL(*this, wakeAfter(when)).InSequence(sequence);
280 EXPECT_CALL(*platformTiming, serviceOnNextFrame());
  /external/chromium_org/chrome/browser/chromeos/policy/
user_cloud_policy_manager_chromeos_unittest.cc 136 EXPECT_CALL(device_management_service_, StartJob(_, _, _, _, _, _, _))
157 EXPECT_CALL(*store_, Load());
213 EXPECT_CALL(device_management_service_,
264 EXPECT_CALL(device_management_service_, StartJob(_, _, _, _, _, _, _))
275 EXPECT_CALL(device_management_service_,
284 EXPECT_CALL(device_management_service_, StartJob(_, _, _, _, _, _, _))
288 EXPECT_CALL(*store_, Store(_));
294 EXPECT_CALL(observer_, OnUpdatePolicy(manager_.get()));
410 EXPECT_CALL(observer_, OnUpdatePolicy(manager_.get()));
444 EXPECT_CALL(observer_, OnUpdatePolicy(manager_.get()))
    [all...]
  /external/chromium_org/net/websockets/
websocket_deflate_stream_test.cc 323 EXPECT_CALL(*mock_stream_, ReadFrames(&frames, _))
340 EXPECT_CALL(*mock_stream_, ReadFrames(&frames, _))
361 EXPECT_CALL(*mock_stream_, ReadFrames(&frames, _))
363 EXPECT_CALL(checkpoint, Call(0));
364 EXPECT_CALL(mock_callback, Call(OK));
392 EXPECT_CALL(*mock_stream_, ReadFrames(&frames, _))
394 EXPECT_CALL(checkpoint, Call(0));
395 EXPECT_CALL(mock_callback, Call(ERR_FAILED));
421 EXPECT_CALL(*mock_stream_, ReadFrames(&frames, _))
440 EXPECT_CALL(*mock_stream_, ReadFrames(&frames, _)
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager_unittest.cc 112 EXPECT_CALL(personal_data_observer_,
151 EXPECT_CALL(personal_data_observer_,
180 EXPECT_CALL(personal_data_observer_,
219 EXPECT_CALL(personal_data_observer_,
255 EXPECT_CALL(
306 EXPECT_CALL(personal_data_observer_,
353 EXPECT_CALL(personal_data_observer_,
375 EXPECT_CALL(personal_data_observer_,
392 EXPECT_CALL(personal_data_observer_,
414 EXPECT_CALL(personal_data_observer_
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_win_unittest.cc 215 EXPECT_CALL(consumer,
323 EXPECT_CALL(password_consumer,
332 EXPECT_CALL(wds_consumer,
460 EXPECT_CALL(consumer,
470 EXPECT_CALL(consumer,
484 EXPECT_CALL(wds_consumer,
498 EXPECT_CALL(wds_consumer,
542 EXPECT_CALL(consumer, OnPasswordStoreRequestDone(
565 EXPECT_CALL(consumer, OnPasswordStoreRequestDone(
588 EXPECT_CALL(consumer, OnPasswordStoreRequestDone
    [all...]
password_store_x_unittest.cc 386 EXPECT_CALL(consumer,
396 EXPECT_CALL(consumer,
410 EXPECT_CALL(wds_consumer,
424 EXPECT_CALL(wds_consumer,
495 EXPECT_CALL(consumer,
541 EXPECT_CALL(helper->observer(),
565 EXPECT_CALL(helper->observer(),
584 EXPECT_CALL(helper->observer(),
666 EXPECT_CALL(consumer,
675 EXPECT_CALL(consumer
    [all...]
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 58 // EXPECT_CALL(mock_fooclass_instance, Foo(callback))
231 EXPECT_CALL(*download_manager_, GetDownload(id))
316 EXPECT_CALL(*save_as_download, GetURL())
319 EXPECT_CALL(*save_as_download, GetTargetDisposition())
325 EXPECT_CALL(*automatic_download, GetURL())
328 EXPECT_CALL(*automatic_download, GetTargetDisposition())
338 EXPECT_CALL(*delegate(),
352 EXPECT_CALL(*delegate(),
375 EXPECT_CALL(*delegate(),
394 EXPECT_CALL(*download_item, GetTargetFilePath()
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_service_unittest.cc 120 EXPECT_CALL(item, GetReceivedBytes()).WillRepeatedly(Return(size));
201 EXPECT_CALL(item, GetDangerType())
203 EXPECT_CALL(item, GetReceivedBytes()).WillRepeatedly(Return(1000));
204 EXPECT_CALL(item, StealDangerousDownload(_))
243 EXPECT_CALL(item[i], GetDangerType())
245 EXPECT_CALL(item[i], GetReceivedBytes()).WillRepeatedly(Return(1000));
246 EXPECT_CALL(item[i], StealDangerousDownload(_))
312 EXPECT_CALL(item[i], GetDangerType())
314 EXPECT_CALL(item[i], GetReceivedBytes()).WillRepeatedly(Return(1000));
315 EXPECT_CALL(item[i], StealDangerousDownload(_)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_browsertest.cc 331 EXPECT_CALL(*test_service_discovery_client_, OnSendTo(
381 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(
391 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(
491 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(kURLInfo));
492 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(
494 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(
520 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(
522 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(
524 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(
526 EXPECT_CALL(fake_url_fetcher_creator(), OnCreateFakeURLFetcher(kURLInfo)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_download_unittest.cc 201 EXPECT_CALL(mock_metric_logger,
293 EXPECT_CALL(mock_metric_logger,
310 EXPECT_CALL(mock_metric_logger,
407 EXPECT_CALL(mock_metric_logger,
423 EXPECT_CALL(mock_metric_logger,
433 EXPECT_CALL(mock_metric_logger,
449 EXPECT_CALL(mock_metric_logger,
463 EXPECT_CALL(mock_metric_logger,
468 EXPECT_CALL(mock_metric_logger,
480 EXPECT_CALL(mock_metric_logger
    [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);
358 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()
    [all...]

Completed in 2413 milliseconds

<<11121314151617181920>>