Searched refs:config_state (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_test_api.h71 void set_config_state(DictionaryValue* config_state) { argument
72 config_state_ = config_state;
74 const DictionaryValue* config_state() { function in class:ExtensionTestGetConfigFunction::TestConfigState
H A Dextension_test_api.cc115 if (!test_config_state->config_state()) {
120 result_.reset(test_config_state->config_state()->DeepCopy());
/external/chromium/chrome/browser/net/
H A Dpref_proxy_config_service.cc62 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;
73 InstallProxyConfig( const net::ProxyConfig& config, PrefProxyConfigTracker::ConfigState config_state) argument

Completed in 92 milliseconds