Home
last modified time | relevance | path

Searched refs:defers (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DResourceHandle.cpp158 void ResourceHandle::setDefersLoading(bool defers) in setDefersLoading() argument
160 LOG(Network, "Handle %p setDefersLoading(%s)", this, defers ? "true" : "false"); in setDefersLoading()
162 …ASSERT(d->m_defersLoading != defers); // Deferring is not counted, so calling setDefersLoading() r… in setDefersLoading()
163 d->m_defersLoading = defers; in setDefersLoading()
165 if (defers) { in setDefersLoading()
174 platformSetDefersLoading(defers); in setDefersLoading()
/external/webkit/Source/WebCore/loader/
DDocumentLoader.cpp72 static void setAllDefersLoading(const ResourceLoaderSet& loaders, bool defers) in setAllDefersLoading() argument
78 loadersCopy[i]->setDefersLoading(defers); in setAllDefersLoading()
716 void DocumentLoader::setDefersLoading(bool defers) in setDefersLoading() argument
719 m_mainResourceLoader->setDefersLoading(defers); in setDefersLoading()
720 setAllDefersLoading(m_subresourceLoaders, defers); in setDefersLoading()
721 setAllDefersLoading(m_plugInStreamLoaders, defers); in setDefersLoading()
722 if (!defers) in setDefersLoading()
DResourceLoader.cpp167 void ResourceLoader::setDefersLoading(bool defers) in setDefersLoading() argument
169 m_defersLoading = defers; in setDefersLoading()
171 m_handle->setDefersLoading(defers); in setDefersLoading()
172 if (!defers && !m_deferredRequest.isNull()) { in setDefersLoading()
DMainResourceLoader.cpp615 void MainResourceLoader::setDefersLoading(bool defers) in setDefersLoading() argument
617 ResourceLoader::setDefersLoading(defers); in setDefersLoading()
619 if (defers) { in setDefersLoading()
DFrameLoader.cpp246 void FrameLoader::setDefersLoading(bool defers) in setDefersLoading() argument
249 m_documentLoader->setDefersLoading(defers); in setDefersLoading()
251 m_provisionalDocumentLoader->setDefersLoading(defers); in setDefersLoading()
253 m_policyDocumentLoader->setDefersLoading(defers); in setDefersLoading()
255 if (!defers) { in setDefersLoading()
/external/webkit/Source/WebCore/platform/network/curl/
DResourceHandleCurl.cpp156 void ResourceHandle::platformSetDefersLoading(bool defers) in platformSetDefersLoading() argument
162 if (defers) { in platformSetDefersLoading()
/external/webkit/Source/WebCore/platform/network/qt/
DResourceHandleQt.cpp173 void ResourceHandle::platformSetDefersLoading(bool defers) in platformSetDefersLoading() argument
177 d->m_job->setLoadingDeferred(defers); in platformSetDefersLoading()
/external/webkit/Source/WebCore/page/
DPage.cpp570 void Page::setDefersLoading(bool defers) in setDefersLoading() argument
575 if (defers == m_defersLoading) in setDefersLoading()
578 m_defersLoading = defers; in setDefersLoading()
580 frame->loader()->setDefersLoading(defers); in setDefersLoading()
/external/yaffs2/yaffs2/
DKconfig78 "Lazy loading" defers loading file details until they are
/external/webkit/Source/WebCore/platform/network/cf/
DResourceHandleCFNet.cpp695 void ResourceHandle::platformSetDefersLoading(bool defers) in platformSetDefersLoading() argument
700 if (defers) in platformSetDefersLoading()
/external/stlport/doc/
DREADME.evc491 * the derived class' cctor defers to the basclass' compiler-generated cctor
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h47 void WKSetNSURLConnectionDefersCallbacks(NSURLConnection *connection, BOOL defers);
/external/zlib/doc/
Dalgorithm.txt37 deflate() also defers the selection of matches with a lazy evaluation
Drfc1951.txt819 To improve overall compression, the compressor optionally defers the
/external/webkit/Source/WebCore/platform/network/mac/
DResourceHandleMac.mm383 void ResourceHandle::platformSetDefersLoading(bool defers)
386 wkSetNSURLConnectionDefersCallbacks(d->m_connection.get(), defers);
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-091681 defers callback changed.
10990 The fix is to not let "defers callbacks" have any effect on loading "about:blank".
10996 for the specific case of "about:blank" even if the defers callbacks flag is true.
11000 when the defers callbacks flag is true.
11001 (-[WebMainResourceClient loadWithRequest:]): If the defers callbacks flag is set, but the
DChangeLog-2002-12-038475 "defers callbacks" state changed since last time and do no work if it didn't.
8555 we are already attached to a controller that defers callbacks.
/external/webkit/Source/WebCore/
DChangeLog59392 …alling ubrk_setText() once per call to isBreakable() by using a LazyLineBreakIterator, which defers
61080 …alling ubrk_setText() once per call to isBreakable() by using a LazyLineBreakIterator, which defers
64213 This defers all operations on the compositor's GL context until the
64358 vertex attributes now defers to or stores values in the bound array object.
DChangeLog-2005-08-2334715 … Since we are doing a bit less "defers callbacks" work, when testing I ran into this code path.
56227 … The WebCore part of this fix is to generalize the "defers loading" feature to all mouse clicks,
DChangeLog-2009-06-1615134 …FrameView now defers setNeedsLayouts during size changes. Once all of the size changes are finish…
78107 Remove unneeded check of whether a Page defers loading before running it
DChangeLog-2007-10-1423222 … This code defers the invalidate through a WebCore::Timer. We could have used a Windows ::SetTimer
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-166463 (WKBundleFrameForJavaScriptContext): Simple wrapper, defers to a WebFrame