Searched defs:defersLoading (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DNetworkManager.cpp43 int NetworkManager::startJob(int playerId, PassRefPtr<ResourceHandle> job, Frame* frame, bool defersLoading) argument
51 int NetworkManager::startJob(int playerId, PassRefPtr<ResourceHandle> job, const ResourceRequest& request, Frame* frame, bool defersLoading) argument
228 void NetworkManager::setDefersLoading(PassRefPtr<ResourceHandle> job, bool defersLoading) argument
H A DResourceHandleBlackBerry.cpp105 void ResourceHandle::platformSetDefersLoading(bool defersLoading) argument
158 bool defersLoading = false; local
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DResourceLoader.h69 bool defersLoading() const { return m_defersLoading; } function in class:WebCore::ResourceLoader
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceHandle.cpp68 ResourceHandle::ResourceHandle(NetworkingContext* context, const ResourceRequest& request, ResourceHandleClient* client, bool defersLoading, bool shouldContentSniff) argument
82 PassRefPtr<ResourceHandle> ResourceHandle::create(NetworkingContext* context, const ResourceRequest& request, ResourceHandleClient* client, bool defersLoading, bool shouldContentSniff) argument
H A DResourceHandleInternal.h84 ResourceHandleInternal(ResourceHandle* loader, NetworkingContext* context, const ResourceRequest& request, ResourceHandleClient* client, bool defersLoading, bool shouldContentSniff) argument
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPage.h263 bool defersLoading() const { return m_defersLoading; } function in class:WebCore::Page
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceHandleSoup.cpp1248 void ResourceHandle::platformSetDefersLoading(bool defersLoading) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.cpp243 void WKBundlePageSetDefersLoading(WKBundlePageRef pageRef, bool defersLoading) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp1015 void WebPage::setDefersLoading(bool defersLoading) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp4883 bool WebPage::defersLoading() const function in class:BlackBerry::WebKit::WebPage
[all...]

Completed in 239 milliseconds