Searched refs:placeholders_tree (Results 1 – 2 of 2) sorted by relevance
54 base::DictionaryValue* placeholders_tree = new base::DictionaryValue; in CreatePlaceholdersTree() local55 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()
169 const base::DictionaryValue* placeholders_tree; in GetPlaceholders() local170 if (!name_tree.GetDictionary(kPlaceholdersKey, &placeholders_tree)) { in GetPlaceholders()176 for (base::DictionaryValue::Iterator it(*placeholders_tree); !it.IsAtEnd(); in GetPlaceholders()