Searched refs:GetBlacklistedUrl (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/suggestions/
H A Dsuggestions_service.h96 static bool GetBlacklistedUrl(const net::URLFetcher& request, GURL* url);
H A Dsuggestions_service.cc214 bool SuggestionsService::GetBlacklistedUrl(const net::URLFetcher& request, function in class:suggestions::SuggestionsService
330 if (GetBlacklistedUrl(*source, &blacklisted_url)) {
H A Dsuggestions_service_unittest.cc541 TEST_F(SuggestionsServiceTest, GetBlacklistedUrl) {
553 EXPECT_FALSE(SuggestionsService::GetBlacklistedUrl(*fetcher, &retrieved_url));
566 EXPECT_TRUE(SuggestionsService::GetBlacklistedUrl(*fetcher, &retrieved_url));

Completed in 197 milliseconds