Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleTextEditor.cpp120 InspectorStyleProperty& disabledProperty = m_allProperties->at(index); in enableProperty() local
121 ASSERT(disabledProperty.sourceData.disabled); in enableProperty()
122 …internalReplaceProperty(disabledProperty, disabledProperty.rawText.substring(2, disabledProperty.r… in enableProperty()