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

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_match.h153 size_t inline_autocomplete_offset; member in struct:AutocompleteMatch
H A Dhistory_quick_provider.cc150 size_t inline_autocomplete_offset = local
155 UnescapeRule::SPACES, NULL, NULL, &inline_autocomplete_offset));
157 match.inline_autocomplete_offset = inline_autocomplete_offset;
158 DCHECK((match.inline_autocomplete_offset == string16::npos) ||
159 (match.inline_autocomplete_offset <= match.fill_into_edit.length()));
H A Dhistory_url_provider.cc783 size_t inline_autocomplete_offset = local
794 &inline_autocomplete_offset));
796 match.inline_autocomplete_offset = inline_autocomplete_offset;
797 DCHECK((match.inline_autocomplete_offset == string16::npos) ||
798 (match.inline_autocomplete_offset <= match.fill_into_edit.length()));
804 (inline_autocomplete_offset != string16::npos) &&
805 (inline_autocomplete_offset != match_start)) {
806 DCHECK(inline_autocomplete_offset > match_start);
808 inline_autocomplete_offset
[all...]

Completed in 166 milliseconds