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

  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc 153 size_t inline_autocomplete_offset = URLPrefix::GetInlineAutocompleteOffset( local
163 // |inline_autocomplete_offset| is transformed. We add it to the end of
166 offsets.push_back(inline_autocomplete_offset);
170 inline_autocomplete_offset = offsets.back();
182 if (inline_autocomplete_offset != base::string16::npos) {
183 // |inline_autocomplete_offset| may be beyond the end of the
187 if (inline_autocomplete_offset < match.fill_into_edit.length()) {
189 match.fill_into_edit.substr(inline_autocomplete_offset);
history_quick_provider.cc 264 size_t inline_autocomplete_offset = new_matches[0].offset + local
266 // |inline_autocomplete_offset| may be beyond the end of the
270 if (inline_autocomplete_offset < match.fill_into_edit.length()) {
272 match.fill_into_edit.substr(inline_autocomplete_offset);
history_url_provider.cc 1107 size_t inline_autocomplete_offset = local
    [all...]
search_provider.cc 1100 size_t inline_autocomplete_offset = (prefix == NULL) ? local
    [all...]
shortcuts_provider.cc 235 const size_t inline_autocomplete_offset = local
238 if (inline_autocomplete_offset != base::string16::npos) {
240 match.fill_into_edit.substr(inline_autocomplete_offset);

Completed in 86 milliseconds