Home
last modified time | relevance | path

Searched refs:OnPopupPreOpen (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.cpp451 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, 0); in SetPopup()
510 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
531 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
569 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnChar()
DPWL_Edit.h40 virtual void OnPopupPreOpen(void* pPrivateData,
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h156 void OnPopupPreOpen(void* pPrivateData, bool& bExit, uint32_t nFlag) override;
Dcffl_interactiveformfiller.cpp773 void CFFL_InteractiveFormFiller::OnPopupPreOpen(void* pPrivateData, in OnPopupPreOpen() function in CFFL_InteractiveFormFiller