HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_CALL (Results 76 - 100 of 131) sorted by null

1 2 34 5 6

  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 45 EXPECT_CALL(*mock_cryptohome_library_, IsMounted())
60 EXPECT_CALL(*mock_screen_lock_library_, AddObserver(_))
online_attempt_unittest.cc 48 EXPECT_CALL(*loader, Load(_))
67 EXPECT_CALL(*(resolver_.get()), Resolve())
108 EXPECT_CALL(*(resolver_.get()), Resolve())
126 EXPECT_CALL(*(resolver_.get()), Resolve())
153 EXPECT_CALL(*(resolver_.get()), Resolve())
184 EXPECT_CALL(*(resolver_.get()), Resolve())
210 EXPECT_CALL(*(resolver_.get()), Resolve())
266 EXPECT_CALL(*(resolver_.get()), Resolve())
  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store_unittest.cc 33 EXPECT_CALL(obs, OnPrefValueChanged(StrEq(key))).Times(1);
38 EXPECT_CALL(obs, OnPrefValueChanged(StrEq(key))).Times(1);
43 EXPECT_CALL(obs, OnPrefValueChanged(StrEq(key))).Times(1);
48 EXPECT_CALL(obs, OnPrefValueChanged(StrEq(key))).Times(0);
53 EXPECT_CALL(obs, OnPrefValueChanged(StrEq(key))).Times(1);
58 EXPECT_CALL(obs, OnPrefValueChanged(StrEq(key))).Times(1);
63 EXPECT_CALL(obs, OnPrefValueChanged(StrEq(key))).Times(0);
70 EXPECT_CALL(obs, OnPrefValueChanged(StrEq(key))).Times(0);
scoped_user_pref_update_unittest.cc 45 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0);
72 EXPECT_CALL(observer_, Observe(_, _, _)).Times(0);
pref_value_store_unittest.cc 367 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kManagedPlatformPref));
372 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(_)).Times(0);
390 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kUserPref));
394 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kUserPref));
398 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kUserPref));
402 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kUserPref));
406 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kUserPref));
410 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(_)).Times(0);
420 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kDefaultPref));
424 EXPECT_CALL(pref_notifier_, OnPreferenceChanged(prefs::kDefaultPref))
    [all...]
