Home
last modified time | relevance | path

Searched refs:kChildrenKey (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_bookmarks_unittest.cc39 tree->GetList(keys::kChildrenKey, &children); in TEST_F()
49 tree->GetList(keys::kChildrenKey, &children); in TEST_F()
59 tree->GetList(keys::kChildrenKey, &children); in TEST_F()
74 tree->GetList(keys::kChildrenKey, &children); in TEST_F()
Dextension_bookmarks_module_constants.cc16 const char kChildrenKey[] = "children"; variable
Dextension_bookmarks_module_constants.h21 extern const char kChildrenKey[];
Dextension_bookmark_helpers.cc58 dict->Set(keys::kChildrenKey, children); in GetNodeDictionary()
Dextension_bookmark_manager_api.cc94 dict->Set(keys::kChildrenKey, children); in AddNodeToList()
114 dict->Set(keys::kChildrenKey, children); in AddElementToList()
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
Dbookmark_api_constants.cc17 const char kChildrenKey[] = "children"; variable
Dbookmark_api_constants.h21 extern const char kChildrenKey[];
/external/chromium/chrome/browser/bookmarks/
Dbookmark_codec.cc30 const char* BookmarkCodec::kChildrenKey = "children"; member in BookmarkCodec
109 value->Set(kChildrenKey, child_values); in EncodeNode()
259 if (!value.Get(kChildrenKey, &child_values)) in DecodeNode()
Dbookmark_codec.h87 static const char* kChildrenKey; variable
Dbookmark_html_writer.cc284 !value.Get(BookmarkCodec::kChildrenKey, &child_values) || in WriteNode()
Dbookmark_codec_unittest.cc79 ASSERT_TRUE(bb_d_value->Get(BookmarkCodec::kChildrenKey, in GetBookmarksBarChildValue()
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_codec.cc33 const char* BookmarkCodec::kChildrenKey = "children"; member in BookmarkCodec
133 value->Set(kChildrenKey, child_values); in EncodeNode()
322 if (!value.Get(kChildrenKey, &child_values)) in DecodeNode()
Dbookmark_codec.h99 static const char* kChildrenKey; variable
Dbookmark_html_writer.cc300 !value.Get(BookmarkCodec::kChildrenKey, &child_values) || in WriteNode()
Dbookmark_codec_unittest.cc114 ASSERT_TRUE(bb_d_value->Get(BookmarkCodec::kChildrenKey, in GetBookmarksBarChildValue()
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_install_view_controller.mm89 NSString* const kChildrenKey = @"children";
390 return [[item objectForKey:kChildrenKey] objectAtIndex:index];
406 return [[item objectForKey:kChildrenKey] count];
542 for (id child in [item objectForKey:kChildrenKey])
575 kChildrenKey : children,
586 kChildrenKey : @[ @{} ],
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
Dbookmark_manager_private_api.cc115 dict->Set(bookmark_keys::kChildrenKey, children); in AddNodeToList()
135 dict->Set(bookmark_keys::kChildrenKey, children); in AddElementToList()