Home | History | Annotate | Download | only in bookmarks

Lines Matching defs:BookmarkIndex

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) {
67 void BookmarkIndex::Remove(const BookmarkNode* node) {
76 void BookmarkIndex::GetBookmarksWithTitlesMatching(
110 void BookmarkIndex::SortMatches(const Matches& matches,
125 void BookmarkIndex::ExtractBookmarkNodePairs(
140 void BookmarkIndex::AddMatchToResults(
158 bool BookmarkIndex::GetBookmarksWithTitleMatchingTerm(const string16& term,
203 void BookmarkIndex::CombineMatchesInPlace(const Index::const_iterator& index_i,
221 void BookmarkIndex::CombineMatches(const Index::const_iterator& index_i,
240 std::vector<string16> BookmarkIndex::ExtractQueryWords(const string16& query) {
250 void BookmarkIndex::RegisterNode(const string16& term,
260 void BookmarkIndex::UnregisterNode(const string16& term,