Home
last modified time | relevance | path

Searched refs:GetPopupPos (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_fwladapterwidgetmgr.cpp27 bool CXFA_FWLAdapterWidgetMgr::GetPopupPos(CFWL_Widget* pWidget, in GetPopupPos() function in CXFA_FWLAdapterWidgetMgr
35 pFFWidget->GetDoc()->GetDocEnvironment()->GetPopupPos( in GetPopupPos()
Dcxfa_fwladapterwidgetmgr.h21 bool GetPopupPos(CFWL_Widget* pWidget,
Dfxfa.h220 virtual bool GetPopupPos(CXFA_FFWidget* hWidget,
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h32 bool GetPopupPos(CXFA_FFWidget* hWidget,
Dcpdfxfa_docenvironment.cpp105 bool CPDFXFA_DocEnvironment::GetPopupPos(CXFA_FFWidget* hWidget, in GetPopupPos() function in CPDFXFA_DocEnvironment
/external/pdfium/xfa/fwl/
Dcfwl_widget.h139 void GetPopupPos(float fMinHeight,
Dcfwl_datetimepicker.cpp244 GetPopupPos(0, rtMonth.height, rtAnchor, rtMonth); in ShowMonthCalendar()
359 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal); in DisForm_ShowMonthCalendar()
Dcfwl_combobox.cpp335 GetPopupPos(0, m_rtProxy.height, rtAnchor, m_rtProxy); in ShowDropList()
554 GetPopupPos(fPopupMin, fPopupMax, m_pProperties->m_rtWidget, rtList); in DisForm_ShowDropList()
Dcfwl_widget.cpp382 void CFWL_Widget::GetPopupPos(float fMinHeight, in GetPopupPos() function in CFWL_Widget
Dcfwl_widgetmgr.cpp386 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup); in GetAdapterPopupPos()