Searched refs:GetBookmarksMatching (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/components/bookmarks/browser/ |
D | bookmark_index_unittest.cc | 92 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()
|
D | bookmark_index.h | 46 void GetBookmarksMatching(
|
D | bookmark_model.h | 239 void GetBookmarksMatching(const base::string16& text,
|
D | bookmark_index.cc | 136 void BookmarkIndex::GetBookmarksMatching(const base::string16& input_query, in GetBookmarksMatching() function in bookmarks::BookmarkIndex
|
D | bookmark_model.cc | 692 void BookmarkModel::GetBookmarksMatching( in GetBookmarksMatching() function in BookmarkModel 699 index_->GetBookmarksMatching(text, max_count, matches); in GetBookmarksMatching()
|
/external/chromium_org/chrome/browser/importer/ |
D | profile_writer_unittest.cc | 86 bookmark_model->GetBookmarksMatching( in VerifyBookmarksCount()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | bookmark_provider.cc | 109 bookmark_model_->GetBookmarksMatching(input.text(), in DoAutocomplete()
|