Home | History | Annotate | Download | only in dom

Lines Matching defs:DocumentLifecycle

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()
76 bool DocumentLifecycle::canAdvanceTo(State state) const
156 bool DocumentLifecycle::canRewindTo(State state) const
166 void DocumentLifecycle::advanceTo(State state)
172 void DocumentLifecycle::ensureStateAtMost(State state)