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

  /external/chromium/chrome/browser/bookmarks/
bookmark_context_menu_controller.cc 174 // TODO: this should honor the index from GetParentForNewNodes.
177 bookmark_utils::GetParentForNewNodes(parent_, selection_, NULL),
188 bookmark_utils::GetParentForNewNodes(parent_, selection_, &index);
221 bookmark_utils::GetParentForNewNodes(parent_, selection_, &index);
270 return can_edit && bookmark_utils::GetParentForNewNodes(
bookmark_utils.h 205 const BookmarkNode* GetParentForNewNodes(
bookmark_model.h 198 const BookmarkNode* GetParentForNewNodes();
bookmark_model.cc 165 const BookmarkNode* BookmarkModel::GetParentForNewNodes() {
465 const BookmarkNode* parent = GetParentForNewNodes();
bookmark_model_unittest.cc 377 ASSERT_EQ(model.GetBookmarkBarNode(), model.GetParentForNewNodes());
383 ASSERT_EQ(model.other_node(), model.GetParentForNewNodes());
    [all...]
bookmark_utils.cc 647 const BookmarkNode* GetParentForNewNodes(
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_controller_views.cc 161 // TODO: this should honor the index from GetParentForNewNodes.
164 bookmark_utils::GetParentForNewNodes(parent_, selection_, NULL),
175 bookmark_utils::GetParentForNewNodes(parent_, selection_, &index);
210 bookmark_utils::GetParentForNewNodes(parent_, selection_, &index);
256 return can_edit && bookmark_utils::GetParentForNewNodes(
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]

Completed in 45 milliseconds