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

  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.h 146 bool replacePropertyInStyleText(const InspectorStyleProperty& property, const String& newText);
InspectorStyleSheet.cpp 228 bool success = replacePropertyInStyleText(property, propertyText);
383 success = replacePropertyInStyleText(property, "");
407 bool success = replacePropertyInStyleText(disabledProperty, disabledProperty.rawText);
559 bool InspectorStyle::replacePropertyInStyleText(const InspectorStyleProperty& property, const String& newText)
    [all...]

Completed in 40 milliseconds