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

  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.h 145 void shiftDisabledProperties(unsigned fromIndex, long offset);
InspectorStyleSheet.cpp 297 shiftDisabledProperties(disabledIndexByOrdinal(index, true, allProperties), propertyLengthDelta);
393 shiftDisabledProperties(insertionIndex + 1, -propertyLength); // Property removed from text - shift these back.
409 shiftDisabledProperties(disabledIndex, disabledProperty.rawText.length());
550 void InspectorStyle::shiftDisabledProperties(unsigned fromIndex, long delta)
    [all...]

Completed in 36 milliseconds