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

  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 162 BLINK_PLATFORM_EXPORT bool wasAlternateProtocolAvailable() const;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 361 bool WebURLResponse::wasAlternateProtocolAvailable() const
363 return m_private->m_resourceResponse->wasAlternateProtocolAvailable();
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h 150 bool wasAlternateProtocolAvailable() const

Completed in 3273 milliseconds