HomeSort by relevance Sort by last modified time
    Searched full:browser_pref (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_helpers.h 30 const std::string& browser_pref,
35 // key-value for the level of control the extension has over |browser_pref| is
44 const std::string& browser_pref);
preference_helpers.cc 57 const std::string& browser_pref,
64 prefs->FindPreference(browser_pref.c_str());
72 browser_pref,
78 browser_pref,
92 const std::string& browser_pref) {
112 GetLevelOfControl(profile, extension_id, browser_pref, incognito);
128 browser_pref,
preference_api.cc 52 const char* browser_pref; member in struct:extensions::__anon8340::PrefMappingEntry
128 const base::Value* browser_pref) OVERRIDE {
129 return browser_pref->DeepCopy();
142 const base::Value* browser_pref) OVERRIDE {
143 return InvertBooleanValue(browser_pref);
162 std::string* browser_pref,
167 *browser_pref = it->second.pref_name;
175 bool FindEventForBrowserPref(const std::string& browser_pref,
178 PrefMap::iterator it = event_mapping_.find(browser_pref);
188 const std::string& browser_pref) {
544 std::string browser_pref; local
632 std::string browser_pref; local
668 extension_id(), browser_pref, scope, browser_pref_value.release()); local
705 std::string browser_pref; local
712 ->RemoveExtensionControlledPref(extension_id(), browser_pref, scope); local
    [all...]
preference_api.h 163 const base::Value* browser_pref) = 0;
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers_unittest.cc 339 scoped_ptr<base::DictionaryValue> browser_pref(
343 ProxyConfigDictionary config(browser_pref.get());
366 scoped_ptr<base::DictionaryValue> browser_pref(
371 ProxyConfigDictionary config(browser_pref.get());
394 scoped_ptr<base::DictionaryValue> browser_pref(
396 ProxyConfigDictionary config(browser_pref.get());
409 scoped_ptr<base::DictionaryValue> browser_pref(
411 ProxyConfigDictionary config(browser_pref.get());
proxy_api.h 38 const base::Value* browser_pref) OVERRIDE;
proxy_api.cc 135 const base::Value* browser_pref) {
136 CHECK(browser_pref->IsType(base::Value::TYPE_DICTIONARY));
141 static_cast<const base::DictionaryValue*>(browser_pref));

Completed in 78 milliseconds