HomeSort by relevance Sort by last modified time
    Searched refs:DecodeChildren (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/bookmarks/
bookmark_codec.h 104 bool DecodeChildren(const ListValue& child_value_list,
114 // created appropriately by way of DecodeChildren. If node is NULL a new
bookmark_codec.cc 169 bool BookmarkCodec::DecodeChildren(const ListValue& child_value_list,
282 if (!DecodeChildren(*static_cast<ListValue*>(child_values), node))
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.h 123 bool DecodeChildren(const base::ListValue& child_value_list,
135 // created appropriately by way of DecodeChildren. If node is NULL a new
bookmark_codec.cc 246 bool BookmarkCodec::DecodeChildren(const ListValue& child_value_list,
345 if (!DecodeChildren(*static_cast<const ListValue*>(child_values), node))

Completed in 24 milliseconds