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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.cc 546 void ClientSideDetectionHost::UpdateIPUrlMap(
578 UpdateIPUrlMap(req->socket_address.host() /* ip */,
client_side_detection_host_unittest.cc 249 void UpdateIPUrlMap(const std::string& ip, const std::string& host) {
250 csd_host_->UpdateIPUrlMap(ip, host, "", "", ResourceType::OBJECT);
736 TEST_F(ClientSideDetectionHostTest, UpdateIPUrlMap) {
740 UpdateIPUrlMap("250.10.10.10", std::string());
742 UpdateIPUrlMap(std::string(), "http://google.com/a");
744 UpdateIPUrlMap(std::string(), std::string());
751 UpdateIPUrlMap("250.10.10.10", url);
759 UpdateIPUrlMap("250.10.10.10", "http://21.com/");
771 UpdateIPUrlMap(ip, "test.com/");
779 UpdateIPUrlMap("250.250.250.250", "goo.com/")
    [all...]

Completed in 27 milliseconds