Searched defs:OnSetFocus (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dbrowser_bubble_win.cc91 virtual void OnSetFocus(HWND focused_window) { function in class:BubbleWidget
92 WidgetWin::OnSetFocus(focused_window);
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.cc579 void AutocompleteEditModel::OnSetFocus(bool control_down) { function in class:AutocompleteEditModel
H A Dautocomplete_edit_view_win.cc1490 // OnSetFocus() yet. When we get there, don't restore the saved selection,
1581 // than in OnXButtonDown() since in many scenarios OnSetFocus() will be
1583 // there. Also in those cases, we need to already know in OnSetFocus() that
1775 void AutocompleteEditViewWin::OnSetFocus(HWND focus_wnd) { function in class:AutocompleteEditViewWin
1785 model_->OnSetFocus(GetKeyState(VK_CONTROL) < 0);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc812 void BrowserActionsToolbarGtk::OnSetFocus(GtkWidget* widget, function in class:BrowserActionsToolbarGtk
H A Dlocation_bar_view_gtk.cc546 void LocationBarViewGtk::OnSetFocus() { function in class:LocationBarViewGtk
/external/webkit/Source/WebKit/wx/
H A DWebView.cpp321 EVT_SET_FOCUS(wxWebView::OnSetFocus)
1023 void wxWebView::OnSetFocus(wxFocusEvent& event) function in class:wxWebView
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc987 void RenderWidgetHostViewWin::OnSetFocus(HWND window) { function in class:RenderWidgetHostViewWin
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc832 void LocationBarView::OnSetFocus() { function in class:LocationBarView

Completed in 1391 milliseconds