Home
last modified time | relevance | path

Searched refs:shiftDisabledProperties (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp297shiftDisabledProperties(disabledIndexByOrdinal(index, true, allProperties), propertyLengthDelta); in setPropertyText()
393shiftDisabledProperties(insertionIndex + 1, -propertyLength); // Property removed from text - shif… in disableProperty()
409 shiftDisabledProperties(disabledIndex, disabledProperty.rawText.length()); in enableProperty()
550 void InspectorStyle::shiftDisabledProperties(unsigned fromIndex, long delta) in shiftDisabledProperties() function in WebCore::InspectorStyle
DInspectorStyleSheet.h145 void shiftDisabledProperties(unsigned fromIndex, long offset);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0627929 (WebCore::InspectorStyle::shiftDisabledProperties):