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

  /external/chromium/chrome/browser/autocomplete/
builtin_provider.cc 39 match.fill_into_edit = *i;
41 match.contents = match.fill_into_edit;
autocomplete_popup_model.cc 108 (match.inline_autocomplete_offset < match.fill_into_edit.length())) {
110 match.fill_into_edit.substr(match.inline_autocomplete_offset);
115 edit_model_->OnPopupDataChanged(match.fill_into_edit, &current_destination,
139 // See if the current match's fill_into_edit corresponds to a keyword.
140 return GetKeywordForText(match.fill_into_edit, keyword);
autocomplete_match.h 23 // autocomplete dropdown, and fills in 'fill_into_edit' into the textbox when
24 // that line is selected. fill_into_edit may be the same as 'description' for
148 string16 fill_into_edit; member in struct:AutocompleteMatch
150 // The position within fill_into_edit from which we'll display the inline
autocomplete_unittest.cc 91 match.fill_into_edit = prefix_ + UTF8ToUTF16(base::IntToString(i));
92 match.destination_url = GURL(UTF16ToUTF8(match.fill_into_edit));
94 match.contents = match.fill_into_edit;
97 match.description = match.fill_into_edit;
history_quick_provider.cc 149 // Format the fill_into_edit and determine its offset.
152 match.fill_into_edit =
159 (match.inline_autocomplete_offset <= match.fill_into_edit.length()));
search_provider.cc 105 (i->fill_into_edit == text)) {
    [all...]
keyword_provider.cc 412 result.fill_into_edit.assign(keyword);
414 result.fill_into_edit.push_back(L' ');
415 result.fill_into_edit.append(remaining_input);
autocomplete_result_unittest.cc 57 match->fill_into_edit = base::IntToString16(data.url_id);
keyword_provider_unittest.cc 126 &AutocompleteMatch::fill_into_edit);
history_url_provider.cc 321 match.fill_into_edit =
    [all...]
autocomplete_edit_view_browsertest.cc     [all...]
extension_app_provider.cc 68 match.fill_into_edit = UTF8ToUTF16(url);
history_contents_provider.cc 215 match.fill_into_edit =
autocomplete_edit.cc 521 UTF16ToUTF8(match.fill_into_edit.substr(prefix_length)));
    [all...]
search_provider_unittest.cc 320 match.fill_into_edit);
autocomplete.cc     [all...]
  /external/chromium/chrome/browser/extensions/
extension_omnibox_apitest.cc 145 result.match_at(0).fill_into_edit);
147 result.match_at(1).fill_into_edit);
149 result.match_at(2).fill_into_edit);
151 result.match_at(3).fill_into_edit);

Completed in 169 milliseconds