HomeSort by relevance Sort by last modified time
    Searched refs:ResetPDFWindow (Results 1 - 9 of 9) sorted by null

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ListBox.h 33 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
FFL_ComboBox.h 40 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
FFL_TextField.h 64 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
FFL_FormFiller.h 99 virtual CPWL_Wnd* ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 198 pFormFiller->ResetPDFWindow(pPageView, pWidget->GetValueAge() == nValueAge);
242 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge());
285 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge());
377 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge());
552 pFormFiller->ResetPDFWindow(pPageView, nValueAge == pWidget->GetValueAge());
1149 CPWL_Wnd* pWnd = pFormFiller->ResetPDFWindow(pData->pPageView, nValueAge == pData->pWidget->GetValueAge());
FFL_FormFiller.cpp 449 return this->ResetPDFWindow(pPageView, m_pWidget->GetValueAge() == pPrivateData->nValueAge);
680 this->ResetPDFWindow(pPageView, FALSE);
688 this->ResetPDFWindow(pPageView, FALSE);
746 CPWL_Wnd* CFFL_FormFiller::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue)
FFL_ListBox.cpp 276 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue)
FFL_ComboBox.cpp 307 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue)
FFL_TextField.cpp 329 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue)

Completed in 86 milliseconds