Lines Matching refs:bExit
39 FX_BOOL CFFL_Notify::OnMouseUp(FX_BOOL & bExit) in OnMouseUp() argument
47 FX_BOOL CFFL_Notify::OnMouseDown(FX_BOOL & bExit) in OnMouseDown() argument
55 FX_BOOL CFFL_Notify::OnMouseEnter(FX_BOOL & bExit) in OnMouseEnter() argument
63 FX_BOOL CFFL_Notify::OnMouseExit(FX_BOOL & bExit) in OnMouseExit() argument
71 FX_BOOL CFFL_Notify::OnSetFocus(FX_BOOL & bExit) in OnSetFocus() argument
79 FX_BOOL CFFL_Notify::OnKillFocus(FX_BOOL & bExit) in OnKillFocus() argument
112 FX_BOOL CFFL_Notify::DoAAction(CPDF_AAction::AActionType eAAT, FX_BOOL & bExit) in DoAAction() argument
120 ExecuteActionTree(eAAT,action,bExit); in DoAAction()
125 …CFFL_Notify::ExecuteActionTree(CPDF_AAction::AActionType eAAT,CPDF_Action & action, FX_BOOL& bExit) in ExecuteActionTree() argument
127 if (!ExecuteAction(eAAT,action,bExit)) return FALSE; in ExecuteActionTree()
128 if (bExit) return TRUE; in ExecuteActionTree()
133 if (!ExecuteActionTree(eAAT,subaction,bExit)) return FALSE; in ExecuteActionTree()
134 if (bExit) break; in ExecuteActionTree()
166 …BOOL CFFL_Notify::ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit) in ExecuteAction() argument