Searched refs:WordAndCursor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model_unittest.cc30 struct WordAndCursor { struct in namespace:__anon16304
31 WordAndCursor(const wchar_t* w, size_t c) : word(w), cursor(c) {} function in struct:__anon16304::WordAndCursor
601 std::vector<WordAndCursor> word_and_cursor;
602 word_and_cursor.push_back(WordAndCursor(L"a\x05d0", 2));
603 word_and_cursor.push_back(WordAndCursor(L"a\x05d0", 2));
604 word_and_cursor.push_back(WordAndCursor(L"\x05d1\x05d2", 5));
605 word_and_cursor.push_back(WordAndCursor(L"\x05d1\x05d2", 5));
606 word_and_cursor.push_back(WordAndCursor(L" ", 3));
607 word_and_cursor.push_back(WordAndCursor(L"a\x05d0", 2));
608 word_and_cursor.push_back(WordAndCursor(
[all...]

Completed in 76 milliseconds