HomeSort by relevance Sort by last modified time
    Searched defs:DisableForTest (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/extensions/
install_limiter.cc 62 void InstallLimiter::DisableForTest() {
  /external/chromium_org/net/base/
network_change_notifier.h 232 // create an DisableForTest object, and then create the new
234 // destroyed before the DisableForTest object, as its destruction will restore
236 class NET_EXPORT DisableForTest {
238 DisableForTest();
239 ~DisableForTest();
network_change_notifier.cc 702 NetworkChangeNotifier::DisableForTest::DisableForTest()
708 NetworkChangeNotifier::DisableForTest::~DisableForTest() {

Completed in 76 milliseconds