Home | History | Annotate | Download | only in base

Lines Matching defs:Offsets

36 typedef std::vector<size_t> Offsets;
451 // Revise |adjustments| by shifting to the offsets to prefix that the above
548 // Shift all the adjustments made for this component so the offsets are
793 // Because offsets in the |adjustments| are already calculated with respect
794 // to the string with the http:// prefix in it, those offsets remain correct
820 Offsets offsets;
822 offsets.push_back(*offset_for_adjustment);
824 unescape_rules, new_parsed, prefix_end, &offsets);
826 *offset_for_adjustment = offsets[0];