Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DKURL.cpp826 bool internalProtocolIs(const url::Component& scheme, const CHAR* spec, const char* protocol) in internalProtocolIs() function
846 return internalProtocolIs(scheme, spec, "http"); in checkIfProtocolIsInHTTPFamily()
848 return internalProtocolIs(scheme, spec, "https"); in checkIfProtocolIsInHTTPFamily()
877 internalProtocolIs(m_parsed.scheme, m_string.characters8(), protocol) : in protocolIs()
878 internalProtocolIs(m_parsed.scheme, m_string.characters16(), protocol); in protocolIs()