Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/websockets/
DWebSocketHandshake.cpp413 bool couldSetProtocol = url.setProtocol(m_secure ? "https" : "http"); in httpURLForAuthenticationAndCookies() local
414 ASSERT_UNUSED(couldSetProtocol, couldSetProtocol); in httpURLForAuthenticationAndCookies()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp488 bool couldSetProtocol = url.setProtocol(documentURL.protocol()); in iconURL() local
489 ASSERT_UNUSED(couldSetProtocol, couldSetProtocol); in iconURL()