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

  /external/chromium_org/chrome/browser/history/
shortcuts_database.h 46 MatchCore(const base::string16& fill_into_edit,
57 base::string16 fill_into_edit; member in struct:history::ShortcutsDatabase::Shortcut::MatchCore
shortcuts_database_unittest.cc 31 std::string fill_into_edit; member in struct:__anon8654::ShortcutsDatabaseTestInfo
66 "fill_into_edit"));
127 ASCIIToUTF16(info.fill_into_edit), GURL(info.destination_url),
253 "SELECT fill_into_edit, url, transition, type, keyword "
257 // |fill_into_edit| should have been copied from the |url|.
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 34 // 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
268 base::string16 fill_into_edit; member in struct:AutocompleteMatch
autocomplete_provider_unittest.cc 131 match.fill_into_edit = prefix_ + base::UTF8ToUTF16(base::IntToString(i));
132 match.destination_url = GURL(base::UTF16ToUTF8(match.fill_into_edit));
135 match.contents = match.fill_into_edit;
138 match.description = match.fill_into_edit;
156 const base::string16 fill_into_edit; member in struct:AutocompleteProviderTest::KeywordTestData
360 match.fill_into_edit = match_data[i].fill_into_edit;
shortcuts_provider_unittest.cc 50 std::string fill_into_edit; member in struct:__anon7489::TestShortcutInfo
182 "0,1", "No Trailing Slash on fill_into_edit", "0,1",
187 "0,1", "Foo - Typo in Input Corrected in fill_into_edit", "0,1",
332 ASCIIToUTF16(cur.fill_into_edit), GURL(cur.destination_url),
422 // |fill_into_edit|. This exercises the inline autocompletion and default
450 // |fill_into_edit|. This exercises the inline autocompletion and default
460 // Now the shortcut ends at the end of |fill_into_edit| but has a
507 // Test when the user input has a trailing slash but fill_into_edit does
517 // fill_into_edit. This should still be allowed to be default.
    [all...]
search_provider_unittest.cc 117 base::string16 fill_into_edit)
121 fill_into_edit(fill_into_edit) {
127 const base::string16 fill_into_edit; member in struct:SearchProviderTest::ResultInfo
317 EXPECT_EQ(cases[i].output[j].fill_into_edit,
318 matches[j].fill_into_edit) << diagnostic_details;
584 match.fill_into_edit);
776 EXPECT_EQ(ASCIIToUTF16("two searches"), term_match.fill_into_edit);
2177 const std::string fill_into_edit; member in struct:__anon7481
2426 std::string fill_into_edit; member in struct:Match
    [all...]
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 451 ScopedJavaLocalRef<jstring> fill_into_edit = local
452 ConvertUTF16ToJavaString(env, match.fill_into_edit);
467 fill_into_edit.obj(),

Completed in 459 milliseconds