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

  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 152 BLINK_PLATFORM_EXPORT bool wasFetchedViaSPDY() const;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 341 bool WebURLResponse::wasFetchedViaSPDY() const
343 return m_private->m_resourceResponse->wasFetchedViaSPDY();
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h 144 bool wasFetchedViaSPDY() const { return m_wasFetchedViaSPDY; }

Completed in 384 milliseconds