Home
last modified time | relevance | path

Searched refs:mightDownloadFromHandle (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/network/
DResourceHandle.cpp40 bool shouldContentSniff, bool mightDownloadFromHandle) in ResourceHandle() argument
41 …eHandleInternal(this, request, client, defersLoading, shouldContentSniff, mightDownloadFromHandle)) in ResourceHandle()
46 Frame* frame, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle) in create() argument
51 …(new ResourceHandle(request, client, defersLoading, shouldContentSniff, mightDownloadFromHandle))); in create()
DResourceHandleInternal.h84 …ResourceHandleClient* c, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle) in ResourceHandleInternal() argument
90 , m_mightDownloadFromHandle(mightDownloadFromHandle) in ResourceHandleInternal()
DResourceHandle.h101 … ResourceHandleClient*, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle);
110 …lient*, Frame*, bool defersLoading, bool shouldContentSniff, bool mightDownloadFromHandle = false);
/external/webkit/WebKit/chromium/src/
DResourceHandle.cpp162 bool mightDownloadFromHandle) in ResourceHandle() argument
175 bool mightDownloadFromHandle) in create() argument
178 request, client, defersLoading, shouldContentSniff, mightDownloadFromHandle)); in create()