Home
last modified time | relevance | path

Searched refs:OnFocus (Results 1 – 19 of 19) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
Dnative_tab_contents_container_win.cc68 OnFocus(); in RenderViewHostChanged()
105 void NativeTabContentsContainerWin::OnFocus() { in OnFocus() function in NativeTabContentsContainerWin
Dnative_tab_contents_container_gtk.cc52 OnFocus(); in RenderViewHostChanged()
100 void NativeTabContentsContainerGtk::OnFocus() { in OnFocus() function in NativeTabContentsContainerGtk
Dnative_tab_contents_container_win.h30 virtual void OnFocus() OVERRIDE;
Dnative_tab_contents_container_gtk.h33 virtual void OnFocus() OVERRIDE;
Dtab_contents_view_gtk.cc47 gboolean OnFocus(GtkWidget* widget, GtkDirectionType focus, in OnFocus() function
183 G_CALLBACK(OnFocus), tab_contents()); in CreateViewForWidget()
/external/chromium/chrome/browser/ui/views/
Ddom_view.h42 virtual void OnFocus() OVERRIDE;
Ddom_view.cc53 void DOMView::OnFocus() { in OnFocus() function in DOMView
/external/chromium/chrome/browser/ui/gtk/
Dtab_contents_container_gtk.h80 CHROMEGTK_CALLBACK_1(TabContentsContainerGtk, gboolean, OnFocus,
Dfind_bar_gtk.h142 static gboolean OnFocus(GtkWidget* text_entry, GtkDirectionType focus,
Dtab_contents_container_gtk.cc195 gboolean TabContentsContainerGtk::OnFocus(GtkWidget* widget, in OnFocus() function in TabContentsContainerGtk
Dfind_bar_gtk.cc201 G_CALLBACK(OnFocus), this); in FindBarGtk()
936 gboolean FindBarGtk::OnFocus(GtkWidget* text_entry, GtkDirectionType focus, in OnFocus() function in FindBarGtk
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.h97 CHROMEGTK_CALLBACK_1(TabContentsViewGtk, gboolean, OnFocus, GtkDirectionType);
Dtab_contents_view_gtk.cc377 gboolean TabContentsViewGtk::OnFocus(GtkWidget* widget, in OnFocus() function in TabContentsViewGtk
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_views.cc47 virtual void OnFocus() OVERRIDE { in OnFocus() function in __anon079c22dd0111::AutocompleteTextfield
48 views::Textfield::OnFocus(); in OnFocus()
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.h135 virtual void OnFocus() OVERRIDE;
Drender_widget_host_view_views.cc879 void RenderWidgetHostViewViews::OnFocus() { in OnFocus() function in RenderWidgetHostViewViews
884 View::OnFocus(); in OnFocus()
/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.h276 virtual void OnFocus() OVERRIDE;
Dlocation_bar_view.cc319 void LocationBarView::OnFocus() { in OnFocus() function in LocationBarView
/external/chromium/chrome/browser/chromeos/login/
Dnetwork_selection_view.cc136 virtual void OnFocus() OVERRIDE { in OnFocus() function in chromeos::NotifyingMenuButton