HomeSort by relevance Sort by last modified time
    Searched refs:placeholders_tree (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 169 DictionaryValue* placeholders_tree;
170 if (!name_tree.GetDictionary(kPlaceholdersKey, &placeholders_tree)) {
176 for (DictionaryValue::key_iterator key_it = placeholders_tree->begin_keys();
177 key_it != placeholders_tree->end_keys(); ++key_it) {
182 if (!placeholders_tree->GetDictionaryWithoutPathExpansion(content_key,
extension_message_bundle_unittest.cc 52 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/
message_bundle_unittest.cc 54 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,
message_bundle.cc 169 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 92 milliseconds