Searched refs:setDeferMainResourceDataLoad (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebDataSource.idl217 HRESULT setDeferMainResourceDataLoad([in] BOOL flag);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebDataSource.h113 virtual HRESULT STDMETHODCALLTYPE setDeferMainResourceDataLoad(
H A DWebDataSource.cpp124 HRESULT STDMETHODCALLTYPE WebDataSource::setDeferMainResourceDataLoad( function in class:WebDataSource
130 m_loader->setDeferMainResourceDataLoad(flag);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentLoader.h235 void setDeferMainResourceDataLoad(bool defer) { m_deferMainResourceDataLoad = defer; } function in class:WebCore::DocumentLoader
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDataSource.mm225 toPrivate(_private)->loader->setDeferMainResourceDataLoad(flag);

Completed in 260 milliseconds