Home
last modified time | relevance | path

Searched refs:placeholders_tree (Results 1 – 2 of 2) sorted by relevance

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