Home
last modified time | relevance | path

Searched refs:ConfigStateToDebugString (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
Dproxy_prefs.h66 std::string ConfigStateToDebugString(ConfigState state);
Dproxy_prefs.cc54 std::string ConfigStateToDebugString(ConfigState state) { in ConfigStateToDebugString() function
/external/chromium_org/chrome/browser/chromeos/
Dproxy_config_service_impl.cc92 << ProxyPrefs::ConfigStateToDebugString(config_state) in OnProxyConfigChanged()
228 << ProxyPrefs::ConfigStateToDebugString(active_config_state_) in DetermineEffectiveConfigFromDefaultNetwork()
Dui_proxy_config_service.cc98 << ProxyPrefs::ConfigStateToDebugString(current_ui_config_.state) in UpdateFromPrefs()