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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.h186 bool styleSheetEditInProgress() const { return m_styleSheetsPendingMutation || m_styleDeclarationPendingMutation || m_isSettingStyleSheetText; }
223 bool m_styleDeclarationPendingMutation; member in class:WebCore::InspectorCSSAgent
H A DInspectorCSSAgent.cpp615 , m_styleDeclarationPendingMutation(false)
790 m_styleDeclarationPendingMutation = true;
795 ASSERT(m_styleDeclarationPendingMutation);
796 m_styleDeclarationPendingMutation = false;

Completed in 45 milliseconds