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

  /external/webkit/Source/WebCore/platform/network/cf/
ResourceRequest.h 91 static bool httpPipeliningEnabled();
ResourceRequestCFNet.cpp 214 bool ResourceRequest::httpPipeliningEnabled()
233 if (ResourceRequest::httpPipeliningEnabled()) {
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceRequestMac.mm 73 if (ResourceRequest::httpPipeliningEnabled())
123 if (ResourceRequest::httpPipeliningEnabled())
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.h 176 bool httpPipeliningEnabled();
WebContext.cpp 757 bool WebContext::httpPipeliningEnabled()
760 return ResourceRequest::httpPipeliningEnabled();
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]

Completed in 57 milliseconds