Searched refs:bodyEnd (Results 1 – 3 of 3) sorted by relevance
1614 unsigned bodyEnd = sourceData->ruleBodyRange.end; in styleSheetTextWithChangedStyle() local1615 ASSERT(bodyStart <= bodyEnd); in styleSheetTextWithChangedStyle()1618 ASSERT_WITH_SECURITY_IMPLICATION(bodyEnd <= text.length()); // bodyEnd is exclusive in styleSheetTextWithChangedStyle()1620 text.replace(bodyStart, bodyEnd - bodyStart, newStyleText); in styleSheetTextWithChangedStyle()
1009 const char* bodyEnd = "</body>\n"; in bundle_write_xml() local1180 write_utf8_file(out, UnicodeString(bodyEnd)); in bundle_write_xml()
1019 const char* bodyEnd = "</body>\n"; in bundle_write_xml() local1190 write_utf8_file(out, UnicodeString(bodyEnd)); in bundle_write_xml()