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

  /external/chromium_org/components/suggestions/
suggestions_service.h 96 static bool GetBlacklistedUrl(const net::URLFetcher& request, GURL* url);
suggestions_service.cc 214 bool SuggestionsService::GetBlacklistedUrl(const net::URLFetcher& request,
330 if (GetBlacklistedUrl(*source, &blacklisted_url)) {
suggestions_service_unittest.cc 541 TEST_F(SuggestionsServiceTest, GetBlacklistedUrl) {
553 EXPECT_FALSE(SuggestionsService::GetBlacklistedUrl(*fetcher, &retrieved_url));
566 EXPECT_TRUE(SuggestionsService::GetBlacklistedUrl(*fetcher, &retrieved_url));

Completed in 341 milliseconds