Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:inline_autocomplete_offset

1472   size_t inline_autocomplete_offset = (prefix == NULL) ?
1480 if (inline_autocomplete_offset != string16::npos)
1481 ++inline_autocomplete_offset;
1492 &inline_autocomplete_offset));
1494 (inline_autocomplete_offset != string16::npos)) {
1495 DCHECK(inline_autocomplete_offset <= match.fill_into_edit.length());
1498 match.fill_into_edit.substr(inline_autocomplete_offset);