OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_state_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_test_api.h
72
config_state_
= config_state;
75
return
config_state_
;
80
DictionaryValue*
config_state_
;
member in class:ExtensionTestGetConfigFunction::TestConfigState
extension_test_api.cc
102
:
config_state_
(NULL) {}
/external/chromium_org/chrome/browser/extensions/api/test/
test_api.h
113
config_state_
= config_state;
117
return
config_state_
;
124
base::DictionaryValue*
config_state_
;
member in class:extensions::TestGetConfigFunction::TestConfigState
test_api.cc
131
:
config_state_
(NULL) {}
/external/chromium/chrome/browser/net/
pref_proxy_config_service.cc
19
config_state_
= ReadPrefConfig(&pref_config_);
31
if (
config_state_
!= CONFIG_UNSET)
33
return
config_state_
;
77
if (
config_state_
!= config_state ||
78
(
config_state_
!= CONFIG_UNSET && !pref_config_.Equals(config))) {
79
config_state_
= config_state;
80
if (
config_state_
!= CONFIG_UNSET)
pref_proxy_config_service.h
91
// Tracks configuration state. |pref_config_| is valid only if |
config_state_
|
93
ConfigState
config_state_
;
member in class:PrefProxyConfigTracker
/external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc
132
config_state_
= ReadPrefConfig(pref_service_, &pref_config_);
151
OnProxyConfigChanged(
config_state_
, pref_config_);
256
if (
config_state_
!= ProxyPrefs::CONFIG_UNSET)
258
return
config_state_
;
344
if (
config_state_
!= config_state ||
345
(
config_state_
!= ProxyPrefs::CONFIG_UNSET &&
347
config_state_
= config_state;
348
if (
config_state_
!= ProxyPrefs::CONFIG_UNSET)
pref_proxy_config_tracker_impl.h
153
// Tracks configuration state. |pref_config_| is valid only if |
config_state_
|
155
ProxyPrefs::ConfigState
config_state_
;
member in class:PrefProxyConfigTrackerImpl
Completed in 146 milliseconds