OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:display_pref
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc
167
const base::DictionaryValue*
display_pref
= NULL;
local
169
if (shelf_prefs->GetDictionary(pref_key, &
display_pref
) &&
170
display_pref
->GetString(path, &per_display_value))
178
const base::DictionaryValue*
display_pref
= NULL;
local
179
if (iter.value().GetAsDictionary(&
display_pref
) &&
180
display_pref
->GetString(path, &unused_value)) {
[
all
...]
Completed in 40 milliseconds