Searched refs:OnAfterPossibleChange (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view.h152 // OnAfterPossibleChange() returns true if there was a change that caused it
154 virtual bool OnAfterPossibleChange() = 0;
H A Dautocomplete_edit_view_views.cc214 OnAfterPossibleChange();
474 bool AutocompleteEditViewViews::OnAfterPossibleChange() { function in class:AutocompleteEditViewViews
495 const bool something_changed = model_->OnAfterPossibleChange(
602 OnAfterPossibleChange();
H A Dautocomplete_edit_view_win.cc794 OnAfterPossibleChange();
804 OnAfterPossibleChange();
857 bool AutocompleteEditViewWin::OnAfterPossibleChange() { function in class:AutocompleteEditViewWin
897 const bool something_changed = model_->OnAfterPossibleChange(
1146 OnAfterPossibleChange();
1360 // underlying edit control. If we handle it below, OnAfterPossibleChange()
1373 // code in OnAfterPossibleChange(), even if identical contents are confirmed,
1481 OnAfterPossibleChange();
1526 OnAfterPossibleChange();
1672 OnAfterPossibleChange();
[all...]
H A Dautocomplete_edit_unittest.cc56 virtual bool OnAfterPossibleChange() { return false; } function in class:__anon1692::TestingAutocompleteEditView
H A Dautocomplete_edit_view_mac.h83 virtual bool OnAfterPossibleChange();
H A Dautocomplete_edit_view_views.h114 virtual bool OnAfterPossibleChange() OVERRIDE;
H A Dautocomplete_edit_view_gtk.cc682 bool AutocompleteEditViewGtk::OnAfterPossibleChange() { function in class:AutocompleteEditViewGtk
735 const bool something_changed = model_->OnAfterPossibleChange(
1086 OnAfterPossibleChange();
1137 // OnAfterPossibleChange() will be called by GtkTextView before and after
1140 // by IME, it's easy to restore the content in OnAfterPossibleChange(), as if
1182 OnAfterPossibleChange();
1212 // Set |enter_was_pressed_| to false, to make sure OnAfterPossibleChange() can
1318 OnAfterPossibleChange();
1401 OnAfterPossibleChange();
1427 OnAfterPossibleChange();
[all...]
H A Dautocomplete_edit.cc169 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( function in class:AutocompleteEditModel
H A Dautocomplete_edit.h327 bool OnAfterPossibleChange(const string16& new_text,
349 // paste, but OnAfterPossibleChange() has to update the
351 // directly to PASTED, OnAfterPossibleChange() wouldn't know
H A Dautocomplete_edit_view_browsertest.cc737 edit_view->OnAfterPossibleChange();
753 edit_view->OnAfterPossibleChange();
798 edit_view->OnAfterPossibleChange();
816 edit_view->OnAfterPossibleChange();
H A Dautocomplete_edit_view_gtk.h139 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.
H A Dautocomplete_edit_view_win.h134 virtual bool OnAfterPossibleChange();
416 // Real implementation of OnAfterPossibleChange() method.

Completed in 105 milliseconds