Searched defs:notify_text_changed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc421 bool notify_text_changed) {
428 if (notify_text_changed)
496 bool notify_text_changed) {
501 notify_text_changed);
418 SetWindowTextAndCaretPos(const string16& text, size_t caret_pos, bool update_popup, bool notify_text_changed) argument
493 OnTemporaryTextMaybeChanged( const string16& display_text, bool save_original_selection, bool notify_text_changed) argument
H A Domnibox_view_win.cc701 bool notify_text_changed) {
708 if (notify_text_changed)
865 bool notify_text_changed) {
878 notify_text_changed);
698 SetWindowTextAndCaretPos(const string16& text, size_t caret_pos, bool update_popup, bool notify_text_changed) argument
863 OnTemporaryTextMaybeChanged(const string16& display_text, bool save_original_selection, bool notify_text_changed) argument
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk.cc509 bool notify_text_changed) {
516 if (notify_text_changed)
579 bool notify_text_changed) {
586 if (notify_text_changed)
506 SetWindowTextAndCaretPos(const string16& text, size_t caret_pos, bool update_popup, bool notify_text_changed) argument
576 OnTemporaryTextMaybeChanged( const string16& display_text, bool save_original_selection, bool notify_text_changed) argument

Completed in 102 milliseconds