HomeSort by relevance Sort by last modified time
    Searched defs:GetTextLength (Results 1 - 2 of 2) 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_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...]

Completed in 49 milliseconds