Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DPartialLayoutState.h85 , m_disable(disable) in m_partialLayout()
87 if (m_disable) in m_partialLayout()
93 if (m_disable) in ~PartialLayoutDisabler()
98 bool m_disable; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp478 , 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