/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...] |
pref_proxy_config_tracker_impl.h | 51 void UpdateProxyConfig(ProxyPrefs::ConfigState config_state, 98 // Determines if |config_state| takes precedence regardless, which happens if 100 static bool PrefPrecedes(ProxyPrefs::ConfigState config_state); 144 virtual void OnProxyConfigChanged(ProxyPrefs::ConfigState config_state,
|
/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
|
extension_test_api.cc | 115 if (!test_config_state->config_state()) { 120 result_.reset(test_config_state->config_state()->DeepCopy());
|
/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
|
test_api.cc | 144 if (!test_config_state->config_state()) { 149 SetResult(test_config_state->config_state()->DeepCopy());
|
/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;
|
pref_proxy_config_service.h | 72 // |config_state| indicates the new state we're switching to, and |config| is 73 // the new preference-based proxy configuration if |config_state| is different
|
/external/chromium_org/chrome/browser/chromeos/ |
proxy_config_service_impl.h | 50 virtual void OnProxyConfigChanged(ProxyPrefs::ConfigState config_state,
|
proxy_config_service_impl.cc | 89 ProxyPrefs::ConfigState config_state, 92 << ProxyPrefs::ConfigStateToDebugString(config_state)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GraphicalEditorPart.java | 353 // {@link ConfigurationComposite#CONFIG_STATE}. [all...] |