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

  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.cpp 43 : d(new ResourceHandleInternal(this, request, client, defersLoading, shouldContentSniff && shouldContentSniffURL(request.url())))
143 bool ResourceHandle::shouldContentSniffURL(const KURL& url)
ResourceHandle.h 155 static bool shouldContentSniffURL(const KURL&);
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 651 handle->createCFURLConnection(storedCredentials == AllowStoredCredentials, ResourceHandle::shouldContentSniffURL(request.url()));
    [all...]

Completed in 62 milliseconds