HomeSort by relevance Sort by last modified time
    Searched refs:old_start (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc 281 int old_start = previous_text_selection_start_; local
289 old_start, old_end,
316 int old_start,
323 if (old_start != old_end) {
326 } else if (old_start == new_start + 1 || old_start == new_start - 1) {
328 AppendUtterance(SubstringUTF8(value, std::min(old_start, new_start), 1),
333 std::min(old_start, new_start),
334 abs(old_start - new_start)),
339 if (old_start == old_end)
    [all...]
wizard_accessibility_handler.h 77 int old_start, int old_end,
  /external/v8/src/
type-info.cc 622 byte* old_start = code->instruction_start(); local
625 RelocateRelocInfos(infos, old_start, new_start);
630 byte* old_start,
634 info->set_pc(new_start + (info->pc() - old_start));
type-info.h 308 byte* old_start,
mark-compact.h 113 bool TransferMark(Address old_start, Address new_start);
mark-compact.cc 380 bool Marking::TransferMark(Address old_start, Address new_start) {
382 ASSERT(MemoryChunk::FromAddress(old_start) ==
388 if (old_start == new_start) return false;
391 MarkBit old_mark_bit = MarkBitFrom(old_start);
    [all...]
spaces.cc     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 1262 final int old_start = start; local
    [all...]

Completed in 347 milliseconds