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

  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 89 WEBKIT_EXPORT void setConnectionReused(bool);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebURLResponse.cpp 138 void WebURLResponse::setConnectionReused(bool connectionReused)
140 m_private->m_resourceResponse->setConnectionReused(connectionReused);
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ResourceResponse.h 122 void setConnectionReused(bool);
ResourceResponse.cpp 505 void ResourceResponse::setConnectionReused(bool connectionReused)
  /external/chromium/webkit/glue/
weburlloader_impl.cc 198 response->setConnectionReused(info.connection_reused);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 258 .setConnectionReused(response.connectionReused())
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 202 response->setConnectionReused(info.load_timing.socket_reused);

Completed in 587 milliseconds