Home
last modified time | relevance | path

Searched refs:m_styleDeclarationPendingMutation (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.h186 …InProgress() const { return m_styleSheetsPendingMutation || m_styleDeclarationPendingMutation || m… in styleSheetEditInProgress()
223 bool m_styleDeclarationPendingMutation; variable
DInspectorCSSAgent.cpp615 , m_styleDeclarationPendingMutation(false) in InspectorCSSAgent()
790 m_styleDeclarationPendingMutation = true; in willMutateStyle()
795 ASSERT(m_styleDeclarationPendingMutation); in didMutateStyle()
796 m_styleDeclarationPendingMutation = false; in didMutateStyle()