Searched defs:OnSetFocus (Results 1 - 17 of 17) sorted by path

/external/chromium_org/chrome/browser/ui/omnibox/
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
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1580 void LocationBarView::OnSetFocus() { function in class:LocationBarView
/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
/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.cc72 IPC_MESSAGE_HANDLER(AccessibilityMsg_SetFocus, OnSetFocus)
390 void RendererAccessibilityComplete::OnSetFocus(int acc_obj_id) { function in class:content::RendererAccessibilityComplete
/external/chromium_org/content/renderer/
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_widget.cc605 IPC_MESSAGE_HANDLER(InputMsg_SetFocus, OnSetFocus)
1159 void RenderWidget::OnSetFocus(bool enable) { function in class:content::RenderWidget
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc2006 void HWNDMessageHandler::OnSetFocus(HWND last_focused_window) { function in class:views::HWNDMessageHandler
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ComboBox.cpp351 void CFFL_ComboBox::OnSetFocus(CPWL_Wnd* pWnd) function in class:CFFL_ComboBox
H A DFFL_FormFiller.cpp291 FX_BOOL CFFL_FormFiller::OnSetFocus(CPDFSDK_Annot* pAnnot, FX_UINT nFlag) function in class:CFFL_FormFiller
H A DFFL_IFormFiller.cpp515 FX_BOOL CFFL_IFormFiller::OnSetFocus(CPDFSDK_Annot* pAnnot,FX_UINT nFlag) function in class:CFFL_IFormFiller
560 if (pFormFiller->OnSetFocus(pAnnot, nFlag))
H A DFFL_Notify.cpp72 FX_BOOL CFFL_Notify::OnSetFocus(FX_BOOL & bExit) function in class:CFFL_Notify
H A DFFL_TextField.cpp351 void CFFL_TextField::OnSetFocus(CPWL_Wnd* pWnd) function in class:CFFL_TextField
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp290 if (pAnnotHandler->OnSetFocus(pAnnot, nFlag))
695 FX_BOOL CPDFSDK_BFAnnotHandler::OnSetFocus(CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) function in class:CPDFSDK_BFAnnotHandler
706 return m_pFormFiller->OnSetFocus(pAnnot,nFlag);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp704 void CPWL_Edit::OnSetFocus() function in class:CPWL_Edit
711 pFocusHandler->OnSetFocus(this);
H A DPWL_Note.cpp154 void CPWL_Note_Edit::OnSetFocus() function in class:CPWL_Note_Edit
157 CPWL_Edit::OnSetFocus();
H A DPWL_Wnd.cpp170 pWnd->OnSetFocus();
886 void CPWL_Wnd::OnSetFocus() function in class:CPWL_Wnd

Completed in 458 milliseconds