Searched refs:insertProperty (Results 1 – 3 of 3) sorted by relevance
42 void insertProperty(unsigned index, const String& propertyText, unsigned styleBodyLength);
41 void InspectorStyleTextEditor::insertProperty(unsigned index, const String& propertyText, unsigned … in insertProperty() function in WebCore::InspectorStyleTextEditor
598 editor.insertProperty(index, propertyText, sourceData->ruleBodyRange.length()); in setPropertyText()