Searched defs:browser_pref (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_proxy_api.cc93 Value* ProxyPrefTransformer::BrowserToExtensionPref(const Value* browser_pref) { argument
94 CHECK(browser_pref->IsType(Value::TYPE_DICTIONARY));
99 static_cast<const DictionaryValue*>(browser_pref));
H A Dextension_preference_api.cc27 const char* browser_pref; member in struct:__anon1571::PrefMappingEntry
79 virtual Value* BrowserToExtensionPref(const Value* browser_pref) { argument
80 return browser_pref->DeepCopy();
89 const std::string& browser_pref,
94 prefs->FindPreference(browser_pref.c_str());
101 if (ep->DoesExtensionControlPref(extension_id, browser_pref, incognito))
104 if (ep->CanExtensionControlPref(extension_id, browser_pref, incognito))
117 std::string* browser_pref,
122 *browser_pref = it->second.first;
129 bool FindEventForBrowserPref(const std::string& browser_pref, argument
86 GetLevelOfControl( Profile* profile, const std::string& extension_id, const std::string& browser_pref, bool incognito) argument
116 FindBrowserPrefForExtensionPref(const std::string& extension_pref, std::string* browser_pref, std::string* permission) argument
142 FindTransformerForBrowserPref( const std::string& browser_pref) argument
177 RegisterPrefTransformer(const std::string& browser_pref, PrefTransformerInterface* transformer) argument
225 OnPrefChanged( PrefService* pref_service, const std::string& browser_pref) argument
305 std::string browser_pref; local
356 std::string browser_pref; local
379 browser_pref, local
400 std::string browser_pref; local
410 prefs->RemoveExtensionControlledPref(extension_id(), browser_pref, incognito); local
[all...]

Completed in 89 milliseconds