Searched refs:display_string (Results 1 – 3 of 3) sorted by relevance
173 std::wstring display_string; member191 EXPECT_EQ(expected, WideToUTF16(test_data[i].display_string)); in TEST_F()
319 string16 display_string(StringForURLDisplay(url, false, false)); in SuggestExactInput() local320 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0; in SuggestExactInput()323 display_string); in SuggestExactInput()331 match.contents = display_string; in SuggestExactInput()
552 static void display_string() in display_string() function