HomeSort by relevance Sort by last modified time
    Searched refs: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 53 const char* browser_pref; member in struct:extensions::__anon8419::PrefMappingEntry
132 const base::Value* browser_pref) OVERRIDE {
133 return browser_pref->DeepCopy();
146 const base::Value* browser_pref) OVERRIDE {
147 return InvertBooleanValue(browser_pref);
177 const base::Value* browser_pref) override {
179 const bool pref_found = browser_pref->GetAsInteger(&int_value);
193 std::string* browser_pref,
198 *browser_pref = it->second.pref_name;
206 bool FindEventForBrowserPref(const std::string& browser_pref,
577 std::string browser_pref; local
665 std::string browser_pref; local
701 extension_id(), browser_pref, scope, browser_pref_value.release()); local
738 std::string browser_pref; local
745 ->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.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));
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());

Completed in 3662 milliseconds