HomeSort by relevance Sort by last modified time
    Searched refs:LayoutClean (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentLifecycle.cpp 113 if (m_state == LayoutClean) {
124 if (state == LayoutClean)
147 return m_state == StyleClean || m_state == AfterPerformLayout || m_state == LayoutClean || m_state == CompositingClean;
160 ASSERT(state == VisualUpdatePending || state == StyleClean || state == LayoutClean);
DocumentLifecycle.h 56 LayoutClean,
164 || m_state == LayoutClean
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingReasonFinder.cpp 211 if (m_renderView.document().lifecycle().state() < DocumentLifecycle::LayoutClean)
RenderLayerCompositor.cpp 235 lifecycle().ensureStateAtMost(DocumentLifecycle::LayoutClean);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 552 return document->lifecycle().state() >= DocumentLifecycle::LayoutClean
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 855 DocumentLifecycle::Scope lifecycleScope(lifecycle(), DocumentLifecycle::LayoutClean);
    [all...]

Completed in 356 milliseconds