Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/cache/
DCachedResourceLoader.h105 …void setAllowStaleResources(bool allowStaleResources) { m_allowStaleResources = allowStaleResource… in setAllowStaleResources() function
/external/webkit/Source/WebCore/page/
DDragController.cpp452 cachedResourceLoader->setAllowStaleResources(true); in concludeEditDrag()
457 cachedResourceLoader->setAllowStaleResources(false); in concludeEditDrag()
481 cachedResourceLoader->setAllowStaleResources(false); in concludeEditDrag()
489 cachedResourceLoader->setAllowStaleResources(false); in concludeEditDrag()
/external/webkit/Source/WebCore/editing/
DEditor.cpp1216 loader->setAllowStaleResources(true); in paste()
1221 loader->setAllowStaleResources(false); in paste()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1446156 setAllowStaleResources, etc
46164 (WebCore::DocLoader::setAllowStaleResources):