OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dictionary_content
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/
default_app_order.cc
62
const base::DictionaryValue*
dictionary_content
= NULL;
local
63
if (!root || !root->GetDictionary(dictionary_name, &
dictionary_content
))
67
if (
dictionary_content
->GetDictionary(locale, &locale_dictionary)) {
74
if (
dictionary_content
->GetDictionary(kDefaultAttr, &default_dictionary)) {
/external/chromium_org/chrome/browser/chromeos/
customization_document.cc
123
const base::DictionaryValue*
dictionary_content
= NULL;
local
124
if (!root || !root->GetDictionary(dictionary_name, &
dictionary_content
))
128
if (
dictionary_content
->GetDictionary(locale, &locale_dictionary)) {
135
if (
dictionary_content
->GetDictionary(kDefaultAttr, &default_dictionary)) {
[
all
...]
Completed in 674 milliseconds