Searched defs:BookmarkIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index.h29 // 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 { class
39 explicit BookmarkIndex(Profile* profile);
40 ~BookmarkIndex();
133 DISALLOW_COPY_AND_ASSIGN(BookmarkIndex);
H A Dbookmark_index.cc22 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) { function in class:BookmarkIndex
56 BookmarkIndex::~BookmarkIndex() {
59 void BookmarkIndex
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_index.h28 // 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 { class
37 explicit BookmarkIndex(content::BrowserContext* browser_context);
38 ~BookmarkIndex();
131 DISALLOW_COPY_AND_ASSIGN(BookmarkIndex);
H A Dbookmark_index.cc23 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) function in class:BookmarkIndex
58 BookmarkIndex::~BookmarkIndex() {
61 void BookmarkIndex
[all...]

Completed in 90 milliseconds