Home
last modified time | relevance | path

Searched refs:inPageCache (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp102 ASSERT(!node || (node->document() && !node->document()->inPageCache())); in updateAnimationTimer()
189 ASSERT(!node || (node->document() && !node->document()->inPageCache())); in addNodeChangeToDispatch()
472 ASSERT(!node || (node->document() && !node->document()->inPageCache())); in cancelAnimations()
480 if (!renderer->document() || renderer->document()->inPageCache()) in updateAnimations()
DImplicitAnimation.cpp183 ASSERT(!element || (element->document() && !element->document()->inPageCache())); in sendTransitionEvent()
DKeyframeAnimation.cpp343 ASSERT(!element || (element->document() && !element->document()->inPageCache())); in sendAnimationEvent()
DAnimationBase.cpp911 ASSERT(!node || (node->document() && !node->document()->inPageCache())); in setNeedsStyleRecalc()
/external/webkit/Source/WebCore/history/
DCachedFrame.cpp205 ASSERT(!m_document->inPageCache()); in clear()
227 ASSERT(m_document->inPageCache()); in destroy()
/external/webkit/Source/WebCore/rendering/
DRenderButton.cpp190 if (document()->inPageCache()) in timerFired()
DRenderObject.cpp2439 return !document()->inPageCache() && !document()->view()->isOffscreen(); in willRenderImage()
/external/webkit/Source/WebCore/page/
DFrame.cpp273 if (!view && m_doc && m_doc->attached() && !m_doc->inPageCache()) { in setView()
299 if (m_doc && m_doc->attached() && !m_doc->inPageCache()) { in setDocument()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp385 …ansitionEvent::create(eventNames().pagehideEvent, m_frame->document()->inPageCache()), m_frame->do… in stopLoading()
386 if (!m_frame->document()->inPageCache()) { in stopLoading()
408 if (m_frame->document() && !m_frame->document()->inPageCache()) { in stopLoading()
466 …stopLoading(currentDocument && !currentDocument->inPageCache() ? UnloadEventPolicyUnloadAndPageHid… in closeURL()
566 if (!m_frame->document()->inPageCache()) { in clear()
580 m_frame->script()->clearWindowShell(m_frame->document()->inPageCache()); in clear()
1740 ASSERT(!m_frame->document() || !m_frame->document()->inPageCache()); in stopAllLoaders()
DHistoryController.cpp82 if (m_frame->document()->inPageCache()) in saveScrollPositionAndViewStateToItem()
/external/webkit/Source/WebCore/css/
DCSSFontSelector.cpp366 if (!m_document || m_document->inPageCache() || !m_document->renderer()) in dispatchInvalidationCallbacks()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp103 if (frame->document() && frame->document()->inPageCache()) in forceLayout()
/external/webkit/Source/WebCore/dom/
DDocument.h957 bool inPageCache() const { return m_inPageCache; } in inPageCache() function
DDocument.cpp1401 if (m_styleRecalcTimer.isActive() || inPageCache()) in scheduleStyleRecalc()
1543 if ((!m_pendingStyleRecalcShouldForce && !childNeedsStyleRecalc()) || inPageCache()) in updateStyleIfNeeded()
3158 …if (!m_focusedNode || this->inPageCache()) // If the document is in the page cache, then we don't … in removeFocusedNodeOfSubtree()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm3318 if (frame->document() && frame->document()->inPageCache())
3331 if (frame->document() && frame->document()->inPageCache())
/external/webkit/Source/WebCore/
DChangeLog-2002-12-03435 (DocumentImpl::inPageCache):
DChangeLog-2008-08-1055671 (WebCore::HTMLMediaElement::inPageCache):
56483 …eView::scheduleRelayout (!m_frame->document() || !m_frame->document()->inPageCache()) when going b…
63891 on Geico.com WebCore::Document::inPageCache()
DChangeLog-2009-06-1653122 … Inline Document::inPageCache(), since - because of animation code - it is now called every time
53129 (WebCore::Document::inPageCache):