Searched refs:bExit (Results 1 - 14 of 14) sorted by last modified time

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_IFormFiller.h73 FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag);
74 virtual void OnAfterKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_BOOL & bExit, FX_DWORD nFlag) ;
78 const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit);
104 void OnKeyStrokeCommit(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bRC, FX_BOOL& bExit, FX_DWORD nFlag);
105 void OnValidate(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bRC, FX_BOOL& bExit, FX_DWORD nFlag);
107 void OnCalculate(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bExit, FX_DWORD nFlag);
108 void OnFormat(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bExit, FX_DWORD nFlag);
109 void OnButtonUp(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bReset, FX_BOOL& bExit,FX_UINT nFlag);
H A DFFL_Notify.h19 FX_BOOL OnSetFocus(FX_BOOL & bExit);
20 FX_BOOL OnMouseEnter(FX_BOOL & bExit);
21 FX_BOOL OnMouseDown(FX_BOOL & bExit);
22 FX_BOOL OnMouseUp(FX_BOOL & bExit);
23 FX_BOOL OnMouseExit(FX_BOOL & bExit);
24 FX_BOOL OnKillFocus(FX_BOOL & bExit);
42 FX_BOOL DoAAction(CPDF_AAction::AActionType eAAT, FX_BOOL & bExit);
45 FX_BOOL ExecuteActionTree(CPDF_AAction::AActionType eAAT, CPDF_Action & action, FX_BOOL& bExit);
46 FX_BOOL ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ComboBox.h26 virtual FX_BOOL OnKeyDown(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag);
27 virtual FX_BOOL OnChar(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag);
H A DPWL_Edit.h22 FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag) = 0;
23 virtual void OnAfterKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_BOOL & bExit, FX_DWORD nFlag) = 0;
H A DPWL_ListBox.h65 void OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL & bExit , FX_DWORD nFlag);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CheckBox.cpp59 FX_BOOL bExit = FALSE; local
61 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
64 if (bExit) return TRUE;
H A DFFL_FormFiller.cpp674 FX_BOOL bExit = FALSE; local
676 pIFormFiller->OnKeyStrokeCommit(m_pWidget, pPageView, bRC, bExit, nFlag);
677 if (bExit) return TRUE;
684 pIFormFiller->OnValidate(m_pWidget, pPageView, bRC, bExit, nFlag);
685 if (bExit) return TRUE;
694 pIFormFiller->OnCalculate(m_pWidget, pPageView, bExit,nFlag);
695 if (bExit) return TRUE;
697 pIFormFiller->OnFormat(m_pWidget, pPageView, bExit,nFlag);
H A DFFL_IFormFiller.cpp334 FX_BOOL bExit = FALSE; local
336 OnButtonUp(pWidget, pPageView, bReset, bExit,nFlags);
337 if (bExit) return TRUE;
342 void CFFL_IFormFiller::OnButtonUp(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bReset, FX_BOOL& bExit,FX_UINT nFlag) argument
369 bExit = TRUE;
839 FX_BOOL & bRC, FX_BOOL & bExit)
851 void CFFL_IFormFiller::OnKeyStrokeCommit(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bRC, FX_BOOL& bExit, FX_DWORD nFlag) argument
885 // bExit = !IsValidAnnot(m_pApp, pDocument, pDocView, pPageView, pWidget);
892 void CFFL_IFormFiller::OnValidate(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bRC, FX_BOOL& bExit, FX_DWORD nFlag) argument
924 // bExit
837 OnKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString& strChange, const CFX_WideString& strChangeEx, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit) argument
931 OnCalculate(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bExit, FX_DWORD nFlag) argument
953 OnFormat(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bExit, FX_DWORD nFlag) argument
1100 OnBeforeKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_INT32 nKeyCode, CFX_WideString & strChange, const CFX_WideString& strChangeEx, int nSelStart, int nSelEnd, FX_BOOL bKeyDown, FX_BOOL & bRC, FX_BOOL & bExit, FX_DWORD nFlag) argument
1186 OnAfterKeyStroke(FX_BOOL bEditOrList, void* pPrivateData, FX_BOOL & bExit,FX_DWORD nFlag) argument
[all...]
H A DFFL_Notify.cpp40 FX_BOOL CFFL_Notify::OnMouseUp(FX_BOOL & bExit) argument
43 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::ButtonUp, bExit);
48 FX_BOOL CFFL_Notify::OnMouseDown(FX_BOOL & bExit) argument
51 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::ButtonDown, bExit);
56 FX_BOOL CFFL_Notify::OnMouseEnter(FX_BOOL & bExit) argument
59 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::CursorEnter, bExit);
64 FX_BOOL CFFL_Notify::OnMouseExit(FX_BOOL & bExit) argument
67 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::CursorExit, bExit);
72 FX_BOOL CFFL_Notify::OnSetFocus(FX_BOOL & bExit) argument
75 FX_BOOL bRet = FALSE;//DoAAction(CPDF_AAction::AActionType::GetFocus, bExit);
80 OnKillFocus(FX_BOOL & bExit) argument
113 DoAAction(CPDF_AAction::AActionType eAAT, FX_BOOL & bExit) argument
126 ExecuteActionTree(CPDF_AAction::AActionType eAAT,CPDF_Action & action, FX_BOOL& bExit) argument
167 ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit) argument
[all...]
H A DFFL_RadioButton.cpp60 FX_BOOL bExit = FALSE; local
62 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
65 if (bExit) return TRUE;
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp625 FX_BOOL bExit = FALSE; local
633 if (bExit) break;
838 bExit = TRUE;
847 bExit = TRUE;
855 bExit = TRUE;
860 bExit = TRUE;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp41 FX_BOOL bExit = FALSE; local
42 OnNotifySelChanged(FALSE,bExit, nFlag);
43 if (bExit) return FALSE;
50 FX_BOOL CPWL_CBListBox::OnKeyDown(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag) argument
91 OnNotifySelChanged(TRUE,bExit, nFlag);
96 FX_BOOL CPWL_CBListBox::OnChar(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag) argument
107 OnNotifySelChanged(TRUE,bExit,nFlag);
554 FX_BOOL bExit = FALSE; local
555 if (m_pList->OnKeyDown(nChar,bExit,nFlag))
557 if (bExit) retur
565 FX_BOOL bExit = FALSE; local
587 FX_BOOL bExit = FALSE; local
[all...]
H A DPWL_Edit.cpp181 FX_BOOL bExit = FALSE; local
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
188 if (bExit) return;
199 FX_BOOL bExit = FALSE; local
200 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,0);
201 if (bExit) return;
928 FX_BOOL bExit = FALSE; local
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
940 if (bExit) return FALSE;
950 FX_BOOL bExit local
1007 FX_BOOL bExit = FALSE; local
[all...]
H A DPWL_ListBox.cpp282 FX_BOOL bExit = FALSE; local
283 OnNotifySelChanged(TRUE,bExit,nFlag);
296 FX_BOOL bExit = FALSE;
297 OnNotifySelChanged(TRUE,bExit, nFlag);
329 FX_BOOL bExit = FALSE; local
330 OnNotifySelChanged(FALSE,bExit,nFlag);
437 void CPWL_ListBox::OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL & bExit, FX_DWORD nFlag) argument
446 m_pFillerNotify->OnBeforeKeyStroke(FALSE, GetAttachedData(), 0, swChange, strChangeEx, nSelStart, nSelEnd, bKeyDown, bRC, bExit, nFlag);
447 if (bExit) return;
449 m_pFillerNotify->OnAfterKeyStroke(FALSE, GetAttachedData(), bExit,nFla
628 FX_BOOL bExit = FALSE; local
[all...]

Completed in 121 milliseconds