Home
last modified time | relevance | path

Searched refs:GetFirstNode (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_node_data_unittest.cc101 EXPECT_TRUE(read_data.GetFirstNode(&profile) == node); in TEST_F()
105 EXPECT_TRUE(read_data.GetFirstNode(&profile2) == NULL); in TEST_F()
146 const BookmarkNode* r_g12 = read_data.GetFirstNode(&profile); in TEST_F()
151 EXPECT_TRUE(read_data.GetFirstNode(&profile2) == NULL); in TEST_F()
189 const BookmarkNode* r_folder = read_data.GetFirstNode(&profile); in TEST_F()
242 EXPECT_TRUE(read_data.GetFirstNode(&profile) == NULL); in TEST_F()
Dbookmark_node_data.h131 const BookmarkNode* GetFirstNode(Profile* profile) const;
Dbookmark_node_data.cc310 const BookmarkNode* BookmarkNodeData::GetFirstNode(Profile* profile) const { in GetFirstNode() function in BookmarkNodeData
Dbookmark_utils.cc247 if (data.GetFirstNode(profile)) { in BookmarkDropOperation()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_menu_controller_views.cc146 const BookmarkNode* drag_node = drop_data_.GetFirstNode(profile_); in CanDrop()
Dbookmark_bar_view.cc1410 int ops = data.GetFirstNode(profile_) in CalculateDropOperation()
1477 data.GetFirstNode(profile_) == parent) { in CalculateDropOperation()