Searched refs:stateAllowsTreeMutations (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentLifecycle.h123 bool stateAllowsTreeMutations() const;
147 inline bool DocumentLifecycle::stateAllowsTreeMutations() const function in class:blink::DocumentLifecycle
H A DDocument.h818 void incDOMTreeVersion() { ASSERT(m_lifecycle.stateAllowsTreeMutations()); m_domTreeVersion = ++s_globalTreeVersion; }

Completed in 77 milliseconds