OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:config_state
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_test_api.h
71
void set_config_state(DictionaryValue*
config_state
) {
72
config_state_ =
config_state
;
74
const DictionaryValue*
config_state
() {
function in class:ExtensionTestGetConfigFunction::TestConfigState
/external/chromium_org/chrome/browser/extensions/api/test/
test_api.h
112
void set_config_state(base::DictionaryValue*
config_state
) {
113
config_state_ =
config_state
;
116
const base::DictionaryValue*
config_state
() {
function in class:extensions::TestGetConfigFunction::TestConfigState
/external/chromium/chrome/browser/net/
pref_proxy_config_service.cc
62
ConfigState
config_state
= ReadPrefConfig(&new_config);
local
67
new_config,
config_state
));
75
PrefProxyConfigTracker::ConfigState
config_state
) {
77
if (config_state_ !=
config_state
||
79
config_state_ =
config_state
;
/external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc
61
ProxyPrefs::ConfigState
config_state
;
local
65
&
config_state
, config);
74
ProxyPrefs::ConfigState
config_state
,
79
pref_config_state_ =
config_state
;
166
ProxyPrefs::ConfigState
config_state
) {
167
return
config_state
== ProxyPrefs::CONFIG_POLICY ||
168
config_state
== ProxyPrefs::CONFIG_EXTENSION ||
169
config_state
== ProxyPrefs::CONFIG_OTHER_PRECEDE;
227
ProxyPrefs::ConfigState
config_state
= ProxyPrefs::CONFIG_UNSET;
local
240
config_state
= ProxyPrefs::CONFIG_POLICY
342
ProxyPrefs::ConfigState
config_state
= ReadPrefConfig(pref_service_,
local
[
all
...]
Completed in 918 milliseconds