Searched defs:old_start (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dwizard_accessibility_handler.cc281 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
314 DescribeTextSelectionChanged( const std::string& value, int old_start, int old_end, int new_start, int new_end, std::string* out_spoken_description) argument
[all...]
/external/v8/src/
H A Dtype-info.cc622 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));
629 RelocateRelocInfos(ZoneList<RelocInfo>* infos, byte* old_start, byte* new_start) argument
H A Dmark-compact.cc380 bool Marking::TransferMark(Address old_start, Address new_start) { argument
382 ASSERT(MemoryChunk::FromAddress(old_start) ==
388 if (old_start == new_start) return false;
391 MarkBit old_mark_bit = MarkBitFrom(old_start);

Completed in 109 milliseconds