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

  /external/chromium/chrome/browser/extensions/
extension_preference_api.cc 27 const char* browser_pref; member in struct:__anon4554::PrefMappingEntry
79 virtual Value* BrowserToExtensionPref(const Value* browser_pref) {
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,
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...]
extension_proxy_api.h 32 virtual Value* BrowserToExtensionPref(const Value* browser_pref) OVERRIDE;
extension_proxy_api.cc 93 Value* ProxyPrefTransformer::BrowserToExtensionPref(const Value* browser_pref) {
94 CHECK(browser_pref->IsType(Value::TYPE_DICTIONARY));
99 static_cast<const DictionaryValue*>(browser_pref));
extension_preference_api.h 60 virtual Value* BrowserToExtensionPref(const Value* browser_pref) = 0;
extension_proxy_api_helpers_unittest.cc 267 scoped_ptr<DictionaryValue> browser_pref(
271 ProxyConfigDictionary config(browser_pref.get());
293 scoped_ptr<DictionaryValue> browser_pref(
295 ProxyConfigDictionary config(browser_pref.get());
307 scoped_ptr<DictionaryValue> browser_pref(
309 ProxyConfigDictionary config(browser_pref.get());
  /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 55 const std::string& browser_pref,
62 prefs->FindPreference(browser_pref.c_str());
70 browser_pref,
76 browser_pref,
90 const std::string& browser_pref) {
111 GetLevelOfControl(profile, extension_id, browser_pref, incognito);
126 browser_pref,
preference_api.cc 48 const char* browser_pref; member in struct:extensions::__anon7308::PrefMappingEntry
120 virtual Value* BrowserToExtensionPref(const Value* browser_pref) OVERRIDE {
121 return browser_pref->DeepCopy();
133 virtual Value* BrowserToExtensionPref(const Value* browser_pref) OVERRIDE {
134 return InvertBooleanValue(browser_pref);
153 std::string* browser_pref,
157 *browser_pref = it->second.first;
164 bool FindEventForBrowserPref(const std::string& browser_pref,
167 PrefMap::iterator it = event_mapping_.find(browser_pref);
177 const std::string& browser_pref) {
571 std::string browser_pref; local
658 std::string browser_pref; local
693 browser_pref, local
732 std::string browser_pref; local
737 extension_id(), browser_pref, scope); local
    [all...]
preference_api.h 173 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 132 Value* ProxyPrefTransformer::BrowserToExtensionPref(const Value* browser_pref) {
133 CHECK(browser_pref->IsType(Value::TYPE_DICTIONARY));
138 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 108 milliseconds