Home
last modified time | relevance | path

Searched refs:cursor_absolute_index (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/ime/
Dcandidate_window_view.cc378 const int cursor_absolute_index = in SelectCandidateAt() local
381 if (cursor_absolute_index < 0 || in SelectCandidateAt()
383 static_cast<size_t>(cursor_absolute_index)) { in SelectCandidateAt()
394 candidate_window_.set_cursor_position(cursor_absolute_index); in SelectCandidateAt()