Searched refs:bodyStart (Results 1 – 2 of 2) sorted by relevance
1017 unsigned bodyStart = sourceData->styleSourceData->styleBodyRange.start; in styleSheetTextWithChangedStyle() local1019 ASSERT(bodyStart <= bodyEnd); in styleSheetTextWithChangedStyle()1024 text.replace(bodyStart, bodyEnd - bodyStart, newStyleText); in styleSheetTextWithChangedStyle()
1009 const char* bodyStart = "<body>\n"; in bundle_write_xml() local1173 write_utf8_file(out, UnicodeString(bodyStart)); in bundle_write_xml()