Searched refs:GetBookmarksMatching (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index_unittest.cc92 model_->GetBookmarksMatching(ASCIIToUTF16(query), 1000, &matches);
144 TEST_F(BookmarkIndexTest, GetBookmarksMatching) {
196 // Analogous to GetBookmarksMatching, this test tests various permutations
276 model_->GetBookmarksMatching(UTF8ToUTF16(data[i].query), 10, &matches);
306 model_->GetBookmarksMatching(ASCIIToUTF16(data[i].query), 1000, &matches);
358 model_->GetBookmarksMatching(UTF8ToUTF16(data[i].query), 1000, &matches);
398 model_->GetBookmarksMatching(ASCIIToUTF16("ABc"), 1, &matches);
410 model_->GetBookmarksMatching(ASCIIToUTF16("i"), 100, &matches);
442 model->GetBookmarksMatching(ASCIIToUTF16("google"), 4, &matches);
457 model->GetBookmarksMatching(ASCIIToUTF1
[all...]
H A Dbookmark_index.h46 void GetBookmarksMatching(
H A Dbookmark_model.h239 void GetBookmarksMatching(const base::string16& text,
H A Dbookmark_index.cc136 void BookmarkIndex::GetBookmarksMatching(const base::string16& input_query, function in class:bookmarks::BookmarkIndex
H A Dbookmark_model.cc692 void BookmarkModel::GetBookmarksMatching( function in class:BookmarkModel
699 index_->GetBookmarksMatching(text, max_count, matches);
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider.cc91 // GetBookmarksMatching returns bookmarks matching the user's
106 // Please refer to the code for BookmarkIndex::GetBookmarksMatching for
109 bookmark_model_->GetBookmarksMatching(input.text(),
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer_unittest.cc86 bookmark_model->GetBookmarksMatching(

Completed in 105 milliseconds