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

  /external/chromium/chrome/browser/bookmarks/
bookmark_index.cc 22 struct BookmarkIndex::Match {
44 BookmarkIndex::NodeSet::const_iterator
45 BookmarkIndex::Match::nodes_begin() const {
49 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const {
53 BookmarkIndex::BookmarkIndex(Profile* profile) : profile_(profile) {
56 BookmarkIndex::~BookmarkIndex() {
59 void BookmarkIndex::Add(const BookmarkNode* node)
    [all...]
bookmark_index.h 29 // BookmarkIndex maintains an index of the titles of bookmarks for quick
30 // look up. BookmarkIndex is owned and maintained by BookmarkModel, you
31 // shouldn't need to interact directly with BookmarkIndex.
33 // BookmarkIndex maintains the index (index_) as a map of sets. The map (type
37 class BookmarkIndex {
39 explicit BookmarkIndex(Profile* profile);
40 ~BookmarkIndex();
133 DISALLOW_COPY_AND_ASSIGN(BookmarkIndex);
bookmark_storage.h 33 BookmarkIndex* index,
43 BookmarkIndex* index() { return index_.get(); }
44 BookmarkIndex* release_index() { return index_.release(); }
69 scoped_ptr<BookmarkIndex> index_;
bookmark_model.h 30 class BookmarkIndex;
463 scoped_ptr<BookmarkIndex> index_;
bookmark_storage.cc 118 BookmarkIndex* index,
bookmark_model.cc 830 bb_node, other_folder_node, new BookmarkIndex(profile()), next_node_id_);

Completed in 66 milliseconds