HomeSort by relevance Sort by last modified time
    Searched refs:ConfigState (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/prefs/
proxy_prefs.h 39 enum ConfigState {
66 std::string ConfigStateToDebugString(ConfigState state);
proxy_prefs.cc 54 std::string ConfigStateToDebugString(ConfigState state) {
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.h 51 void UpdateProxyConfig(ProxyPrefs::ConfigState config_state,
67 ProxyPrefs::ConfigState pref_config_state_;
100 static bool PrefPrecedes(ProxyPrefs::ConfigState config_state);
111 ProxyPrefs::ConfigState pref_state,
116 ProxyPrefs::ConfigState* effective_config_state,
132 static ProxyPrefs::ConfigState ReadPrefConfig(const PrefService* pref_service,
140 ProxyPrefs::ConfigState GetProxyConfig(net::ProxyConfig* config);
144 virtual void OnProxyConfigChanged(ProxyPrefs::ConfigState config_state,
155 ProxyPrefs::ConfigState config_state_;
pref_proxy_config_tracker_impl.cc 61 ProxyPrefs::ConfigState config_state;
74 ProxyPrefs::ConfigState config_state,
166 ProxyPrefs::ConfigState config_state) {
175 ProxyPrefs::ConfigState pref_state,
180 ProxyPrefs::ConfigState* effective_config_state,
220 ProxyPrefs::ConfigState PrefProxyConfigTrackerImpl::ReadPrefConfig(
227 ProxyPrefs::ConfigState config_state = ProxyPrefs::CONFIG_UNSET;
253 ProxyPrefs::ConfigState PrefProxyConfigTrackerImpl::GetProxyConfig(
262 ProxyPrefs::ConfigState config_state,
342 ProxyPrefs::ConfigState config_state = ReadPrefConfig(pref_service_
    [all...]
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.h 37 enum ConfigState {
55 ConfigState GetProxyConfig(net::ProxyConfig* config);
75 void InstallProxyConfig(const net::ProxyConfig& config, ConfigState state);
80 ConfigState ReadPrefConfig(net::ProxyConfig* config);
93 ConfigState config_state_;
pref_proxy_config_service.cc 28 PrefProxyConfigTracker::ConfigState
62 ConfigState config_state = ReadPrefConfig(&new_config);
75 PrefProxyConfigTracker::ConfigState config_state) {
86 PrefProxyConfigTracker::ConfigState
195 PrefProxyConfigTracker::ConfigState state =
  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl.h 50 virtual void OnProxyConfigChanged(ProxyPrefs::ConfigState config_state,
78 ProxyPrefs::ConfigState active_config_state_;
ui_proxy_config.h 31 // extension, etc (refer to ProxyPrefs::ConfigState)
89 ProxyPrefs::ConfigState state;
ui_proxy_config_service.cc 143 ProxyPrefs::ConfigState pref_state = ProxyConfigServiceImpl::ReadPrefConfig(
162 ProxyPrefs::ConfigState effective_config_state;
proxy_config_service_impl.cc 89 ProxyPrefs::ConfigState config_state,
168 ProxyPrefs::ConfigState pref_state = GetProxyConfig(&pref_config);
194 ProxyPrefs::ConfigState effective_config_state;
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 74 private final ArrayList<ConfigState> mRestoreStack = new ArrayList<ConfigState>();
75 private ConfigState mRecycledRestoreAction;
768 ConfigState config = obtainRestoreConfig();
788 ConfigState config = mRestoreStack.remove(mRestoreStack.size() - 1);
793 private void freeRestoreConfig(ConfigState action) {
798 private ConfigState obtainRestoreConfig() {
800 ConfigState result = mRecycledRestoreAction;
804 return new ConfigState();
807 private static class ConfigState {
    [all...]

Completed in 1028 milliseconds