OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_dictionary
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/
customization_document.cc
126
DictionaryValue*
default_dictionary
= NULL;
local
127
if (dictionary_content->GetDictionary(kDefaultAttr, &
default_dictionary
)) {
129
if (
default_dictionary
->GetString(entry_name, &result))
/external/chromium_org/chrome/browser/chromeos/
customization_document.cc
129
DictionaryValue*
default_dictionary
= NULL;
local
130
if (dictionary_content->GetDictionary(kDefaultAttr, &
default_dictionary
)) {
132
if (
default_dictionary
->GetString(entry_name, &result))
Completed in 509 milliseconds