Searched refs:DocumentLifecycle (Results 26 - 33 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.linux-x86.mk67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
H A Dwebcore_dom.target.linux-x86_64.mk67 third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp \
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp422 if (document().frameHost() && document().lifecycle().state() < DocumentLifecycle::Stopping) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h30 #include "core/dom/DocumentLifecycle.h"
1362 return document().lifecycle().state() >= DocumentLifecycle::Stopping;
H A DRenderObject.cpp3109 ASSERT(document().lifecycle().state() != DocumentLifecycle::InPaintInvalidation);
H A DRenderLayer.cpp3019 // ASSERT(renderer()->document().lifecycle().state() >= DocumentLifecycle::LayoutClean);
3224 return renderer()->document().lifecycle().state() >= DocumentLifecycle::InCompositingUpdate;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp1231 ASSERT(m_frame->document()->lifecycle().state() != DocumentLifecycle::InPaintInvalidation);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp979 DocumentLifecycle::DetachScope willDetach(document().lifecycle());

Completed in 634 milliseconds

12