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

  /external/chromium/chrome/browser/autocomplete/
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...]
autocomplete_match.cc 15 inline_autocomplete_offset(string16::npos),
31 inline_autocomplete_offset(string16::npos),
autocomplete_match.h 153 size_t inline_autocomplete_offset; member in struct:AutocompleteMatch
autocomplete_popup_model.cc 107 if ((match.inline_autocomplete_offset != string16::npos) &&
108 (match.inline_autocomplete_offset < match.fill_into_edit.length())) {
110 match.fill_into_edit.substr(match.inline_autocomplete_offset);
history_url_provider_unittest.cc 215 EXPECT_EQ(expected_offset, matches_[0].inline_autocomplete_offset);
418 EXPECT_EQ(input_1.length(), matches_.front().inline_autocomplete_offset);
430 EXPECT_EQ(input_2.length(), matches_.front().inline_autocomplete_offset);
extension_app_provider.cc 70 match.inline_autocomplete_offset = string16::npos;
autocomplete_edit.cc     [all...]
keyword_provider.cc 416 // If we wanted to set |result.inline_autocomplete_offset| correctly, we'd
421 result.inline_autocomplete_offset = string16::npos;
search_provider.cc     [all...]

Completed in 6039 milliseconds