pref_set_observer_unittest.cc 69 EXPECT_CALL(observer,
77 EXPECT_CALL(observer,
85 EXPECT_CALL(observer, Observe(_, _, _)).Times(0);
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/status_icons/
status_tray_unittest.cc 34 EXPECT_CALL(tray,
42 EXPECT_CALL(tray,
  /external/chromium/chrome/browser/policy/
device_policy_cache_unittest.cc 117 EXPECT_CALL(signed_settings_helper_, CancelCallback(_));
147 EXPECT_CALL(signed_settings_helper_, StartRetrievePolicyOp(_)).WillOnce(
165 EXPECT_CALL(signed_settings_helper_, StartRetrievePolicyOp(_)).WillOnce(
177 EXPECT_CALL(signed_settings_helper_, StartStorePolicyOp(_, _)).WillOnce(
179 EXPECT_CALL(signed_settings_helper_, StartRetrievePolicyOp(_)).WillOnce(
197 EXPECT_CALL(signed_settings_helper_, StartRetrievePolicyOp(_)).WillOnce(
206 EXPECT_CALL(signed_settings_helper_, StartStorePolicyOp(_, _)).Times(0);
221 EXPECT_CALL(signed_settings_helper_, StartRetrievePolicyOp(_)).WillOnce(
230 EXPECT_CALL(signed_settings_helper_, StartStorePolicyOp(_, _)).Times(0);
248 EXPECT_CALL(signed_settings_helper_, StartRetrievePolicyOp(_)).WillOnce
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 172 EXPECT_CALL(*csd_service_, IsPrivateIPAddress(_))
176 EXPECT_CALL(*mock_profile_, IsOffTheRecord())
180 EXPECT_CALL(*sb_service_, MatchCsdWhitelistUrl(url))
184 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull()))
189 EXPECT_CALL(*csd_service_, IsInCache(url)).WillOnce(Return(*is_in_cache));
192 EXPECT_CALL(*csd_service_, OverReportLimit())
222 EXPECT_CALL(*csd_service_, SendClientReportPhishingRequest(_, _)).Times(0);
236 EXPECT_CALL(*csd_service_,
244 EXPECT_CALL(*sb_service_,
267 EXPECT_CALL(*csd_service_
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service_unittest.cc 162 EXPECT_CALL(
194 EXPECT_CALL(*observer_helper_->observer(), Observe(_, _, _)).
208 EXPECT_CALL(
225 EXPECT_CALL(*observer_helper_->observer(), Observe(_, _, _)).
241 EXPECT_CALL(
260 EXPECT_CALL(
285 EXPECT_CALL(*observer_helper_->observer(), Observe(_, _, _)).
303 EXPECT_CALL(
329 EXPECT_CALL(*observer_helper_->observer(), Observe(_, _, _)).
351 EXPECT_CALL(
    [all...]
  /external/chromium/base/
bind_unittest.cc 257 EXPECT_CALL(static_func_mock_, VoidMethod0());
258 EXPECT_CALL(has_ref_, AddRef()).Times(3);
259 EXPECT_CALL(has_ref_, Release()).Times(3);
260 EXPECT_CALL(has_ref_, VoidMethod0());
261 EXPECT_CALL(has_ref_, VoidConstMethod0()).Times(2);
291 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337));
292 EXPECT_CALL(has_ref_, AddRef()).Times(3);
293 EXPECT_CALL(has_ref_, Release()).Times(3);
294 EXPECT_CALL(has_ref_, IntMethod0()).WillOnce(Return(31337));
295 EXPECT_CALL(has_ref_, IntConstMethod0()
    [all...]
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/extensions/
sandboxed_extension_unpacker_unittest.cc 160 EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _));
161 EXPECT_CALL(*client_, OnUnpackFailure(_)).Times(0);
182 EXPECT_CALL(*client_, OnUnpackSuccess(_, _, _));
183 EXPECT_CALL(*client_, OnUnpackFailure(_)).Times(0);
extension_pref_value_map_unittest.cc 209 EXPECT_CALL(observer, OnPrefValueChanged(std::string(kPref1)));
214 EXPECT_CALL(observer, OnPrefValueChanged(std::string(kPref1))).Times(0);
219 EXPECT_CALL(observer, OnPrefValueChanged(std::string(kPref1)));
224 EXPECT_CALL(observer, OnPrefValueChanged(std::string(kPref1)));
229 EXPECT_CALL(observer, OnPrefValueChanged(std::string(kPref1)));
234 EXPECT_CALL(observer, OnPrefValueChanged(std::string(kPref1)));
239 EXPECT_CALL(observer, OnPrefValueChanged(std::string(kPref1)));
246 EXPECT_CALL(observer, OnPrefValueChanged(std::string(kPref1))).Times(0);
  /external/chromium/chrome/browser/ui/gtk/status_icons/
status_tray_gtk_unittest.cc 47 EXPECT_CALL(observer, OnClicked());
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher_unittest.cc 157 EXPECT_CALL(consumer, OnClientLoginFailure(expected_error))
179 EXPECT_CALL(consumer, OnIssueAuthTokenFailure(_, expected_error))
202 EXPECT_CALL(consumer, OnClientLoginFailure(expected_error))
251 EXPECT_CALL(consumer, OnClientLoginSuccess(result))
267 EXPECT_CALL(consumer, OnIssueAuthTokenSuccess(_, "token"))
301 EXPECT_CALL(consumer, OnClientLoginFailure(error))
376 EXPECT_CALL(consumer, OnClientLoginSuccess(_))
398 EXPECT_CALL(consumer, OnClientLoginFailure(_))
421 EXPECT_CALL(consumer, OnClientLoginSuccess(_))
451 EXPECT_CALL(consumer, OnIssueAuthTokenSuccess("service", "token")
    [all...]
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/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/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...]
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/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);

Completed in 329 milliseconds

1 2 34 5 6