Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:GetTextLength

532   return model_->user_input_in_progress() || (GetTextLength() == 0);
619 std::max(sel.cp_max, sel.cp_min) < GetTextLength() || IsImeComposing();
703 const int length = GetTextLength();
1712 PlaceCaretAt(GetTextLength());
1977 int AutocompleteEditViewGtk::GetTextLength() const {
1998 selection.cp_min == GetTextLength();