Home
last modified time | relevance | path

Searched refs:ResetPDFWindow (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_ListBox.h33 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
DFFL_ComboBox.h40 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
DFFL_TextField.h64 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
DFFL_FormFiller.h99 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp198 pFormFiller->ResetPDFWindow(pPageView, pWidget->GetValueAge() == nValueAge); in OnMouseEnter()
242 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge()); in OnMouseExit()
285 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge()); in OnLButtonDown()
377 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge()); in OnButtonUp()
552 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge()); in OnSetFocus()
1149 …CPWL_Wnd* pWnd = pFormFiller->ResetPDFWindow(pData->pPageView, nValueAge == pData->pWidget->GetVal… in OnBeforeKeyStroke()
DFFL_FormFiller.cpp449 return this->ResetPDFWindow(pPageView, m_pWidget->GetValueAge() == pPrivateData->nValueAge); in GetPDFWindow()
680 this->ResetPDFWindow(pPageView, FALSE); in CommitData()
688 this->ResetPDFWindow(pPageView, FALSE); in CommitData()
746 CPWL_Wnd* CFFL_FormFiller::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() function in CFFL_FormFiller
DFFL_ListBox.cpp276 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() function in CFFL_ListBox
DFFL_TextField.cpp329 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() function in CFFL_TextField
DFFL_ComboBox.cpp307 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() function in CFFL_ComboBox