Searched refs:wasAlternateProtocolAvailable (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/chromium/
H A DResourceResponse.h78 bool wasAlternateProtocolAvailable() const function in class:WebCore::ResourceResponse
/external/webkit/Source/WebKit/chromium/public/
H A DWebURLResponse.h152 WEBKIT_API bool wasAlternateProtocolAvailable() const;
/external/webkit/Source/WebKit/chromium/src/
H A DWebURLResponse.cpp336 bool WebURLResponse::wasAlternateProtocolAvailable() const function in class:WebKit::WebURLResponse
338 return m_private->m_resourceResponse->wasAlternateProtocolAvailable();

Completed in 16 milliseconds