Home
last modified time | relevance | path

Searched refs:GetTextMatches (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/history/
Dtext_database_manager_unittest.cc186 manager.GetTextMatches(UTF8ToUTF16("FOO"), options, in TEST_F()
222 manager.GetTextMatches(UTF8ToUTF16("FOO"), options, in TEST_F()
258 manager.GetTextMatches(UTF8ToUTF16("FOO"), options, in TEST_F()
300 manager.GetTextMatches(UTF8ToUTF16("google"), options, in TEST_F()
310 manager.GetTextMatches(UTF8ToUTF16("google"), options, in TEST_F()
351 manager.GetTextMatches(UTF8ToUTF16("unique"), options, in TEST_F()
354 manager.GetTextMatches(UTF8ToUTF16("chocolate"), options, in TEST_F()
360 manager.GetTextMatches(UTF8ToUTF16("awesome"), options, &results, &first_time_searched); in TEST_F()
367 manager.GetTextMatches(UTF8ToUTF16("chocolate"), options, &results, &first_time_searched); in TEST_F()
390 manager.GetTextMatches(UTF8ToUTF16("FOO"), options, &results, &first_time_searched); in TEST_F()
[all …]
Dtext_database_unittest.cc60 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls, in RowCount()
199 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls, in TEST_F()
250 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls, in TEST_F()
268 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls, in TEST_F()
284 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls, in TEST_F()
308 db->GetTextMatches("google", options, &results, &unique_urls, in TEST_F()
Dtext_database.h135 void GetTextMatches(const std::string& query,
Dtext_database_manager.h156 void GetTextMatches(const string16& query,
Dtext_database_manager.cc412 void TextDatabaseManager::GetTextMatches( in GetTextMatches() function in history::TextDatabaseManager
475 cur_db->GetTextMatches(fts_query, cur_options, in GetTextMatches()
Dtext_database.cc302 void TextDatabase::GetTextMatches(const std::string& query, in GetTextMatches() function in history::TextDatabase
Dexpire_history_backend_unittest.cc349 text_db_->GetTextMatches(UTF8ToUTF16("body"), options, in CountTextMatchesForURL()
Dhistory_backend_unittest.cc342 backend_->text_database_->GetTextMatches(UTF8ToUTF16("Body"), in TEST_F()
Dhistory_backend.cc1250 text_database_->GetTextMatches(text_query, options, in QueryHistoryFTS()
/external/chromium_org/chrome/browser/history/
Durl_database.h184 bool GetTextMatches(const base::string16& query, URLRows* results);
Durl_database.cc334 bool URLDatabase::GetTextMatches(const base::string16& query, in GetTextMatches() function in history::URLDatabase
Dhistory_backend.cc1374 url_db->GetTextMatches(text_query, &text_matches); in QueryHistoryText()