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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_match.h 23 // autocomplete dropdown, and fills in 'fill_into_edit' into the textbox when
24 // that line is selected. fill_into_edit may be the same as 'description' for
148 string16 fill_into_edit; member in struct:AutocompleteMatch
150 // The position within fill_into_edit from which we'll display the inline
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_match.h 30 // autocomplete dropdown, and fills in 'fill_into_edit' into the textbox when
31 // that line is selected. fill_into_edit may be the same as 'description' for
257 string16 fill_into_edit; member in struct:AutocompleteMatch
autocomplete_provider_unittest.cc 129 match.fill_into_edit = prefix_ + UTF8ToUTF16(base::IntToString(i));
130 match.destination_url = GURL(UTF16ToUTF8(match.fill_into_edit));
133 match.contents = match.fill_into_edit;
136 match.description = match.fill_into_edit;
154 const string16 fill_into_edit; member in struct:AutocompleteProviderTest::KeywordTestData
351 match.fill_into_edit = match_data[i].fill_into_edit;
search_provider_unittest.cc 60 string16 fill_into_edit)
63 fill_into_edit(fill_into_edit) {
68 const string16 fill_into_edit; member in struct:SearchProviderTest::ResultInfo
244 EXPECT_EQ(cases[i].output[j].fill_into_edit,
245 matches[j].fill_into_edit) <<
468 match.fill_into_edit);
700 EXPECT_EQ(ASCIIToUTF16("FOO"), term_match.fill_into_edit);
2107 const std::string fill_into_edit; member in struct:__anon6633
    [all...]

Completed in 89 milliseconds