Home
last modified time | relevance | path

Searched refs:fill_into_edit (Results 1 – 17 of 17) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_model.cc108 (match.inline_autocomplete_offset < match.fill_into_edit.length())) { in SetSelectedLine()
110 match.fill_into_edit.substr(match.inline_autocomplete_offset); in SetSelectedLine()
115 edit_model_->OnPopupDataChanged(match.fill_into_edit, &current_destination, in SetSelectedLine()
140 return GetKeywordForText(match.fill_into_edit, keyword); in GetKeywordForMatch()
Dbuiltin_provider.cc39 match.fill_into_edit = *i; in Start()
41 match.contents = match.fill_into_edit; in Start()
Dsearch_provider.cc105 (i->fill_into_edit == text)) { in FinalizeInstantQuery()
807 match.fill_into_edit.assign(ASCIIToUTF16("?")); in AddMatchToMap()
811 match.fill_into_edit.append( in AddMatchToMap()
815 match.fill_into_edit.append(query_string); in AddMatchToMap()
818 !match.fill_into_edit.compare(search_start, input_text.length(), in AddMatchToMap()
876 match.fill_into_edit.assign(ASCIIToUTF16("?")); in NavigationToMatch()
877 match.fill_into_edit.append( in NavigationToMatch()
Dautocomplete_unittest.cc91 match.fill_into_edit = prefix_ + UTF8ToUTF16(base::IntToString(i)); in AddResults()
92 match.destination_url = GURL(UTF16ToUTF8(match.fill_into_edit)); in AddResults()
94 match.contents = match.fill_into_edit; in AddResults()
97 match.description = match.fill_into_edit; in AddResults()
Dhistory_quick_provider.cc152 match.fill_into_edit = in QuickMatchToACMatch()
159 (match.inline_autocomplete_offset <= match.fill_into_edit.length())); in QuickMatchToACMatch()
Dkeyword_provider.cc412 result.fill_into_edit.assign(keyword); in CreateAutocompleteMatch()
414 result.fill_into_edit.push_back(L' '); in CreateAutocompleteMatch()
415 result.fill_into_edit.append(remaining_input); in CreateAutocompleteMatch()
Dautocomplete_match.h148 string16 fill_into_edit; member
Dautocomplete_edit_view_browsertest.cc950 popup_model->result().match_at(default_line + 1).fill_into_edit; in DeleteItemTest()
963 popup_model->result().match_at(default_line + 1).fill_into_edit); in DeleteItemTest()
965 popup_model->result().match_at(default_line + 1).fill_into_edit; in DeleteItemTest()
981 selected_text = popup_model->result().match_at(default_line).fill_into_edit; in DeleteItemTest()
994 popup_model->result().match_at(default_line).fill_into_edit); in DeleteItemTest()
996 popup_model->result().match_at(default_line).fill_into_edit; in DeleteItemTest()
Dhistory_url_provider.cc321 match.fill_into_edit = in SuggestExactInput()
790 match.fill_into_edit = in HistoryMatchToACMatch()
798 (match.inline_autocomplete_offset <= match.fill_into_edit.length())); in HistoryMatchToACMatch()
Dkeyword_provider_unittest.cc126 &AutocompleteMatch::fill_into_edit); in TEST_F()
Dautocomplete_edit.cc521 UTF16ToUTF8(match.fill_into_edit.substr(prefix_length))); in OpenURL()
841 match->fill_into_edit.length())) { in OnResultChanged()
843 match->fill_into_edit.substr(match->inline_autocomplete_offset); in OnResultChanged()
Dautocomplete_result_unittest.cc57 match->fill_into_edit = base::IntToString16(data.url_id); in PopulateAutocompleteMatch()
Dextension_app_provider.cc68 match.fill_into_edit = UTF8ToUTF16(url); in Start()
Dhistory_contents_provider.cc215 match.fill_into_edit = in ResultToMatch()
Dautocomplete.cc961 (result_.default_match()->fill_into_edit != in UpdateResult()
962 last_result.default_match()->fill_into_edit)); in UpdateResult()
Dsearch_provider_unittest.cc320 match.fill_into_edit); in TEST_F()
/external/chromium/chrome/browser/extensions/
Dextension_omnibox_apitest.cc145 result.match_at(0).fill_into_edit); in IN_PROC_BROWSER_TEST_F()
147 result.match_at(1).fill_into_edit); in IN_PROC_BROWSER_TEST_F()
149 result.match_at(2).fill_into_edit); in IN_PROC_BROWSER_TEST_F()
151 result.match_at(3).fill_into_edit); in IN_PROC_BROWSER_TEST_F()