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

  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data.h 127 std::vector<const BookmarkNode*> GetNodes(Profile* profile) const;
bookmark_node_data.cc 291 std::vector<const BookmarkNode*> BookmarkNodeData::GetNodes(
311 std::vector<const BookmarkNode*> nodes = GetNodes(profile);
bookmark_node_data_unittest.cc 235 std::vector<const BookmarkNode*> read_nodes = read_data.GetNodes(&profile);
bookmark_utils.cc 264 data.GetNodes(profile);
293 std::vector<const BookmarkNode*> nodes = data.GetNodes(profile);
  /external/chromium/chrome/browser/extensions/
extension_bookmark_manager_api.cc 128 std::vector<const BookmarkNode*> nodes = data.GetNodes(profile);
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_utils_gtk.cc 399 return drag_data.GetNodes(profile);

Completed in 373 milliseconds