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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_browser.cc 207 const base::DictionaryValue* display_pref = NULL; local
209 if (shelf_prefs->GetDictionary(pref_key, &display_pref) &&
210 display_pref->GetString(path, &per_display_value))
218 const base::DictionaryValue* display_pref = NULL; local
219 if (iter.value().GetAsDictionary(&display_pref) &&
220 display_pref->GetString(path, &unused_value)) {
    [all...]
chrome_launcher_controller_per_app.cc 144 const base::DictionaryValue* display_pref = NULL; local
146 if (shelf_prefs->GetDictionary(pref_key, &display_pref) &&
147 display_pref->GetString(path, &per_display_value))
155 const base::DictionaryValue* display_pref = NULL; local
156 if (iter.value().GetAsDictionary(&display_pref) &&
157 display_pref->GetString(path, &unused_value)) {
    [all...]

Completed in 185 milliseconds