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

  /external/chromium/base/i18n/
rtl_unittest.cc 173 std::wstring display_string; member in struct:__anon4091
191 EXPECT_EQ(expected, WideToUTF16(test_data[i].display_string));
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.cc 319 string16 display_string(StringForURLDisplay(url, false, false));
320 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
323 display_string);
331 match.contents = display_string;
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 347 string16 display_string(provider->StringForURLDisplay(url, false, false));
348 const size_t offset = trim_http ? TrimHttpPrefix(&display_string) : 0;
351 display_string);
360 match.contents = display_string;
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 552 static void display_string() function
    [all...]

Completed in 146 milliseconds