HomeSort by relevance Sort by last modified time
    Searched defs:inline_autocomplete_offset (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 153 size_t inline_autocomplete_offset; member in struct:AutocompleteMatch
history_quick_provider.cc 150 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()));
history_url_provider.cc 783 size_t inline_autocomplete_offset = local
    [all...]

Completed in 39 milliseconds