HomeSort by relevance Sort by last modified time
    Searched refs:DocumentLifecycle (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/frame/
DeprecatedScheduleStyleRecalcDuringLayout.cpp 12 DeprecatedScheduleStyleRecalcDuringLayout::DeprecatedScheduleStyleRecalcDuringLayout(DocumentLifecycle& lifecycle)
14 , m_deprecatedTransition(DocumentLifecycle::InPerformLayout, DocumentLifecycle::VisualUpdatePending)
15 , m_wasInPerformLayout(lifecycle.state() == DocumentLifecycle::InPerformLayout)
23 if (m_wasInPerformLayout && m_lifecycle.state() != DocumentLifecycle::InPerformLayout) {
24 ASSERT(m_lifecycle.state() == DocumentLifecycle::VisualUpdatePending);
25 m_lifecycle.advanceTo(DocumentLifecycle::InPerformLayout);
DeprecatedScheduleStyleRecalcDuringLayout.h 8 #include "core/dom/DocumentLifecycle.h"
15 explicit DeprecatedScheduleStyleRecalcDuringLayout(DocumentLifecycle&);
19 DocumentLifecycle& m_lifecycle;
20 DocumentLifecycle::DeprecatedTransition m_deprecatedTransition;
FrameView.cpp 692 lifecycle().advanceTo(DocumentLifecycle::InPreLayout);
721 lifecycle().advanceTo(DocumentLifecycle::StyleClean);
731 lifecycle().advanceTo(DocumentLifecycle::InPerformLayout);
749 lifecycle().advanceTo(DocumentLifecycle::AfterPerformLayout);
800 DocumentLifecycle::Scope lifecycleScope(lifecycle(), DocumentLifecycle::LayoutClean);
    [all...]
FrameView.h 41 class DocumentLifecycle;
383 DocumentLifecycle& lifecycle() const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.cpp 32 #include "core/dom/DocumentLifecycle.h"
38 static DocumentLifecycle::DeprecatedTransition* s_deprecatedTransitionStack = 0;
40 DocumentLifecycle::Scope::Scope(DocumentLifecycle& lifecycle, State finalState)
46 DocumentLifecycle::Scope::~Scope()
51 DocumentLifecycle::DeprecatedTransition::DeprecatedTransition(State from, State to)
59 DocumentLifecycle::DeprecatedTransition::~DeprecatedTransition()
64 DocumentLifecycle::DocumentLifecycle()
70 DocumentLifecycle::~DocumentLifecycle(
    [all...]
DocumentLifecycle.h 39 class DocumentLifecycle {
40 WTF_MAKE_NONCOPYABLE(DocumentLifecycle);
74 Scope(DocumentLifecycle&, State finalState);
80 DocumentLifecycle& m_lifecycle;
102 explicit DetachScope(DocumentLifecycle& documentLifecycle)
103 : m_documentLifecycle(documentLifecycle)
114 DocumentLifecycle& m_documentLifecycle;
117 DocumentLifecycle();
118 ~DocumentLifecycle();
    [all...]
Document.h 38 #include "core/dom/DocumentLifecycle.h"
    [all...]
Document.cpp 543 m_lifecycle.advanceTo(DocumentLifecycle::Inactive);
677 m_lifecycle.advanceTo(DocumentLifecycle::Disposed);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 36 class DocumentLifecycle;
158 DocumentLifecycle& lifecycle() const;
RenderLayerCompositor.cpp 206 lifecycle().advanceTo(DocumentLifecycle::InCompositingUpdate);
208 lifecycle().advanceTo(DocumentLifecycle::CompositingClean);
213 ASSERT(lifecycle().state() == DocumentLifecycle::CompositingClean);
227 lifecycle().ensureStateAtMost(DocumentLifecycle::LayoutClean);
591 ASSERT(lifecycle().state() >= DocumentLifecycle::PaintInvalidationClean);
    [all...]
CompositedLayerMapping.cpp 316 ASSERT(m_owningLayer.compositor()->lifecycle().state() == DocumentLifecycle::InCompositingUpdate);
373 ASSERT(m_owningLayer.compositor()->lifecycle().state() == DocumentLifecycle::InCompositingUpdate);
640 ASSERT(m_owningLayer.compositor()->lifecycle().state() == DocumentLifecycle::InCompositingUpdate);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentAnimations.cpp 90 ASSERT(document.lifecycle().state() == DocumentLifecycle::CompositingClean);
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 66 return document->lifecycle().state() >= DocumentLifecycle::LayoutClean
67 || (document->lifecycle().state() == DocumentLifecycle::StyleClean && !document->view()->needsLayout());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 184 if (document && document->lifecycle().state() >= DocumentLifecycle::CompositingClean)
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.darwin-arm64.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.darwin-mips.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.darwin-mips64.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.darwin-x86.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.darwin-x86_64.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.linux-arm.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.linux-arm64.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.linux-mips.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
webcore_dom.target.linux-mips64.mk 67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \

Completed in 1452 milliseconds

1 2