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

  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data_unittest.cc 101 EXPECT_TRUE(read_data.GetFirstNode(&profile) == node);
105 EXPECT_TRUE(read_data.GetFirstNode(&profile2) == NULL);
146 const BookmarkNode* r_g12 = read_data.GetFirstNode(&profile);
151 EXPECT_TRUE(read_data.GetFirstNode(&profile2) == NULL);
189 const BookmarkNode* r_folder = read_data.GetFirstNode(&profile);
242 EXPECT_TRUE(read_data.GetFirstNode(&profile) == NULL);
bookmark_node_data.h 131 const BookmarkNode* GetFirstNode(Profile* profile) const;
bookmark_node_data.cc 310 const BookmarkNode* BookmarkNodeData::GetFirstNode(Profile* profile) const {
bookmark_utils.cc 247 if (data.GetFirstNode(profile)) {
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.cc 146 const BookmarkNode* drag_node = drop_data_.GetFirstNode(profile_);
bookmark_bar_view.cc     [all...]

Completed in 74 milliseconds