Home
last modified time | relevance | path

Searched defs:WordAndCursor (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
Dtextfield_model_unittest.cc30 struct WordAndCursor { struct
31 WordAndCursor(const wchar_t* w, size_t c) : word(w), cursor(c) {} in WordAndCursor() argument
33 const wchar_t* word;
34 size_t cursor;