HomeSort by relevance Sort by last modified time
    Searched defs:OnAfterPossibleChange (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_unittest.cc 56 virtual bool OnAfterPossibleChange() { return false; }
autocomplete_edit_view_views.cc 214 OnAfterPossibleChange();
474 bool AutocompleteEditViewViews::OnAfterPossibleChange() {
495 const bool something_changed = model_->OnAfterPossibleChange(
602 OnAfterPossibleChange();
autocomplete_edit.cc 169 view_->OnAfterPossibleChange();
554 view_->OnAfterPossibleChange();
555 just_deleted_text_ = false; // OnAfterPossibleChange() erroneously sets this
569 view_->OnAfterPossibleChange();
570 just_deleted_text_ = true; // OnAfterPossibleChange() fails to clear this
738 bool AutocompleteEditModel::OnAfterPossibleChange(
    [all...]
autocomplete_edit_view_gtk.cc 682 bool AutocompleteEditViewGtk::OnAfterPossibleChange() {
735 const bool something_changed = model_->OnAfterPossibleChange(
    [all...]
autocomplete_edit_view_win.cc 794 OnAfterPossibleChange();
804 OnAfterPossibleChange();
857 bool AutocompleteEditViewWin::OnAfterPossibleChange() {
897 const bool something_changed = model_->OnAfterPossibleChange(
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 82 // OnAfterPossibleChange()).
291 view_->OnAfterPossibleChange();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 254 OnAfterPossibleChange();
536 bool OmniboxViewViews::OnAfterPossibleChange() {
555 const bool something_changed = model()->OnAfterPossibleChange(
672 OnAfterPossibleChange();
819 OnAfterPossibleChange();
824 OnAfterPossibleChange();
909 // OnAfterPossibleChange(), even if identical contents are pasted.
omnibox_view_win.cc 851 OnAfterPossibleChange();
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_win.cc 493 OnAfterPossibleChange(true);
504 OnAfterPossibleChange(false);
651 // OnAfterPossibleChange(), we therefore call that here. Note that multiple
709 // ongoing composition string and notify the OnAfterPossibleChange()
731 // If we allow OnAfterPossibleChange() to redraw the text, it will do this by
735 OnAfterPossibleChange(false);
791 OnAfterPossibleChange(true);
816 OnAfterPossibleChange(true);
850 OnAfterPossibleChange(true);
870 OnAfterPossibleChange(true)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc 635 bool OmniboxViewGtk::OnAfterPossibleChange() {
685 const bool something_changed = model()->OnAfterPossibleChange(
    [all...]

Completed in 1259 milliseconds