OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHttpThrottlingEnabled
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/net/
net_pref_observer.cc
38
http_throttling_enabled_.Init(prefs::
kHttpThrottlingEnabled
, prefs, this);
64
if (!pref_name || *pref_name == prefs::
kHttpThrottlingEnabled
) {
76
prefs->RegisterBooleanPref(prefs::
kHttpThrottlingEnabled
, false);
/external/chromium/chrome/common/
pref_names.cc
689
const char
kHttpThrottlingEnabled
[] = "http_throttling.enabled";
[
all
...]
pref_names.h
243
extern const char
kHttpThrottlingEnabled
[];
/external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc
480
http_throttling_enabled_.Init(prefs::
kHttpThrottlingEnabled
, pref_service,
613
if (*pref_name == prefs::
kHttpThrottlingEnabled
) {
[
all
...]
Completed in 52 milliseconds