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 30 std::string fill_into_edit; member in struct:__anon8728::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/components/omnibox/
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
287 base::string16 fill_into_edit; member in struct:AutocompleteMatch
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 445 ScopedJavaLocalRef<jstring> fill_into_edit = local
446 ConvertUTF16ToJavaString(env, match.fill_into_edit);
462 fill_into_edit.obj(),
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_provider_unittest.cc 136 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;
shortcuts_provider_unittest.cc 53 std::string fill_into_edit; member in struct:__anon7561::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.
    [all...]
search_provider_unittest.cc 126 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);
2441 const std::string fill_into_edit; member in struct:__anon7553
2692 std::string fill_into_edit; member in struct:Match
    [all...]

Completed in 2278 milliseconds