Home
last modified time | relevance | path

Searched refs:OnDrawDeactive (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.h33 virtual void OnDrawDeactive(CPDFSDK_PageView* pPageView,
189 void OnDrawDeactive(CPDFSDK_PageView* pPageView,
Dcffl_formfiller.cpp102 void CFFL_FormFiller::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive() function in CFFL_FormFiller
682 void CFFL_Button::OnDrawDeactive(CPDFSDK_PageView* pPageView, in OnDrawDeactive() function in CFFL_Button
Dcffl_interactiveformfiller.cpp97 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, pUser2Device); in OnDraw()