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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view.h 152 // OnAfterPossibleChange() returns true if there was a change that caused it
154 virtual bool OnAfterPossibleChange() = 0;
autocomplete_edit_view_mac.h 83 virtual bool OnAfterPossibleChange();
autocomplete_edit_view_views.cc 214 OnAfterPossibleChange();
474 bool AutocompleteEditViewViews::OnAfterPossibleChange() {
495 const bool something_changed = model_->OnAfterPossibleChange(
602 OnAfterPossibleChange();
autocomplete_edit_view_win.cc 794 OnAfterPossibleChange();
804 OnAfterPossibleChange();
857 bool AutocompleteEditViewWin::OnAfterPossibleChange() {
897 const bool something_changed = model_->OnAfterPossibleChange(
    [all...]
autocomplete_edit_unittest.cc 56 virtual bool OnAfterPossibleChange() { return false; }
autocomplete_edit_view_views.h 114 virtual bool OnAfterPossibleChange() OVERRIDE;
autocomplete_edit_view_gtk.cc 682 bool AutocompleteEditViewGtk::OnAfterPossibleChange() {
735 const bool something_changed = model_->OnAfterPossibleChange(
    [all...]
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.h 327 bool OnAfterPossibleChange(const string16& new_text,
349 // paste, but OnAfterPossibleChange() has to update the
351 // directly to PASTED, OnAfterPossibleChange() wouldn't know
autocomplete_edit_view_browsertest.cc 737 edit_view->OnAfterPossibleChange();
753 edit_view->OnAfterPossibleChange();
798 edit_view->OnAfterPossibleChange();
816 edit_view->OnAfterPossibleChange();
    [all...]
autocomplete_edit_view_gtk.h 139 virtual bool OnAfterPossibleChange();
254 // signals and call OnBeforePossibleChange()/OnAfterPossibleChange() by
477 // change caused by the event can be ignored in OnAfterPossibleChange().
520 // we need to call OnAfterPossibleChange() after handling the event.
autocomplete_edit_view_win.h 134 virtual bool OnAfterPossibleChange();
416 // Real implementation of OnAfterPossibleChange() method.

Completed in 63 milliseconds