Searched refs:OnSetFocus (Results 1 - 25 of 43) sorted by path

12

/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dautocomplete_text_field.h98 virtual void OnSetFocus(bool control_down) = 0;
H A Dautocomplete_text_field_unittest_helper.h54 MOCK_METHOD1(OnSetFocus, void(bool control_down));
H A Dlocation_bar_view_mac.h159 virtual void OnSetFocus() OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
H A Domnibox_view_mac.h95 virtual void OnSetFocus(bool control_down) OVERRIDE;
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_controller.h45 virtual void OnSetFocus() = 0;
H A Domnibox_edit_model.cc927 void OmniboxEditModel::OnSetFocus(bool control_down) { function in class:OmniboxEditModel
932 // focus, OnSetFocus() is called and should restore visibility. Note that
942 // the OnSetFocus() call after the process of handling the paste has kicked
H A Domnibox_edit_model.h258 void OnSetFocus(bool control_down);
264 // The latter case must be handled in three separate places--OnSetFocus(),
H A Domnibox_edit_unittest.cc113 virtual void OnSetFocus() OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1580 void LocationBarView::OnSetFocus() { function in class:LocationBarView
H A Dlocation_bar_view.h393 virtual void OnSetFocus() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc308 // OmniboxEditModel::OnSetFocus(), which handles restoring visibility when the
658 // won't trigger either SetFocus() or OmniboxEditModel::OnSetFocus().
827 model()->OnSetFocus(false);
828 // Don't call controller()->OnSetFocus, this view has already acquired focus.
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc395 omnibox->model()->OnSetFocus(false);
/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc181 IPC_MESSAGE_HANDLER(BrowserPluginHostMsg_SetFocus, OnSetFocus)
690 void BrowserPluginGuest::OnSetFocus(int browser_plugin_instance_id, function in class:content::BrowserPluginGuest
H A Dbrowser_plugin_guest.h259 void OnSetFocus(int instance_id, bool focused);
/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
H A Dwebplugin_delegate_stub.h71 void OnSetFocus(bool focused);
/external/chromium_org/content/renderer/accessibility/
H A Drenderer_accessibility_complete.cc72 IPC_MESSAGE_HANDLER(AccessibilityMsg_SetFocus, OnSetFocus)
390 void RendererAccessibilityComplete::OnSetFocus(int acc_obj_id) { function in class:content::RendererAccessibilityComplete
H A Drenderer_accessibility_complete.h70 void OnSetFocus(int acc_obj_id);
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc1030 // ExecuteJavaScript(), RenderWidget::OnSetFocus(), etc.
1116 view()->OnSetFocus(ime_message->enable);
1937 view()->OnSetFocus(true);
H A Drender_view_impl.cc3570 void RenderViewImpl::OnSetFocus(bool enable) { function in class:content::RenderViewImpl
3571 RenderWidget::OnSetFocus(enable);
4129 OnSetFocus(true);
4133 OnSetFocus(false);
H A Drender_view_impl.h327 // Invokes OnSetFocus and marks the widget as active depending on the value
515 virtual void OnSetFocus(bool enable) OVERRIDE;
H A Drender_widget.cc605 IPC_MESSAGE_HANDLER(InputMsg_SetFocus, OnSetFocus)
1159 void RenderWidget::OnSetFocus(bool enable) { function in class:content::RenderWidget
H A Drender_widget.h378 virtual void OnSetFocus(bool enable);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc2006 void HWNDMessageHandler::OnSetFocus(HWND last_focused_window) { function in class:views::HWNDMessageHandler
H A Dhwnd_message_handler.h396 CR_MSG_WM_SETFOCUS(OnSetFocus)
452 void OnSetFocus(HWND last_focused_window);

Completed in 475 milliseconds

12