Searched defs:OnSetFocus (Results 1 - 22 of 22) 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.cc196 void TestBrowserPluginGuest::OnSetFocus(int instance_id, bool focused) { function in class:content::TestBrowserPluginGuest
206 BrowserPluginGuest::OnSetFocus(instance_id, focused);
H A Dbrowser_plugin_guest.cc535 IPC_MESSAGE_HANDLER(BrowserPluginHostMsg_SetFocus, OnSetFocus)
1514 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.cc1392 LRESULT ChromeActiveDocument::OnSetFocus(UINT message, WPARAM wparam, function in class:ChromeActiveDocument
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.cc114 IPC_MESSAGE_HANDLER(PluginMsg_SetFocus, OnSetFocus)
267 void WebPluginDelegateStub::OnSetFocus(bool focused) { function in class:content::WebPluginDelegateStub
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc70 IPC_MESSAGE_HANDLER(AccessibilityMsg_SetFocus, OnSetFocus)
603 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.cc965 void BrowserActionsToolbarGtk::OnSetFocus(GtkWidget* widget, function in class:BrowserActionsToolbarGtk
H A Dlocation_bar_view_gtk.cc646 void LocationBarViewGtk::OnSetFocus() { function in class:LocationBarViewGtk
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.cc896 void OmniboxEditModel::OnSetFocus(bool control_down) { function in class:OmniboxEditModel
901 // focus, OnSetFocus() is called and should restore visibility. Note that
911 // 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.cc1092 void LocationBarView::OnSetFocus() { function in class:LocationBarView
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc323 void RenderFrameImpl::OnSetFocus(bool enable) { function in class:content::RenderFrameImpl
H A Drender_widget.cc583 IPC_MESSAGE_HANDLER(InputMsg_SetFocus, OnSetFocus)
1222 void RenderWidget::OnSetFocus(bool enable) { function in class:content::RenderWidget
H A Drender_view_impl.cc5689 void RenderViewImpl::OnSetFocus(bool enable) { function in class:content::RenderViewImpl
5690 RenderWidget::OnSetFocus(enable);
5707 main_render_frame_->OnSetFocus(enable);
6390 OnSetFocus(true);
6394 OnSetFocus(false);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc1481 void RenderWidgetHostViewWin::OnSetFocus(HWND window) { function in class:content::RenderWidgetHostViewWin
1482 TRACE_EVENT0("browser", "RenderWidgetHostViewWin::OnSetFocus");
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc2131 void HWNDMessageHandler::OnSetFocus(HWND last_focused_window) { function in class:views::HWNDMessageHandler

Completed in 462 milliseconds