OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_start
(Results
1 - 2
of
2
) 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
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java
1262
final int
old_start
= start;
local
[
all
...]
Completed in 122 milliseconds