HomeSort by relevance Sort by last modified time
    Searched defs:bExit (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_RadioButton.cpp 60 FX_BOOL bExit = FALSE;
62 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
65 if (bExit) return TRUE;
FFL_CheckBox.cpp 59 FX_BOOL bExit = FALSE;
61 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
64 if (bExit) return TRUE;
FFL_FormFiller.cpp 674 FX_BOOL bExit = FALSE;
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);
FFL_IFormFiller.cpp 334 FX_BOOL bExit = FALSE;
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)
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)
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)
924 // bExit = !IsValidAnnot(m_pApp, pDocument, pDocView, pPageView, pWidget);
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 41 FX_BOOL bExit = FALSE;
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)
91 OnNotifySelChanged(TRUE,bExit, nFlag);
96 FX_BOOL CPWL_CBListBox::OnChar(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag)
107 OnNotifySelChanged(TRUE,bExit,nFlag);
554 FX_BOOL bExit = FALSE;
555 if (m_pList->OnKeyDown(nChar,bExit,nFlag))
557 if (bExit) return FALSE;
    [all...]
PWL_ListBox.cpp 282 FX_BOOL bExit = FALSE;
283 OnNotifySelChanged(TRUE,bExit,nFlag);
296 FX_BOOL bExit = FALSE;
297 OnNotifySelChanged(TRUE,bExit, nFlag);
329 FX_BOOL bExit = FALSE;
330 OnNotifySelChanged(FALSE,bExit,nFlag);
437 void CPWL_ListBox::OnNotifySelChanged(FX_BOOL bKeyDown, FX_BOOL & bExit, FX_DWORD nFlag)
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,nFlag);
    [all...]
PWL_Edit.cpp 181 FX_BOOL bExit = FALSE;
186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
188 if (bExit) return;
199 FX_BOOL bExit = FALSE;
200 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,0);
201 if (bExit) return;
928 FX_BOOL bExit = FALSE;
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 = FALSE;
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 625 FX_BOOL bExit = FALSE;
633 if (bExit) break;
838 bExit = TRUE;
847 bExit = TRUE;
855 bExit = TRUE;
860 bExit = TRUE;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 359 OMX_BOOL bExit;
    [all...]

Completed in 3031 milliseconds