HomeSort by relevance Sort by last modified time
    Searched refs:bReset (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/src/formfiller/
FFL_CheckBox.cpp 58 FX_BOOL bReset = FALSE;
61 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
63 if (bReset) return TRUE;
FFL_RadioButton.cpp 59 FX_BOOL bReset = FALSE;
62 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
64 if (bReset) return TRUE;
FFL_IFormFiller.cpp 335 FX_BOOL bReset = FALSE;
336 OnButtonUp(pWidget, pPageView, bReset, bExit,nFlags);
342 void CFFL_IFormFiller::OnButtonUp(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bReset, FX_BOOL& bExit,FX_UINT nFlag)
380 bReset = TRUE;
  /external/pdfium/fpdfsdk/include/formfiller/
FFL_IFormFiller.h 109 void OnButtonUp(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bReset, FX_BOOL& bExit,FX_UINT nFlag);
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h 293 void Move(const CPDF_Rect & rcNew,FX_BOOL bReset,FX_BOOL bRefresh);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 314 void CPWL_Wnd::Move(const CPDF_Rect & rcNew, FX_BOOL bReset,FX_BOOL bRefresh)
327 if (bReset)

Completed in 83 milliseconds