Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleTextEditor.cpp110 internalReplaceProperty(m_allProperties->at(index), newText); in replaceProperty()
122internalReplaceProperty(disabledProperty, disabledProperty.rawText.substring(2, disabledProperty.r… in enableProperty()
133 internalReplaceProperty(property, "/* " + property.rawText + " */"); in disableProperty()
136 void InspectorStyleTextEditor::internalReplaceProperty(const InspectorStyleProperty& property, cons… in internalReplaceProperty() function in WebCore::InspectorStyleTextEditor
DInspectorStyleTextEditor.h50 void internalReplaceProperty(const InspectorStyleProperty&, const String& newText);