Searched refs:fill_into_edit (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/history/
H A Dshortcuts_database.h46 MatchCore(const base::string16& fill_into_edit,
57 base::string16 fill_into_edit; member in struct:history::ShortcutsDatabase::Shortcut::MatchCore
H A Dshortcuts_database.cc36 s->BindString16(2, shortcut.match_core.fill_into_edit);
67 const base::string16& fill_into_edit,
76 : fill_into_edit(fill_into_edit),
142 "INSERT INTO omni_box_shortcuts (id, text, fill_into_edit, url, "
153 "UPDATE omni_box_shortcuts SET id=?, text=?, fill_into_edit=?, url=?, "
191 "SELECT id, text, fill_into_edit, url, contents, contents_class, "
203 s.ColumnString16(2), // fill_into_edit
225 "text VARCHAR, fill_into_edit VARCHAR, url VARCHAR, "
232 // The first version of the shortcuts table lacked the fill_into_edit,
66 MatchCore( const base::string16& fill_into_edit, const GURL& destination_url, const base::string16& contents, const std::string& contents_class, const base::string16& description, const std::string& description_class, int transition, int type, const base::string16& keyword) argument
[all...]
H A Dshortcuts_database_unittest.cc30 std::string fill_into_edit; member in struct:__anon4103::ShortcutsDatabaseTestInfo
65 "fill_into_edit"));
126 ASCIIToUTF16(info.fill_into_edit), GURL(info.destination_url),
252 "SELECT fill_into_edit, url, transition, type, keyword "
256 // |fill_into_edit| should have been copied from the |url|.
/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_api_browsertest.cc81 result.match_at(0).fill_into_edit);
88 result.match_at(1).fill_into_edit);
93 result.match_at(2).fill_into_edit);
98 result.match_at(3).fill_into_edit);
242 result.match_at(3).fill_into_edit);
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider.cc194 match.fill_into_edit = shortcut.match_core.fill_into_edit;
214 // assume the fill_into_edit looks something like a URL, so we use
218 // input of "foo.c" to autocomplete to "foo.com" for a fill_into_edit of
221 if (StartsWith(match.fill_into_edit, input.text(), false)) {
223 match.fill_into_edit.substr(input.text().length());
231 input.text(), fixed_up_input_text, true, match.fill_into_edit);
234 match.fill_into_edit.substr(inline_autocomplete_offset);
H A Dbookmark_provider.cc204 match.fill_into_edit =
209 // |fill_into_edit| if the user has typed an URL with a scheme and the
212 if (inline_autocomplete_offset < match.fill_into_edit.length()) {
214 match.fill_into_edit.substr(inline_autocomplete_offset);
H A Dhistory_quick_provider.cc240 match.fill_into_edit =
264 // |fill_into_edit| if the user has typed an URL with a scheme and the
267 if (inline_autocomplete_offset < match.fill_into_edit.length()) {
269 match.fill_into_edit.substr(inline_autocomplete_offset);
H A Dautocomplete_provider_unittest.cc136 match.fill_into_edit = prefix_ + base::UTF8ToUTF16(base::IntToString(i));
137 match.destination_url = GURL(base::UTF16ToUTF8(match.fill_into_edit));
140 match.contents = match.fill_into_edit;
143 match.description = match.fill_into_edit;
163 const base::string16 fill_into_edit; member in struct:AutocompleteProviderTest::KeywordTestData
384 match.fill_into_edit = match_data[i].fill_into_edit;
H A Dsearch_provider_unittest.cc126 base::string16 fill_into_edit)
130 fill_into_edit(fill_into_edit) {
136 const base::string16 fill_into_edit; member in struct:SearchProviderTest::ResultInfo
357 EXPECT_EQ(cases[i].output[j].fill_into_edit,
358 matches[j].fill_into_edit);
681 match.fill_into_edit);
871 EXPECT_EQ(ASCIIToUTF16("two searches"), term_match.fill_into_edit);
988 EXPECT_EQ(ASCIIToUTF16("FOO"), term_match.fill_into_edit);
2439 // Test the expected fill_into_edit, whic
123 ResultInfo(GURL gurl, AutocompleteMatch::Type result_type, bool allowed_to_be_default_match, base::string16 fill_into_edit) argument
2441 const std::string fill_into_edit; member in struct:__anon2928
2692 std::string fill_into_edit; member in struct:Match
[all...]
H A Dshortcuts_backend_unittest.cc223 match.fill_into_edit = base::UTF8ToUTF16("franklin d roosevelt");
234 new TemplateURLRef::SearchTermsArgs(match.fill_into_edit));
241 EXPECT_EQ(match.fill_into_edit, match_core.contents);
H A Dautocomplete_controller.cc447 last_default_fill_into_edit = result_.default_match()->fill_into_edit;
493 // updated if fill_into_edit, associated_keyword, or keyword differ. (The
504 ((result_.default_match()->fill_into_edit !=
548 // fill_into_edit, which should take inline autocompletions into account.
549 keyword = keyword_provider_->GetKeywordForText(match->fill_into_edit);
556 keyword_provider_->CreateVerbatimMatch(match->fill_into_edit,
H A Dhistory_url_provider.cc617 match.fill_into_edit =
1155 match.fill_into_edit =
1164 DCHECK(inline_autocomplete_offset <= match.fill_into_edit.length());
1166 match.fill_into_edit.substr(inline_autocomplete_offset);
1172 (inline_autocomplete_offset >= match.fill_into_edit.length()));
H A Dbuiltin_provider.cc163 match.fill_into_edit = match_string;
H A Dshortcuts_backend.cc160 normalized_match.fill_into_edit, normalized_match.destination_url,
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_current_page_delegate_impl.cc79 base::UTF16ToUTF8(match.fill_into_edit.substr(prefix_length)),
H A Domnibox_popup_model.cc172 edit_model_->OnPopupDataChanged(match.fill_into_edit, &current_destination,
H A Domnibox_view_browsertest.cc1112 popup_model->result().match_at(default_line + 1).fill_into_edit;
1125 popup_model->result().match_at(default_line + 1).fill_into_edit);
1127 popup_model->result().match_at(default_line + 1).fill_into_edit;
1143 selected_text = popup_model->result().match_at(default_line).fill_into_edit;
1158 popup_model->result().match_at(default_line).fill_into_edit);
1160 popup_model->result().match_at(default_line).fill_into_edit;
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc63 result->fill_into_edit = mojo::String::From(input.fill_into_edit);
/external/chromium_org/components/omnibox/
H A Dbase_search_provider.cc232 // When the user forced a query, we need to make sure all the fill_into_edit
236 match.fill_into_edit.assign(base::ASCIIToUTF16("?"));
238 match.fill_into_edit.append(match.keyword + base::char16(' '));
249 match.fill_into_edit.append(suggestion.suggestion());
H A Dkeyword_provider.cc391 match.fill_into_edit = keyword;
393 match.fill_into_edit.push_back(L' ');
394 match.fill_into_edit.append(remaining_input);
H A Dautocomplete_match.cc71 fill_into_edit(match.fill_into_edit),
108 fill_into_edit = match.fill_into_edit;
H A Dautocomplete_match.h34 // autocomplete dropdown, and fills in 'fill_into_edit' into the textbox when
35 // that line is selected. fill_into_edit may be the same as 'description' for
287 base::string16 fill_into_edit; member in struct:AutocompleteMatch
H A Dsearch_provider.cc829 it->fill_into_edit == trimmed_verbatim) {
1323 match.fill_into_edit +=
1330 // Preserve the forced query '?' prefix in |match.fill_into_edit|.
1333 match.fill_into_edit.insert(0, base::ASCIIToUTF16("?"));
1338 DCHECK(inline_autocomplete_offset <= match.fill_into_edit.length());
1340 match.fill_into_edit.substr(inline_autocomplete_offset);
1413 match->fill_into_edit.empty())
1417 answers_cache_.UpdateRecentAnswers(match->fill_into_edit, match->answer_type);
H A Dkeyword_provider_unittest.cc189 &AutocompleteMatch::fill_into_edit);
/external/chromium_org/chrome/browser/android/omnibox/
H A Dautocomplete_controller_android.cc445 ScopedJavaLocalRef<jstring> fill_into_edit = local
446 ConvertUTF16ToJavaString(env, match.fill_into_edit);
462 fill_into_edit.obj(),

Completed in 5122 milliseconds

12