Searched refs:OnSetFocus (Results 1 - 25 of 62) sorted by relevance

123

/external/chromium/chrome/browser/ui/cocoa/location_bar/
H A Dautocomplete_text_field_unittest_helper.h55 MOCK_METHOD1(OnSetFocus, void(bool control_down));
H A Dautocomplete_text_field.h96 virtual void OnSetFocus(bool control_down) = 0;
H A Dlocation_bar_view_mac.h138 virtual void OnSetFocus();
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_controller.h45 virtual void OnSetFocus() = 0;
/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/chrome/browser/ui/cocoa/location_bar/
H A Dautocomplete_text_field_unittest_helper.h54 MOCK_METHOD1(OnSetFocus, void(bool control_down));
H A Dautocomplete_text_field.h97 virtual void OnSetFocus(bool control_down) = 0;
H A Dlocation_bar_view_mac.h140 virtual void OnSetFocus() OVERRIDE;
/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 Dtest_browser_plugin_guest.h35 virtual void OnSetFocus(int instance_id, bool focused) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk_unittest.cc28 MOCK_METHOD0(OnSetFocus, void());
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.h95 void OnSetFocus(int acc_obj_id);
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.h71 void OnSetFocus(bool focused);
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/chrome/browser/autocomplete/
H A Dautocomplete_edit.h70 virtual void OnSetFocus() = 0;
280 void OnSetFocus(bool control_down);
H A Dautocomplete_edit_unittest.cc85 virtual void OnSetFocus() OVERRIDE {}
H A Dautocomplete_edit_view_mac.h107 virtual void OnSetFocus(bool control_down);
H A Dautocomplete_edit_view_win.h203 MSG_WM_SETFOCUS(OnSetFocus)
301 void OnSetFocus(HWND focus_wnd);
/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.h240 MESSAGE_HANDLER(WM_SETFOCUS, OnSetFocus)
434 LRESULT OnSetFocus(UINT message, WPARAM wparam, LPARAM lparam,
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.h149 CHROMEGTK_CALLBACK_1(BrowserActionsToolbarGtk, void, OnSetFocus, GtkWidget*);
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_view_mac.h89 virtual void OnSetFocus(bool control_down) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.h162 CHROMEGTK_CALLBACK_1(BrowserActionsToolbarGtk, void, OnSetFocus, GtkWidget*);
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.h88 MSG_WM_SETFOCUS(OnSetFocus)
188 void OnSetFocus(HWND window);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h370 MSG_WM_SETFOCUS(OnSetFocus)
424 void OnSetFocus(HWND last_focused_window);

Completed in 337 milliseconds

123