Home | History | Annotate | Download | only in inspector

Lines Matching defs:insertionIndex

388     unsigned insertionIndex = disabledIndexByOrdinal(indexToDisable, true, allProperties);
389 if (insertionIndex == UINT_MAX)
392 m_disabledProperties.insert(insertionIndex, disabledProperty);
393 shiftDisabledProperties(insertionIndex + 1, -propertyLength); // Property removed from text - shift these back.