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

  /external/chromium/chrome/browser/bookmarks/
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_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...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.h 28 // BookmarkIndex maintains an index of the titles of bookmarks for quick
29 // look up. BookmarkIndex is owned and maintained by BookmarkModel, you
30 // shouldn't need to interact directly with BookmarkIndex.
32 // BookmarkIndex maintains the index (index_) as a map of sets. The map (type
35 class BookmarkIndex {
37 explicit BookmarkIndex(content::BrowserContext* browser_context);
38 ~BookmarkIndex();
131 DISALLOW_COPY_AND_ASSIGN(BookmarkIndex);
bookmark_index.cc 23 struct BookmarkIndex::Match {
45 BookmarkIndex::NodeSet::const_iterator
46 BookmarkIndex::Match::nodes_begin() const {
50 BookmarkIndex::NodeSet::const_iterator BookmarkIndex::Match::nodes_end() const {
54 BookmarkIndex::BookmarkIndex(content::BrowserContext* browser_context)
58 BookmarkIndex::~BookmarkIndex() {
61 void BookmarkIndex::Add(const BookmarkNode* node)
    [all...]

Completed in 250 milliseconds