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

  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 322 void InspectorCSSAgent::toggleProperty(ErrorString* errorString, const RefPtr<InspectorObject>& fullStyleId, int propertyIndex, bool disable, RefPtr<InspectorObject>* result)
331 bool success = inspectorStyleSheet->toggleProperty(errorString, compoundId, propertyIndex, disable);
InspectorStyleSheet.cpp 302 bool InspectorStyle::toggleProperty(ErrorString* errorString, unsigned index, bool disable)
837 bool InspectorStyleSheet::toggleProperty(ErrorString* errorString, const InspectorCSSId& id, unsigned propertyIndex, bool disable)
845 bool success = inspectorStyle->toggleProperty(errorString, propertyIndex, disable);
    [all...]

Completed in 62 milliseconds