HomeSort by relevance Sort by last modified time
    Searched refs:GetTextMatches (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/history/
text_database_manager_unittest.cc 186 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(UTF8ToUTF16("FOO"), options, &results, &first_time_searched)
    [all...]
text_database_unittest.cc 60 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,
text_database.h 135 void GetTextMatches(const std::string& query,
text_database_manager.h 156 void GetTextMatches(const string16& query,
text_database_manager.cc 412 void TextDatabaseManager::GetTextMatches(
475 cur_db->GetTextMatches(fts_query, cur_options,
text_database.cc 302 void TextDatabase::GetTextMatches(const std::string& query,
expire_history_backend_unittest.cc 349 text_db_->GetTextMatches(UTF8ToUTF16("body"), options,
    [all...]
history_backend_unittest.cc 342 backend_->text_database_->GetTextMatches(UTF8ToUTF16("Body"),
    [all...]
history_backend.cc     [all...]

Completed in 163 milliseconds