OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kChildrenKey
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_bookmarks_module_constants.cc
16
const char
kChildrenKey
[] = "children";
extension_bookmarks_module_constants.h
21
extern const char
kChildrenKey
[];
extension_bookmarks_unittest.cc
39
tree->GetList(keys::
kChildrenKey
, &children);
49
tree->GetList(keys::
kChildrenKey
, &children);
59
tree->GetList(keys::
kChildrenKey
, &children);
74
tree->GetList(keys::
kChildrenKey
, &children);
extension_bookmark_helpers.cc
58
dict->Set(keys::
kChildrenKey
, children);
extension_bookmark_manager_api.cc
94
dict->Set(keys::
kChildrenKey
, children);
114
dict->Set(keys::
kChildrenKey
, children);
/external/chromium/chrome/browser/bookmarks/
bookmark_codec.h
87
static const char*
kChildrenKey
;
bookmark_codec.cc
30
const char* BookmarkCodec::
kChildrenKey
= "children";
109
value->Set(
kChildrenKey
, child_values);
259
if (!value.Get(
kChildrenKey
, &child_values))
bookmark_codec_unittest.cc
79
ASSERT_TRUE(bb_d_value->Get(BookmarkCodec::
kChildrenKey
,
bookmark_html_writer.cc
284
!value.Get(BookmarkCodec::
kChildrenKey
, &child_values) ||
Completed in 236 milliseconds