Home
last modified time | relevance | path

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

/external/chromium_org/components/bookmarks/browser/
Dbookmark_index_unittest.cc92 model_->GetBookmarksMatching(ASCIIToUTF16(query), 1000, &matches); in ExpectMatches()
144 TEST_F(BookmarkIndexTest, GetBookmarksMatching) { in TEST_F() argument
276 model_->GetBookmarksMatching(UTF8ToUTF16(data[i].query), 10, &matches); in TEST_F()
306 model_->GetBookmarksMatching(ASCIIToUTF16(data[i].query), 1000, &matches); in TEST_F()
358 model_->GetBookmarksMatching(UTF8ToUTF16(data[i].query), 1000, &matches); in TEST_F()
398 model_->GetBookmarksMatching(ASCIIToUTF16("ABc"), 1, &matches); in TEST_F()
410 model_->GetBookmarksMatching(ASCIIToUTF16("i"), 100, &matches); in TEST_F()
442 model->GetBookmarksMatching(ASCIIToUTF16("google"), 4, &matches); in TEST_F()
457 model->GetBookmarksMatching(ASCIIToUTF16("google"), 2, &matches); in TEST_F()
Dbookmark_index.h46 void GetBookmarksMatching(
Dbookmark_model.h239 void GetBookmarksMatching(const base::string16& text,
Dbookmark_index.cc136 void BookmarkIndex::GetBookmarksMatching(const base::string16& input_query, in GetBookmarksMatching() function in bookmarks::BookmarkIndex
Dbookmark_model.cc692 void BookmarkModel::GetBookmarksMatching( in GetBookmarksMatching() function in BookmarkModel
699 index_->GetBookmarksMatching(text, max_count, matches); in GetBookmarksMatching()
/external/chromium_org/chrome/browser/importer/
Dprofile_writer_unittest.cc86 bookmark_model->GetBookmarksMatching( in VerifyBookmarksCount()
/external/chromium_org/chrome/browser/autocomplete/
Dbookmark_provider.cc109 bookmark_model_->GetBookmarksMatching(input.text(), in DoAutocomplete()