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

  /external/chromium_org/chrome/browser/signin/
signin_account_id_helper.h 48 static bool disable_for_test_; member in class:SigninAccountIdHelper
signin_account_id_helper.cc 113 !disable_for_test_) {
138 if (current_account_id.empty() && !disable_for_test_) {
153 bool SigninAccountIdHelper::disable_for_test_ = false; member in class:SigninAccountIdHelper
157 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 305 disable_for_test_.reset(new net::NetworkChangeNotifier::DisableForTest);
313 disable_for_test_.reset();
321 scoped_ptr<net::NetworkChangeNotifier::DisableForTest> disable_for_test_; member in class:InstantExtendedNetworkTest
    [all...]

Completed in 94 milliseconds