Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:fill_into_edit

60                string16 fill_into_edit)
63 fill_into_edit(fill_into_edit) {
68 const string16 fill_into_edit;
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);
2105 // Test the expected fill_into_edit, which may drop "http://".
2107 const std::string fill_into_edit;
2253 EXPECT_EQ(ASCIIToUTF16(cases[i].fill_into_edit), match.fill_into_edit);
2269 EXPECT_EQ(url, match_inline.fill_into_edit);
2277 EXPECT_EQ(url, match_prevent.fill_into_edit);
2292 EXPECT_EQ(ASCIIToUTF16("www.wow.com"), match.fill_into_edit);