Home | History | Annotate | Download | only in bookmarks

Lines Matching defs:bookmarks

5 #include "chrome/browser/bookmarks/bookmark_model.h"
13 #include "chrome/browser/bookmarks/bookmark_index.h"
14 #include "chrome/browser/bookmarks/bookmark_storage.h"
15 #include "chrome/browser/bookmarks/bookmark_utils.h"
93 // Comparator used when sorting bookmarks. Folders are sorted first, then
94 // bookmarks.
160 // Load the bookmarks. BookmarkStorage notifies us when done.
457 std::vector<const BookmarkNode*> bookmarks;
458 GetNodesByURL(url, &bookmarks);
459 bool bookmarks_exist = !bookmarks.empty();
468 // Remove all the bookmarks.
469 for (size_t i = 0; i < bookmarks.size(); ++i) {
470 const BookmarkNode* node = bookmarks[i];
562 // If bookmarks file changed externally, the IDs may have changed
565 // bookmarks file to persist new IDs.