Home
last modified time | relevance | path

Searched refs:isHostnameReservedIPAddress (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/child/
Dblink_platform_impl.cc158 bool isHostnameReservedIPAddress(const std::string& host) { in isHostnameReservedIPAddress() function
470 return isHostnameReservedIPAddress(securityOrigin.host().utf8()); in isReservedIPAddress()
474 return isHostnameReservedIPAddress(GURL(url).host()); in isReservedIPAddress()