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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc 271 EXPECT_CALL(observer,
274 EXPECT_CALL(observer,
277 EXPECT_CALL(observer,
322 EXPECT_CALL(observer,
325 EXPECT_CALL(observer,
328 EXPECT_CALL(observer,
374 EXPECT_CALL(observer1,
377 EXPECT_CALL(observer1,
380 EXPECT_CALL(observer1,
383 EXPECT_CALL(observer1
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_service_client_unittest.cc 62 EXPECT_CALL(observer,
80 EXPECT_CALL(observer, OnPropertyChanged(_, _)).Times(0);
134 EXPECT_CALL(mock_closure, Run()).Times(1);
135 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
158 EXPECT_CALL(mock_closure, Run()).Times(1);
159 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
181 EXPECT_CALL(mock_closure, Run()).Times(1);
182 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
212 EXPECT_CALL(mock_list_value_callback, Run(_)).Times(1);
213 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0)
    [all...]
  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 118 EXPECT_CALL(mock_event_handler_, OnCreated())
134 EXPECT_CALL(mock_event_handler_, OnPlaying())
137 EXPECT_CALL(mock_event_handler_, OnPowerMeasured(_, false))
143 EXPECT_CALL(mock_sync_reader_, UpdatePendingBytes(_))
145 EXPECT_CALL(mock_sync_reader_, Read(_, _))
153 EXPECT_CALL(mock_event_handler_, OnPaused())
162 EXPECT_CALL(mock_event_handler_, OnPlaying())
164 EXPECT_CALL(mock_event_handler_, OnPaused())
178 EXPECT_CALL(mock_event_handler_, OnPlaying())
182 EXPECT_CALL(mock_stream_, Open()
    [all...]
  /external/chromium_org/base/prefs/
pref_change_registrar_unittest.cc 65 EXPECT_CALL(*service(),
67 EXPECT_CALL(*service(),
75 EXPECT_CALL(*service(),
77 EXPECT_CALL(*service(),
93 EXPECT_CALL(*service(),
100 EXPECT_CALL(*service(),
108 EXPECT_CALL(*service(),
110 EXPECT_CALL(*service(),
116 EXPECT_CALL(*service(),
118 EXPECT_CALL(*service()
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
ui_data_type_controller_unittest.cc 69 EXPECT_CALL(model_load_callback_, Run(_, _));
70 EXPECT_CALL(*profile_sync_factory_, GetSyncableServiceForType(type_)).
72 EXPECT_CALL(*profile_sync_factory_, CreateSharedChangeProcessor()).
74 EXPECT_CALL(*profile_sync_factory_,
80 EXPECT_CALL(profile_sync_service_, ActivateDataType(type_, _, _));
84 EXPECT_CALL(profile_sync_service_, DeactivateDataType(type_));
118 EXPECT_CALL(start_callback_, Run(DataTypeController::OK, _, _));
132 EXPECT_CALL(start_callback_, Run(DataTypeController::OK, _, _));
149 EXPECT_CALL(start_callback_, Run(DataTypeController::OK_FIRST_RUN, _, _));
167 EXPECT_CALL(start_callback_
    [all...]
  /external/chromium_org/chrome_frame/crash_reporting/
vectored_handler_unittest.cc 35 EXPECT_CALL(*this, RtlpGetExceptionList())
41 EXPECT_CALL(*this, RtlCaptureStackBackTrace(_, _, _, _))
77 EXPECT_CALL(api, WriteDump(_)).Times(0);
84 EXPECT_CALL(api, WriteDump(_)).Times(0);
85 EXPECT_CALL(api, RtlpGetExceptionList()).Times(0);
93 EXPECT_CALL(api, WriteDump(_)).Times(0);
101 EXPECT_CALL(api, WriteDump(_)).Times(1);
110 EXPECT_CALL(api, WriteDump(_)).Times(1);
121 EXPECT_CALL(api, WriteDump(_)).Times(0);
129 EXPECT_CALL(api, WriteDump(_)).Times(0)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 101 EXPECT_CALL(*gl_,
105 EXPECT_CALL(*gl_,
109 EXPECT_CALL(*gl_, GetProgramiv(kServiceProgramId, GL_LINK_STATUS, _))
111 EXPECT_CALL(*gl_,
115 EXPECT_CALL(*gl_, GetProgramiv(kServiceProgramId, GL_ACTIVE_ATTRIBUTES, _))
117 EXPECT_CALL(
121 EXPECT_CALL(*gl_, GetProgramiv(kServiceProgramId, GL_ACTIVE_UNIFORMS, _))
123 EXPECT_CALL(
142 EXPECT_CALL(*gl_, LinkProgram(kServiceProgramId))
150 EXPECT_CALL(*gl_
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 134 EXPECT_CALL(*mock_remote_service(),
136 EXPECT_CALL(*mock_remote_service(),
138 EXPECT_CALL(*mock_remote_service(),
141 EXPECT_CALL(*mock_remote_service(),
149 EXPECT_CALL(*mock_remote_service(), SetSyncEnabled(false)).Times(1);
166 EXPECT_CALL(*mock_remote_service(),
171 EXPECT_CALL(*mock_remote_service(), GetCurrentState())
204 EXPECT_CALL(*mock_remote_service(), GetCurrentState())
208 EXPECT_CALL(*mock_remote_service(),
215 EXPECT_CALL(event_observer, OnSyncStateUpdated(GURL(), _, _)
    [all...]
  /external/chromium_org/chrome/renderer/translate/
translate_helper_browsertest.cc 102 EXPECT_CALL(*translate_helper_, IsTranslateLibAvailable())
106 EXPECT_CALL(*translate_helper_, IsTranslateLibReady())
127 EXPECT_CALL(*translate_helper_, IsTranslateLibAvailable())
131 EXPECT_CALL(*translate_helper_, IsTranslateLibReady())
135 EXPECT_CALL(*translate_helper_, StartTranslation()).WillOnce(Return(true));
138 EXPECT_CALL(*translate_helper_, HasTranslationFailed())
140 EXPECT_CALL(*translate_helper_, HasTranslationFinished())
146 EXPECT_CALL(*translate_helper_,
174 EXPECT_CALL(*translate_helper_, IsTranslateLibAvailable())
178 EXPECT_CALL(*translate_helper_, IsTranslateLibReady()
    [all...]
  /external/chromium_org/chrome_frame/test/
infobar_unittests.cc 139 EXPECT_CALL(*delegate, Die());
140 EXPECT_CALL(*swwd, Die());
141 EXPECT_CALL(check, Call("checkpoint"));
167 EXPECT_CALL(*delegate, Die());
168 EXPECT_CALL(check, Call("checkpoint"));
169 EXPECT_CALL(*swwd, Die());
185 EXPECT_CALL(*mock_window, OnNcCalcSize(true, testing::_)).WillOnce(
187 EXPECT_CALL(*delegate,
190 EXPECT_CALL(*mock_window, OnMove(CPoint(modified_rect->left,
192 EXPECT_CALL(*mock_window
    [all...]
  /external/chromium_org/media/webm/
webm_parser_unittest.cc 56 EXPECT_CALL(*client, OnListStart(kWebMIdCluster)).WillOnce(Return(client));
57 EXPECT_CALL(*client, OnUInt(kWebMIdTimecode, 0))
61 EXPECT_CALL(*client, OnBinary(kWebMIdSimpleBlock, _, _))
66 EXPECT_CALL(*client, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
76 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_));
77 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
93 EXPECT_CALL(client_, OnListStart(kWebMIdSegment)).WillOnce(Return(&client_));
94 EXPECT_CALL(client_, OnListStart(kWebMIdCluster)).WillOnce(Return(&client_));
95 EXPECT_CALL(client_, OnListEnd(kWebMIdCluster)).WillOnce(Return(true));
96 EXPECT_CALL(client_, OnListEnd(kWebMIdSegment)).WillOnce(Return(true))
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 316 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1);
317 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
321 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
353 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1);
354 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
358 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
394 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1);
395 EXPECT_CALL(test_delegate, GetChunks(_)).WillOnce(
399 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
442 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 76 EXPECT_CALL(*loader_, Load(_))
181 EXPECT_CALL(*mock_library_, GetSystemSalt())
219 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, _, false))
223 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
236 EXPECT_CALL(consumer, OnLoginFailure(_))
240 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
251 EXPECT_CALL(consumer, OnPasswordChangeDetected(result_))
254 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, result_, false))
258 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
266 EXPECT_CALL(*mock_library_, GetSystemSalt()
    [all...]
  /external/chromium/chrome/browser/policy/
device_token_fetcher_unittest.cc 73 EXPECT_CALL(backend_, ProcessRegisterRequest(_, _, _, _)).WillOnce(
77 EXPECT_CALL(observer, OnDeviceTokenAvailable());
89 EXPECT_CALL(backend_, ProcessRegisterRequest(_, _, _, _)).WillOnce(
91 EXPECT_CALL(observer, OnDeviceTokenAvailable());
105 EXPECT_CALL(backend_, ProcessRegisterRequest(_, _, _, _)).WillOnce(
111 EXPECT_CALL(observer, OnDeviceTokenAvailable());
123 EXPECT_CALL(backend_, ProcessRegisterRequest(_, _, _, _)).WillOnce(
129 EXPECT_CALL(observer, OnDeviceTokenAvailable()).Times(0);
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_reloader_unittest.cc 122 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
149 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
170 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
211 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
219 EXPECT_CALL(tab_reloader(), MaybeOpenCaptivePortalLoginTab()).Times(1);
237 EXPECT_CALL(tab_reloader(), ReloadTab()).Times(1);
247 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
255 EXPECT_CALL(tab_reloader(), MaybeOpenCaptivePortalLoginTab()).Times(1);
268 EXPECT_CALL(tab_reloader(), ReloadTab()).Times(1);
280 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1)
    [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
password_manager_presenter_unittest.cc 103 EXPECT_CALL(
108 EXPECT_CALL(*GetUIController(),
114 EXPECT_CALL(
119 EXPECT_CALL(*GetUIController(),
125 EXPECT_CALL(
130 EXPECT_CALL(*GetUIController(),
136 EXPECT_CALL(
141 EXPECT_CALL(*GetUIController(),
  /external/chromium_org/content/renderer/media/
buffered_data_source_unittest.cc 113 EXPECT_CALL(*this, OnInitialize(expected));
127 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
135 EXPECT_CALL(host_, SetTotalBytes(kFileSize));
136 EXPECT_CALL(host_, AddBufferedByteRange(0, kFileSize));
155 EXPECT_CALL(*data_source_, CreateResourceLoader(_, _))
225 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
254 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
266 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
290 EXPECT_CALL(host_, SetTotalBytes(response_generator_->content_length()));
319 EXPECT_CALL(*this, ReadCallback(media::DataSource::kReadError))
    [all...]
  /external/chromium_org/jingle/glue/
task_pump_unittest.cc 28 EXPECT_CALL(*task, ProcessStart()).WillOnce(Return(TASK_STATE_DONE));
41 EXPECT_CALL(*task, ProcessStart()).Times(0);
  /external/chromium_org/net/quic/congestion_control/
pacing_sender_test.cc 38 EXPECT_CALL(*mock_sender_, TimeUntilSend(clock_.Now(),
50 EXPECT_CALL(*mock_sender_,
61 EXPECT_CALL(*mock_sender_, TimeUntilSend(clock_.Now(),
73 EXPECT_CALL(*mock_sender_,
84 EXPECT_CALL(*mock_sender_, TimeUntilSend(clock_.Now(),
105 EXPECT_CALL(*mock_sender_, TimeUntilSend(clock_.Now(),
117 EXPECT_CALL(*mock_sender_, TimeUntilSend(clock_.Now(),
131 EXPECT_CALL(*mock_sender_, BandwidthEstimate())
  /external/chromium_org/remoting/host/
host_change_notification_listener_unittest.cc 52 EXPECT_CALL(signal_strategy_, AddListener(NotNull()))
54 EXPECT_CALL(signal_strategy_, RemoveListener(NotNull()))
56 EXPECT_CALL(signal_strategy_, GetLocalJid())
92 EXPECT_CALL(mock_listener_, OnHostDeleted())
104 EXPECT_CALL(mock_listener_, OnHostDeleted())
118 EXPECT_CALL(mock_listener_, OnHostDeleted())
130 EXPECT_CALL(mock_listener_, OnHostDeleted())
142 EXPECT_CALL(mock_listener_, OnHostDeleted())
host_status_sender_unittest.cc 69 EXPECT_CALL(signal_strategy_, GetState())
72 EXPECT_CALL(signal_strategy_, GetLocalJid())
74 EXPECT_CALL(signal_strategy_, GetNextId())
76 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
97 EXPECT_CALL(signal_strategy_, GetState())
100 EXPECT_CALL(signal_strategy_, GetLocalJid())
102 EXPECT_CALL(signal_strategy_, GetNextId())
104 EXPECT_CALL(signal_strategy_, SendStanzaPtr(NotNull()))
  /external/chromium_org/remoting/jingle_glue/
iq_sender_unittest.cc 51 EXPECT_CALL(signal_strategy_, AddListener(NotNull()));
53 EXPECT_CALL(signal_strategy_, RemoveListener(
62 EXPECT_CALL(signal_strategy_, GetNextId())
64 EXPECT_CALL(signal_strategy_, SendStanzaPtr(_))
104 EXPECT_CALL(callback_, OnReply(request_.get(), XmlEq(response.get())));
115 EXPECT_CALL(callback_, OnReply(request_.get(), NULL))
134 EXPECT_CALL(callback_, OnReply(_, _))
156 EXPECT_CALL(callback_, OnReply(request_.get(), XmlEq(response.get())));
  /external/chromium_org/remoting/protocol/
clipboard_filter_unittest.cc 34 EXPECT_CALL(clipboard_stub,
47 EXPECT_CALL(clipboard_stub, InjectClipboardEvent(_)).Times(0);
  /external/chromium_org/webkit/child/
worker_task_runner_unittest.cc 39 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1);
50 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1);
  /external/chromium_org/chromeos/disks/
disk_mount_manager_unittest.cc 210 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED,
219 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED,
239 EXPECT_CALL(observer_,
246 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED,
283 EXPECT_CALL(observer_,
290 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED,
338 EXPECT_CALL(observer_,
345 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED,
350 EXPECT_CALL(observer_, OnFormatEvent(DiskMountManager::FORMAT_STARTED,
394 EXPECT_CALL(observer_
    [all...]

Completed in 1299 milliseconds

1 2 3 4 5 6 7 891011>>