Searched refs:GetBookmarksWithTitlesMatching (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_index_unittest.cc54 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16(query), 1000, &matches);
89 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16(query), 1000, &matches);
204 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16("ABc"), 1, &matches);
216 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16("i"), 100, &matches);
283 model->GetBookmarksWithTitlesMatching(ASCIIToUTF16("google"), 4, &matches);
298 model->GetBookmarksWithTitlesMatching(ASCIIToUTF16("google"), 2, &matches);
H A Dbookmark_index.h49 void GetBookmarksWithTitlesMatching(
H A Dbookmark_model.h303 void GetBookmarksWithTitlesMatching(
H A Dbookmark_index.cc76 void BookmarkIndex::GetBookmarksWithTitlesMatching( function in class:BookmarkIndex
H A Dbookmark_model.cc491 void BookmarkModel::GetBookmarksWithTitlesMatching( function in class:BookmarkModel
498 index_->GetBookmarksWithTitlesMatching(text, max_count, matches);
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_index_unittest.cc56 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16(query), 1000, &matches);
92 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16(query), 1000, &matches);
215 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16("ABc"), 1, &matches);
227 model_->GetBookmarksWithTitlesMatching(ASCIIToUTF16("i"), 100, &matches);
292 model->GetBookmarksWithTitlesMatching(ASCIIToUTF16("google"), 4, &matches);
307 model->GetBookmarksWithTitlesMatching(ASCIIToUTF16("google"), 2, &matches);
H A Dbookmark_index.h47 void GetBookmarksWithTitlesMatching(
H A Dbookmark_index.cc78 void BookmarkIndex::GetBookmarksWithTitlesMatching( function in class:BookmarkIndex
H A Dbookmark_model.h387 void GetBookmarksWithTitlesMatching(
H A Dbookmark_model.cc710 void BookmarkModel::GetBookmarksWithTitlesMatching( function in class:BookmarkModel
717 index_->GetBookmarksWithTitlesMatching(text, max_count, matches);
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.cc274 bookmark_model->GetBookmarksWithTitlesMatching(input.text(),
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.cc74 // GetBookmarksWithTitlesMatching returns bookmarks matching the user's
89 // Note: GetBookmarksWithTitlesMatching() will never return a match span
94 // Please refer to the code for BookmarkIndex::GetBookmarksWithTitlesMatching
97 bookmark_model_->GetBookmarksWithTitlesMatching(input.text(),
238 // It's not likely that GetBookmarksWithTitlesMatching will return overlapping
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer_unittest.cc82 bookmark_model->GetBookmarksWithTitlesMatching(bookmarks_record[i].title,

Completed in 161 milliseconds