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

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

Completed in 128 milliseconds