Searched defs:fill_into_edit (Results 1 - 8 of 8) sorted by relevance

/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_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|.
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...]
/external/chromium_org/components/omnibox/
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
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider_unittest.cc53 std::string fill_into_edit; member in struct:__anon2936::TestShortcutInfo
185 "0,1", "No Trailing Slash on fill_into_edit", "0,1",
190 "0,1", "Foo - Typo in Input Corrected in fill_into_edit", "0,1",
329 ASCIIToUTF16(cur.fill_into_edit), GURL(cur.destination_url),
420 // |fill_into_edit|. This exercises the inline autocompletion and default
448 // |fill_into_edit|. This exercises the inline autocompletion and default
458 // Now the shortcut ends at the end of |fill_into_edit| but has a
505 // Test when the user input has a trailing slash but fill_into_edit does
515 // fill_into_edit. This should still be allowed to be default.
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...]
/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 74 milliseconds