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

  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 308 void InspectorCSSAgent::setPropertyText(ErrorString* errorString, const RefPtr<InspectorObject>& fullStyleId, int propertyIndex, const String& text, bool overwrite, RefPtr<InspectorObject>* result)
317 bool success = inspectorStyleSheet->setPropertyText(errorString, compoundId, propertyIndex, text, overwrite);
InspectorStyleSheet.cpp 183 bool InspectorStyle::setPropertyText(ErrorString* errorString, unsigned index, const String& propertyText, bool overwrite)
826 bool InspectorStyleSheet::setPropertyText(ErrorString* errorString, const InspectorCSSId& id, unsigned propertyIndex, const String& text, bool overwrite)
834 return inspectorStyle->setPropertyText(errorString, propertyIndex, text, overwrite);
    [all...]

Completed in 1601 milliseconds