OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_values
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc
108
ListValue*
child_values
= new ListValue();
local
109
value->Set(kChildrenKey,
child_values
);
111
child_values
->Append(EncodeNode(node->GetChild(i)));
258
Value*
child_values
;
local
259
if (!value.Get(kChildrenKey, &
child_values
))
262
if (
child_values
->GetType() != Value::TYPE_LIST)
282
if (!DecodeChildren(*static_cast<ListValue*>(
child_values
), node))
bookmark_html_writer.cc
281
Value*
child_values
;
local
284
!value.Get(BookmarkCodec::kChildrenKey, &
child_values
) ||
285
child_values
->GetType() != Value::TYPE_LIST) {
319
ListValue* children = static_cast<ListValue*>(
child_values
);
Completed in 54 milliseconds