HomeSort by relevance Sort by last modified time
    Searched refs:disable_for_test_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/signin/core/browser/
signin_account_id_helper.h 47 static bool disable_for_test_; member in class:SigninAccountIdHelper
signin_account_id_helper.cc 120 !disable_for_test_) {
141 if (current_gaia_id.empty() && !disable_for_test_) {
157 bool SigninAccountIdHelper::disable_for_test_ = false; member in class:SigninAccountIdHelper
161 disable_for_test_ = disable_for_test;
  /external/chromium_org/net/android/
network_change_notifier_android_unittest.cc 183 NetworkChangeNotifier::DisableForTest disable_for_test_; member in class:net::NetworkChangeNotifierAndroidTest
  /external/chromium_org/net/base/
network_change_notifier_win_unittest.cc 214 NetworkChangeNotifier::DisableForTest disable_for_test_; member in class:net::NetworkChangeNotifierWinTest
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 291 disable_for_test_.reset(new net::NetworkChangeNotifier::DisableForTest);
299 disable_for_test_.reset();
307 scoped_ptr<net::NetworkChangeNotifier::DisableForTest> disable_for_test_; member in class:InstantExtendedNetworkTest
    [all...]

Completed in 98 milliseconds