Searched defs:bReset (Results 1 - 4 of 4) 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/src/pdfwindow/
H A DPWL_Wnd.cpp319 void CPWL_Wnd::Move(const CPDF_Rect & rcNew, FX_BOOL bReset,FX_BOOL bRefresh) argument
332 if (bReset)

Completed in 109 milliseconds