Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:input_str

2655   std::string input_str("abc");
2656 QueryForInput(ASCIIToUTF16(input_str), false, false);
2673 EXPECT_EQ(input_str, base::UTF16ToUTF8(matches[0].contents));