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

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_unittest.cc127 EXPECT_TRUE(read_data.GetFirstNode(model(), GetProfilePath()) == node);
132 EXPECT_TRUE(read_data.GetFirstNode(model(), other_profile_dir.path()) ==
175 const BookmarkNode* r_g12 = read_data.GetFirstNode(model(), GetProfilePath());
181 EXPECT_TRUE(read_data.GetFirstNode(model(), other_profile_dir.path()) ==
218 read_data.GetFirstNode(model(), GetProfilePath());
269 EXPECT_TRUE(read_data.GetFirstNode(model(), GetProfilePath()) == NULL);
H A Dbookmark_node_data.h145 const BookmarkNode* GetFirstNode(BookmarkModel* model,
H A Dbookmark_node_data.cc265 const BookmarkNode* BookmarkNodeData::GetFirstNode( function in class:bookmarks::BookmarkNodeData
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_drag_drop_views.cc108 data.GetFirstNode(model, profile->GetPath());
H A Dbookmark_menu_delegate.cc194 drop_data_.GetFirstNode(GetBookmarkModel(), profile_->GetPath());
H A Dbookmark_bar_view.cc1675 const BookmarkNode* node = data.GetFirstNode(model_, profile->GetPath());
1743 data.GetFirstNode(model_, profile->GetPath()) == parent) {

Completed in 819 milliseconds