Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:GetTextLength

627   const int len = GetTextLength() + 1;
634 return model_->user_input_in_progress() || (GetTextLength() == 0);
694 SetSelection(GetTextLength(), 0);
696 SetSelection(0, GetTextLength());
731 (sel.cpMax < GetTextLength()) || IsImeComposing());
780 (new_position <= GetTextLength()));
799 DCHECK((position >= 0) && (position <= GetTextLength()));
868 const int length = GetTextLength();
986 (string_drop_position <= GetTextLength())));
1655 ((selection.cpMin == GetTextLength()) &&
1898 (selection.cpMin == GetTextLength()) &&
1949 (selection.cpMin == GetTextLength()));
2030 PlaceCaretAt(GetTextLength());
2120 const int text_length = GetTextLength();
2137 const int length = GetTextLength();
2550 if ((position != -1) && (position <= GetTextLength())) {
2619 // PosFromChar(location_entry_->GetTextLength()) because PosFromChar() is
2626 long length = GetTextLength();