Searched refs:kChildrenKey (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_module_constants.cc16 const char kChildrenKey[] = "children"; member in namespace:extension_bookmarks_module_constants
H A Dextension_bookmarks_module_constants.h21 extern const char kChildrenKey[];
H A Dextension_bookmarks_unittest.cc39 tree->GetList(keys::kChildrenKey, &children);
49 tree->GetList(keys::kChildrenKey, &children);
59 tree->GetList(keys::kChildrenKey, &children);
74 tree->GetList(keys::kChildrenKey, &children);
H A Dextension_bookmark_helpers.cc58 dict->Set(keys::kChildrenKey, children);
H A Dextension_bookmark_manager_api.cc94 dict->Set(keys::kChildrenKey, children);
114 dict->Set(keys::kChildrenKey, children);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_codec.h87 static const char* kChildrenKey; member in class:BookmarkCodec
H A Dbookmark_codec.cc30 const char* BookmarkCodec::kChildrenKey = "children"; member in class:BookmarkCodec
109 value->Set(kChildrenKey, child_values);
259 if (!value.Get(kChildrenKey, &child_values))
H A Dbookmark_codec_unittest.cc79 ASSERT_TRUE(bb_d_value->Get(BookmarkCodec::kChildrenKey,
H A Dbookmark_html_writer.cc284 !value.Get(BookmarkCodec::kChildrenKey, &child_values) ||

Completed in 154 milliseconds