HomeSort by relevance Sort by last modified time
    Searched refs:config_state (Results 1 - 3 of 3) 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
extension_test_api.cc 115 if (!test_config_state->config_state()) {
120 result_.reset(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;

Completed in 92 milliseconds