Searched defs:isHTTP (Results 1 – 2 of 2) sorted by relevance
81 bool ResourceResponseBase::isHTTP() const in isHTTP() function in WebCore::ResourceResponseBase
104 bool isHTTP = url.protocolIs("http") || url.protocolIs("https"); in load() local