Searched refs:m_disable (Results 1 – 2 of 2) sorted by relevance
85 , m_disable(disable) in m_partialLayout()87 if (m_disable) in m_partialLayout()93 if (m_disable) in ~PartialLayoutDisabler()98 bool m_disable; variable
478 , m_disable(disable) in TogglePropertyAction()489 return m_styleSheet->toggleProperty(m_cssId, m_propertyIndex, !m_disable, exceptionState); in undo()494 return m_styleSheet->toggleProperty(m_cssId, m_propertyIndex, m_disable, exceptionState); in redo()500 bool m_disable; member in WebCore::InspectorCSSAgent::TogglePropertyAction