HomeSort by relevance Sort by last modified time
    Searched full:config_state (Results 1 - 5 of 5) 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;
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
  /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...]

Completed in 101 milliseconds