/external/chromium/chrome/browser/history/ |
D | text_database_manager_unittest.cc | 186 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 …]
|
D | text_database_unittest.cc | 60 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()
|
D | text_database.h | 135 void GetTextMatches(const std::string& query,
|
D | text_database_manager.h | 156 void GetTextMatches(const string16& query,
|
D | text_database_manager.cc | 412 void TextDatabaseManager::GetTextMatches( in GetTextMatches() function in history::TextDatabaseManager 475 cur_db->GetTextMatches(fts_query, cur_options, in GetTextMatches()
|
D | text_database.cc | 302 void TextDatabase::GetTextMatches(const std::string& query, in GetTextMatches() function in history::TextDatabase
|
D | expire_history_backend_unittest.cc | 349 text_db_->GetTextMatches(UTF8ToUTF16("body"), options, in CountTextMatchesForURL()
|
D | history_backend_unittest.cc | 342 backend_->text_database_->GetTextMatches(UTF8ToUTF16("Body"), in TEST_F()
|
D | history_backend.cc | 1250 text_database_->GetTextMatches(text_query, options, in QueryHistoryFTS()
|
/external/chromium_org/chrome/browser/history/ |
D | url_database.h | 184 bool GetTextMatches(const base::string16& query, URLRows* results);
|
D | url_database.cc | 334 bool URLDatabase::GetTextMatches(const base::string16& query, in GetTextMatches() function in history::URLDatabase
|
D | history_backend.cc | 1374 url_db->GetTextMatches(text_query, &text_matches); in QueryHistoryText()
|