Searched defs:OnSetFocus (Results 1 - 23 of 23) 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_org/content/browser/browser_plugin/
H A Dtest_browser_plugin_guest.cc207 void TestBrowserPluginGuest::OnSetFocus(int instance_id, bool focused) { function in class:content::TestBrowserPluginGuest
217 BrowserPluginGuest::OnSetFocus(instance_id, focused);
H A Dbrowser_plugin_guest.cc454 IPC_MESSAGE_HANDLER(BrowserPluginHostMsg_SetFocus, OnSetFocus)
1336 void BrowserPluginGuest::OnSetFocus(int instance_id, bool focused) { function in class:content::BrowserPluginGuest
/external/chromium_org/chrome_frame/
H A Dchrome_frame_plugin.h43 MESSAGE_HANDLER(WM_SETFOCUS, OnSetFocus)
155 LRESULT OnSetFocus(UINT message, WPARAM wparam, LPARAM lparam, function in class:ChromeFramePlugin
H A Dchrome_active_document.cc1393 LRESULT ChromeActiveDocument::OnSetFocus(UINT message, WPARAM wparam, function in class:ChromeActiveDocument
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc112 IPC_MESSAGE_HANDLER(PluginMsg_SetFocus, OnSetFocus)
265 void WebPluginDelegateStub::OnSetFocus(bool focused) { function in class:content::WebPluginDelegateStub
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc131 IPC_MESSAGE_HANDLER(AccessibilityMsg_SetFocus, OnSetFocus)
682 void RendererAccessibilityComplete::OnSetFocus(int acc_obj_id) { function in class:content::RendererAccessibilityComplete
/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/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc941 void BrowserActionsToolbarGtk::OnSetFocus(GtkWidget* widget, function in class:BrowserActionsToolbarGtk
H A Dlocation_bar_view_gtk.cc803 void LocationBarViewGtk::OnSetFocus() { function in class:LocationBarViewGtk
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc809 void OmniboxEditModel::OnSetFocus(bool control_down) { function in class:OmniboxEditModel
814 // focus, OnSetFocus() is called and should restore visibility. Note that
824 // the OnSetFocus() call after the process of handling the paste has kicked
/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
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1089 void LocationBarView::OnSetFocus() { function in class:LocationBarView
/external/chromium_org/ui/views/controls/textfield/
H A Dnative_textfield_win.cc1070 void NativeTextfieldWin::OnSetFocus(HWND hwnd) { function in class:views::NativeTextfieldWin
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_win.cc789 // OmniboxEditModel::OnSetFocus(), which handles restoring visibility when the
1708 // OnSetFocus() yet. When we get there, don't restore the saved selection,
1795 // than in OnXButtonDown() since in many scenarios OnSetFocus() will be
1797 // there. Also in those cases, we need to already know in OnSetFocus() that
1814 // won't trigger either SetFocus() or OmniboxEditModel::OnSetFocus().
2015 void OmniboxViewWin::OnSetFocus(HWND focus_wnd) { function in class:OmniboxViewWin
2025 model()->OnSetFocus(GetKeyState(VK_CONTROL) < 0);
/external/chromium_org/content/renderer/
H A Drender_widget.cc372 IPC_MESSAGE_HANDLER(InputMsg_SetFocus, OnSetFocus)
931 void RenderWidget::OnSetFocus(bool enable) { function in class:content::RenderWidget
H A Drender_view_impl.cc5864 void RenderViewImpl::OnSetFocus(bool enable) { function in class:content::RenderViewImpl
5865 RenderWidget::OnSetFocus(enable);
6509 OnSetFocus(true);
6513 OnSetFocus(false);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1943 void HWNDMessageHandler::OnSetFocus(HWND last_focused_window) { function in class:views::HWNDMessageHandler
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc1464 void RenderWidgetHostViewWin::OnSetFocus(HWND window) { function in class:content::RenderWidgetHostViewWin
1465 TRACE_EVENT0("browser", "RenderWidgetHostViewWin::OnSetFocus");

Completed in 1674 milliseconds