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

  /external/chromium/chrome/browser/history/
text_database_unittest.cc 59 TextDatabase::URLSet unique_urls; local
60 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls,
198 TextDatabase::URLSet unique_urls; local
199 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls,
201 EXPECT_TRUE(unique_urls.empty()) << "Didn't ask for unique URLs";
249 TextDatabase::URLSet unique_urls; local
250 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls,
252 EXPECT_TRUE(unique_urls.empty()) << "Didn't ask for unique URLs";
268 db->GetTextMatches("COUNTTAG", options, &results, &unique_urls,
270 EXPECT_TRUE(unique_urls.empty()) << "Didn't ask for unique URLs"
307 TextDatabase::URLSet unique_urls; local
    [all...]
text_database.h 129 // Any URLs found will be added to |unique_urls|. If a URL is already in the
138 URLSet* unique_urls,

Completed in 64 milliseconds