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

  /external/chromium_org/components/bookmarks/browser/
bookmark_index.h 24 // BookmarkIndex maintains an index of the titles and URLs of bookmarks for
25 // quick look up. BookmarkIndex is owned and maintained by BookmarkModel, you
26 // shouldn't need to interact directly with BookmarkIndex.
28 // BookmarkIndex maintains the index (index_) as a map of sets. The map (type
31 class BookmarkIndex {
34 BookmarkIndex(BookmarkClient* client,
36 ~BookmarkIndex();
114 DISALLOW_COPY_AND_ASSIGN(BookmarkIndex);
bookmark_index.cc 68 struct BookmarkIndex::Match {
90 BookmarkIndex::NodeSet::const_iterator
91 BookmarkIndex::Match::nodes_begin() const {
95 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const {
99 BookmarkIndex::BookmarkIndex(BookmarkClient* client,
106 BookmarkIndex::~BookmarkIndex() {
109 void BookmarkIndex::Add(const BookmarkNode* node)
    [all...]

Completed in 39 milliseconds