Searched refs:DeprecatedTransition (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDeprecatedScheduleStyleRecalcDuringLayout.h20 DocumentLifecycle::DeprecatedTransition m_deprecatedTransition;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycle.cpp38 static DocumentLifecycle::DeprecatedTransition* s_deprecatedTransitionStack = 0;
51 DocumentLifecycle::DeprecatedTransition::DeprecatedTransition(State from, State to) function in class:blink::DocumentLifecycle::DeprecatedTransition
59 DocumentLifecycle::DeprecatedTransition::~DeprecatedTransition()
H A DDocumentLifecycle.h84 class DeprecatedTransition { class in class:blink::DocumentLifecycle
85 WTF_MAKE_NONCOPYABLE(DeprecatedTransition);
87 DeprecatedTransition(State from, State to);
88 ~DeprecatedTransition();
94 DeprecatedTransition* m_previous;

Completed in 563 milliseconds