HomeSort by relevance Sort by last modified time
    Searched refs:GetTextLength (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_views.cc 209 size_t length = GetTextLength();
345 return model_->user_input_in_progress() || (GetTextLength() == 0);
405 SelectRange(GetTextLength(), 0);
407 SelectRange(0, GetTextLength());
426 sel.GetMax() < GetTextLength() || textfield_->IsIMEComposing();
608 size_t AutocompleteEditViewViews::GetTextLength() const {
autocomplete_edit_view_win.cc 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();
    [all...]
autocomplete_edit_view_mac.h 179 NSUInteger GetTextLength() const;
autocomplete_edit_view_views.h 140 size_t GetTextLength() const;
autocomplete_edit_view_gtk.cc 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();
    [all...]
autocomplete_edit_view_gtk.h 317 int GetTextLength() const;

Completed in 37 milliseconds