Searched refs:name_tree (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle.cc137 DictionaryValue* name_tree; local
138 if (!catalog.GetDictionaryWithoutPathExpansion(key, &name_tree)) {
143 if (!name_tree->GetString(kMessageKey, value)) {
150 if (!GetPlaceholders(*name_tree, key, &placeholders, error))
162 bool ExtensionMessageBundle::GetPlaceholders(const DictionaryValue& name_tree, argument
166 if (!name_tree.HasKey(kPlaceholdersKey))
170 if (!name_tree.GetDictionary(kPlaceholdersKey, &placeholders_tree)) {
H A Dextension_message_bundle.h131 bool GetPlaceholders(const DictionaryValue& name_tree,
H A Dextension_l10n_util_unittest.cc221 DictionaryValue* name_tree = new DictionaryValue(); local
222 name_tree->SetString("message", "name");
223 catalog->Set("name", name_tree);
/external/chromium/net/tools/spdyshark/
H A Dpacket-spdy.c1162 proto_tree *name_tree; local
1182 name_tree = proto_item_add_subtree(ti, ett_spdy_header_name);
1183 proto_tree_add_uint(name_tree, hf_spdy_length, header_tvb, hoffset, 2, length);
1184 proto_tree_add_string_format(name_tree, hf_spdy_header_name_text, header_tvb, hoffset+2, length,

Completed in 2993 milliseconds