Home
last modified time | relevance | path

Searched refs:kHttpThrottlingEnabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/net/
Dnet_pref_observer.cc38 http_throttling_enabled_.Init(prefs::kHttpThrottlingEnabled, prefs, this); in NetPrefObserver()
64 if (!pref_name || *pref_name == prefs::kHttpThrottlingEnabled) { in ApplySettings()
76 prefs->RegisterBooleanPref(prefs::kHttpThrottlingEnabled, false); in RegisterPrefs()
/external/chromium/chrome/common/
Dpref_names.h243 extern const char kHttpThrottlingEnabled[];
Dpref_names.cc689 const char kHttpThrottlingEnabled[] = "http_throttling.enabled"; variable
/external/chromium/chrome/browser/ui/webui/
Dnet_internals_ui.cc480 http_throttling_enabled_.Init(prefs::kHttpThrottlingEnabled, pref_service, in Attach()
613 if (*pref_name == prefs::kHttpThrottlingEnabled) { in Observe()