HomeSort by relevance Sort by last modified time
    Searched refs:wasAlternateProtocolAvailable (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.h 78 bool wasAlternateProtocolAvailable() const
  /external/webkit/Source/WebKit/chromium/public/
WebURLResponse.h 152 WEBKIT_API bool wasAlternateProtocolAvailable() const;
  /external/webkit/Source/WebKit/chromium/src/
WebURLResponse.cpp 336 bool WebURLResponse::wasAlternateProtocolAvailable() const
338 return m_private->m_resourceResponse->wasAlternateProtocolAvailable();

Completed in 331 milliseconds