/external/webkit/Source/WebCore/platform/network/ |
D | ResourceHandle.cpp | 158 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/ |
D | DocumentLoader.cpp | 72 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()
|
D | ResourceLoader.cpp | 167 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()
|
D | MainResourceLoader.cpp | 615 void MainResourceLoader::setDefersLoading(bool defers) in setDefersLoading() argument 617 ResourceLoader::setDefersLoading(defers); in setDefersLoading() 619 if (defers) { in setDefersLoading()
|
D | FrameLoader.cpp | 246 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/ |
D | ResourceHandleCurl.cpp | 156 void ResourceHandle::platformSetDefersLoading(bool defers) in platformSetDefersLoading() argument 162 if (defers) { in platformSetDefersLoading()
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | ResourceHandleQt.cpp | 173 void ResourceHandle::platformSetDefersLoading(bool defers) in platformSetDefersLoading() argument 177 d->m_job->setLoadingDeferred(defers); in platformSetDefersLoading()
|
/external/webkit/Source/WebCore/page/ |
D | Page.cpp | 570 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/ |
D | Kconfig | 78 "Lazy loading" defers loading file details until they are
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | ResourceHandleCFNet.cpp | 695 void ResourceHandle::platformSetDefersLoading(bool defers) in platformSetDefersLoading() argument 700 if (defers) in platformSetDefersLoading()
|
/external/stlport/doc/ |
D | README.evc4 | 91 * the derived class' cctor defers to the basclass' compiler-generated cctor
|
/external/webkit/WebKitLibraries/ |
D | WebKitSystemInterface.h | 47 void WKSetNSURLConnectionDefersCallbacks(NSURLConnection *connection, BOOL defers);
|
/external/zlib/doc/ |
D | algorithm.txt | 37 deflate() also defers the selection of matches with a lazy evaluation
|
D | rfc1951.txt | 819 To improve overall compression, the compressor optionally defers the
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | ResourceHandleMac.mm | 383 void ResourceHandle::platformSetDefersLoading(bool defers) 386 wkSetNSURLConnectionDefersCallbacks(d->m_connection.get(), defers);
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 1681 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
|
D | ChangeLog-2002-12-03 | 8475 "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/ |
D | ChangeLog | 59392 …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.
|
D | ChangeLog-2005-08-23 | 34715 … 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,
|
D | ChangeLog-2009-06-16 | 15134 …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
|
D | ChangeLog-2007-10-14 | 23222 … This code defers the invalidate through a WebCore::Timer. We could have used a Windows ::SetTimer
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 6463 (WKBundleFrameForJavaScriptContext): Simple wrapper, defers to a WebFrame
|