Searched refs:pFocusControl (Results 1 – 2 of 2) sorted by relevance
922 Window* pFocusControl; in GrabFocusToFirstControl() local927 pFocusControl = NULL; in GrabFocusToFirstControl()934 if ( pFocusControl ) in GrabFocusToFirstControl()935 pFocusControl = ImplFindDlgCtrlWindow( pFocusControl ); in GrabFocusToFirstControl()940 if ( !pFocusControl || in GrabFocusToFirstControl()941 !(pFocusControl->GetStyle() & WB_TABSTOP) || in GrabFocusToFirstControl()942 !pFocusControl->IsVisible() || in GrabFocusToFirstControl()943 !pFocusControl->IsEnabled() || !pFocusControl->IsInputEnabled() ) in GrabFocusToFirstControl()946 pFocusControl = ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in GrabFocusToFirstControl()948 if ( pFocusControl ) in GrabFocusToFirstControl()[all …]
5885 Window *pFocusControl = ImplGetParent()->ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in KeyInput() local5886 if ( pFocusControl && pFocusControl != this ) in KeyInput()5887 pFocusControl->ImplControlFocus( GETFOCUS_INIT ); in KeyInput()
Completed in 45 milliseconds