/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service_unittest.cc | 66 bool SendClientReportPhishingRequest(const GURL& phishing_url, 69 request->set_url(phishing_url.spec()); 75 phishing_url_ = phishing_url; 163 void SendRequestDone(GURL phishing_url, bool is_phishing) { 164 ASSERT_EQ(phishing_url, phishing_url_);
|
client_side_detection_host_unittest.cc | 288 GURL phishing_url("http://phishingurl.com/"); 290 verdict.set_url(phishing_url.spec()); 307 phishing_url, 308 phishing_url, 317 cb->Run(phishing_url, true); 344 GURL phishing_url("http://phishingurl.com/"); 346 verdict.set_url(phishing_url.spec()); 380 DisplayBlockingPage(phishing_url, phishing_url,_, _, _, _, _, _)) 395 cb->Run(phishing_url, true); // Should have no effect [all...] |
client_side_detection_service.cc | 51 GURL phishing_url; member in struct:safe_browsing::ClientSideDetectionService::ClientReportInfo 292 info->phishing_url = GURL(request->url()); 347 cache_[info->phishing_url] = 349 info->callback->Run(info->phishing_url, response.phishy()); 352 << info->phishing_url << " status: " << status.status() << " " 354 info->callback->Run(info->phishing_url, false);
|
client_side_detection_host.h | 56 void MaybeShowPhishingWarning(GURL phishing_url, bool is_phishing);
|
safe_browsing_test.cc | 76 PhishingUrl phishing_url; local 84 phishing_url.url = std::string(chrome::kHttpScheme) + 86 phishing_url.list_name = record_parts[1]; 88 phishing_url.is_phishing = true; 90 phishing_url.is_phishing = false; 96 phishing_urls->push_back(phishing_url);
|
client_side_detection_host.cc | 345 void ClientSideDetectionHost::MaybeShowPhishingWarning(GURL phishing_url, 366 phishing_url, phishing_url,
|
safe_browsing_database_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_test.cc | 86 PhishingUrl phishing_url; local 94 phishing_url.url = std::string(content::kHttpScheme) + 96 phishing_url.list_name = record_parts[1]; 98 phishing_url.is_phishing = true; 100 phishing_url.is_phishing = false; 106 phishing_urls->push_back(phishing_url);
|
client_side_detection_service.cc | 84 GURL phishing_url; member in struct:safe_browsing::ClientSideDetectionService::ClientReportInfo 151 info->callback.Run(info->phishing_url, false); 347 info->phishing_url = GURL(request->url()); 469 cache_[info->phishing_url] = 474 << info->phishing_url << " status: " << status.status() << " " 478 info->callback.Run(info->phishing_url, is_phishing);
|
client_side_detection_service_unittest.cc | 82 bool SendClientReportPhishingRequest(const GURL& phishing_url, 85 request->set_url(phishing_url.spec()); 92 phishing_url_ = phishing_url; 231 void SendRequestDone(GURL phishing_url, bool is_phishing) { 232 ASSERT_EQ(phishing_url, phishing_url_);
|
client_side_detection_host_unittest.cc | 503 GURL phishing_url("http://phishingurl.com/"); 505 verdict.set_url(phishing_url.spec()); 529 cb.Run(phishing_url, true); 533 EXPECT_EQ(phishing_url, resource.url); 534 EXPECT_EQ(phishing_url, resource.original_url); 563 GURL phishing_url("http://phishingurl.com/"); 565 verdict.set_url(phishing_url.spec()); 623 cb.Run(phishing_url, true); // Should have no effect. [all...] |
client_side_detection_host.cc | 449 void ClientSideDetectionHost::MaybeShowPhishingWarning(GURL phishing_url, 452 VLOG(2) << "Received server phishing verdict for URL:" << phishing_url 458 resource.url = phishing_url; 459 resource.original_url = phishing_url;
|
client_side_detection_host.h | 88 void MaybeShowPhishingWarning(GURL phishing_url, bool is_phishing);
|
client_side_detection_service.h | 63 // void(GURL phishing_url, bool is_phishing).
|
safe_browsing_database_unittest.cc | [all...] |
/external/chromium/chrome/browser/ |
bug_report_util.h | 85 const std::string& phishing_url);
|
bug_report_util.cc | 382 const std::string& phishing_url) { 385 kReportPhishingUrl, phishing_url),
|