Home
last modified time | relevance | path

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

/external/chromium_org/components/bookmarks/browser/
Dbookmark_codec.cc35 const char* BookmarkCodec::kChildrenKey = "children"; member in bookmarks::BookmarkCodec
135 value->Set(kChildrenKey, child_values); in EncodeNode()
326 if (!value.Get(kChildrenKey, &child_values)) in DecodeNode()
Dbookmark_codec.h100 static const char* kChildrenKey; variable
Dbookmark_codec_unittest.cc131 bb_d_value->Get(BookmarkCodec::kChildrenKey, &bb_children_value)); in GetBookmarksBarChildValue()
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_install_view_controller.mm97 NSString* const kChildrenKey = @"children";
396 return [[item objectForKey:kChildrenKey] objectAtIndex:index];
412 return [[item objectForKey:kChildrenKey] count];
548 for (id child in [item objectForKey:kChildrenKey])
581 kChildrenKey : children,
592 kChildrenKey : @[ @{} ],
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_html_writer.cc298 !value.Get(BookmarkCodec::kChildrenKey, &child_values) || in WriteNode()