HomeSort by relevance Sort by last modified time
    Searched refs:internalReplaceProperty (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.h 50 void internalReplaceProperty(const InspectorStyleProperty&, const String& newText);
InspectorStyleTextEditor.cpp 110 internalReplaceProperty(m_allProperties->at(index), newText);
122 internalReplaceProperty(disabledProperty, disabledProperty.rawText.substring(2, disabledProperty.rawText.length() - 4).stripWhiteSpace());
133 internalReplaceProperty(property, "/* " + property.rawText + " */");
136 void InspectorStyleTextEditor::internalReplaceProperty(const InspectorStyleProperty& property, const String& newText)

Completed in 652 milliseconds