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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 230 void UpdateIPUrlMap(const std::string& ip, const std::string& host) {
231 csd_host_->UpdateIPUrlMap(ip, host);
585 TEST_F(ClientSideDetectionHostTest, UpdateIPUrlMap) {
589 UpdateIPUrlMap("250.10.10.10", std::string());
591 UpdateIPUrlMap(std::string(), "http://google.com/a");
593 UpdateIPUrlMap(std::string(), std::string());
600 UpdateIPUrlMap("250.10.10.10", url);
607 UpdateIPUrlMap("250.10.10.10", "http://21.com/");
617 UpdateIPUrlMap(ip, "test.com/");
624 UpdateIPUrlMap("250.250.250.250", "goo.com/")
    [all...]
client_side_detection_host.h 82 void UpdateIPUrlMap(const std::string& ip, const std::string& url);
client_side_detection_host.cc 496 void ClientSideDetectionHost::UpdateIPUrlMap(const std::string& ip,
524 UpdateIPUrlMap(req->socket_address.host() /* ip */,

Completed in 2216 milliseconds