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

123

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_controller.h58 virtual void OnSetFocus() = 0;
H A Domnibox_edit_unittest.cc100 virtual void OnSetFocus() OVERRIDE {}
/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/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.h53 MOCK_METHOD1(OnSetFocus, void(bool control_down));
H A Dautocomplete_text_field.h99 virtual void OnSetFocus(bool control_down) = 0;
/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 Dtest_browser_plugin_guest.h40 virtual void OnSetFocus(int instance_id, bool focused) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_view_gtk_unittest.cc31 MOCK_METHOD0(OnSetFocus, void());
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.h101 void OnSetFocus(int acc_obj_id);
/external/chromium_org/content/plugin/
H A Dwebplugin_delegate_stub.h69 void OnSetFocus(bool focused);
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/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
/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.h87 virtual void OnSetFocus(bool control_down) OVERRIDE;
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.h158 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/controls/textfield/
H A Dnative_textfield_win.h150 MSG_WM_SETFOCUS(OnSetFocus)
214 void OnSetFocus(HWND hwnd);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h305 MSG_WM_SETFOCUS(OnSetFocus)
356 void OnSetFocus(HWND last_focused_window);

Completed in 1879 milliseconds

123