Searched defs:kText3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsync_notifier_test_utils.cc39 const char kText3[] = "More rain expected in the Seattle area tonight."; variable
/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc768 const base::string16 kText3 = UTF8ToUTF16("ab" + kSurrogate + "cd"); local
798 { kText3, 0, 0, 1 },
799 { kText3, 1, 0, 2 },
800 { kText3, 2, 1, 4 },
801 { kText3, 3, 2, 4 },
802 { kText3, 4, 2, 5 },
803 { kText3, 5, 4, 6 },
804 { kText3, 6, 5, 6 },
805 { kText3, 7, 6, 6 },
806 { kText3, 5
[all...]

Completed in 88 milliseconds