HomeSort by relevance Sort by last modified time
    Searched refs:pref_key (Results 26 - 27 of 27) sorted by null

12

  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 54 // returns true and sets |pref_key| to the key in the content settings
58 std::string* pref_key) {
60 *pref_key = kPerPluginPrefName;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 121 const char* pref_key,
134 prefs->SetStringWithoutPathExpansion(pref_key, value);
162 std::string pref_key = GetPrefKeyForRootWindow(root_window);
164 if (!pref_key.empty()) {
169 if (shelf_prefs->GetDictionary(pref_key, &display_pref) &&
    [all...]

Completed in 1377 milliseconds

12