Home | History | Annotate | Download | only in inspector

Lines Matching refs:bodyEnd

1018     unsigned bodyEnd = sourceData->styleSourceData->styleBodyRange.end;
1019 ASSERT(bodyStart <= bodyEnd);
1022 ASSERT(bodyEnd <= text.length()); // bodyEnd is exclusive
1024 text.replace(bodyStart, bodyEnd - bodyStart, newStyleText);