Searched refs:m_styleDeclarationPendingMutation (Results 1 – 2 of 2) sorted by relevance
186 …InProgress() const { return m_styleSheetsPendingMutation || m_styleDeclarationPendingMutation || m… in styleSheetEditInProgress()223 bool m_styleDeclarationPendingMutation; variable
615 , m_styleDeclarationPendingMutation(false) in InspectorCSSAgent()790 m_styleDeclarationPendingMutation = true; in willMutateStyle()795 ASSERT(m_styleDeclarationPendingMutation); in didMutateStyle()796 m_styleDeclarationPendingMutation = false; in didMutateStyle()