Searched refs:ResetPDFWindow (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_ListBox.h | 33 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
|
D | FFL_ComboBox.h | 40 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
|
D | FFL_TextField.h | 64 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
|
D | FFL_FormFiller.h | 99 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_IFormFiller.cpp | 198 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()
|
D | FFL_FormFiller.cpp | 449 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
|
D | FFL_ListBox.cpp | 276 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() function in CFFL_ListBox
|
D | FFL_TextField.cpp | 329 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() function in CFFL_TextField
|
D | FFL_ComboBox.cpp | 307 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow() function in CFFL_ComboBox
|