OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:name_tree
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/
extension_l10n_util_unittest.cc
225
base::DictionaryValue*
name_tree
= new base::DictionaryValue();
local
226
name_tree
->SetString("message", "name");
227
catalog->Set("name",
name_tree
);
message_bundle.cc
137
const base::DictionaryValue*
name_tree
;
local
138
if (!name_value.GetAsDictionary(&
name_tree
)) {
143
if (!
name_tree
->GetString(kMessageKey, value)) {
150
if (!GetPlaceholders(*
name_tree
, key, &placeholders, error))
162
bool MessageBundle::GetPlaceholders(const base::DictionaryValue&
name_tree
,
166
if (!
name_tree
.HasKey(kPlaceholdersKey))
170
if (!
name_tree
.GetDictionary(kPlaceholdersKey, &placeholders_tree)) {
Completed in 1295 milliseconds