Searched refs:bReset (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CheckBox.cpp58 FX_BOOL bReset = FALSE; local
61 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
63 if (bReset) return TRUE;
H A DFFL_RadioButton.cpp59 FX_BOOL bReset = FALSE; local
62 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
64 if (bReset) return TRUE;
H A DFFL_IFormFiller.cpp335 FX_BOOL bReset = FALSE; local
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) argument
380 bReset = TRUE;
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_IFormFiller.h109 void OnButtonUp(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bReset, FX_BOOL& bExit,FX_UINT nFlag);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Wnd.cpp314 void CPWL_Wnd::Move(const CPDF_Rect & rcNew, FX_BOOL bReset,FX_BOOL bRefresh) argument
327 if (bReset)
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h293 void Move(const CPDF_Rect & rcNew,FX_BOOL bReset,FX_BOOL bRefresh);

Completed in 172 milliseconds