Home
last modified time | relevance | path

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

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