Searched defs:placeholders_tree (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle_unittest.cc52 DictionaryValue* placeholders_tree = new DictionaryValue; local
53 CreateContentTree("a", "A", placeholders_tree);
54 CreateContentTree("b", "B", placeholders_tree);
55 CreateContentTree("c", "C", placeholders_tree);
57 placeholders_tree,
/external/chromium_org/chrome/common/extensions/
H A Dmessage_bundle_unittest.cc54 base::DictionaryValue* placeholders_tree = new base::DictionaryValue; local
55 CreateContentTree("a", "A", placeholders_tree);
56 CreateContentTree("b", "B", placeholders_tree);
57 CreateContentTree("c", "C", placeholders_tree);
59 placeholders_tree,
H A Dmessage_bundle.cc169 const base::DictionaryValue* placeholders_tree; local
170 if (!name_tree.GetDictionary(kPlaceholdersKey, &placeholders_tree)) {
176 for (base::DictionaryValue::Iterator it(*placeholders_tree); !it.IsAtEnd();

Completed in 410 milliseconds