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

  /external/pdfium/xfa/fxfa/
cxfa_fwladapterwidgetmgr.h 21 bool GetPopupPos(CFWL_Widget* pWidget,
cxfa_fwladapterwidgetmgr.cpp 27 bool CXFA_FWLAdapterWidgetMgr::GetPopupPos(CFWL_Widget* pWidget,
35 pFFWidget->GetDoc()->GetDocEnvironment()->GetPopupPos(
fxfa.h 220 virtual bool GetPopupPos(CXFA_FFWidget* hWidget,
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.h 32 bool GetPopupPos(CXFA_FFWidget* hWidget,
cpdfxfa_docenvironment.cpp 105 bool CPDFXFA_DocEnvironment::GetPopupPos(CXFA_FFWidget* hWidget,
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_widget.h 139 void GetPopupPos(float fMinHeight,
cfwl_datetimepicker.cpp 244 GetPopupPos(0, rtMonth.height, rtAnchor, rtMonth);
359 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal);
cfwl_combobox.cpp 335 GetPopupPos(0, m_rtProxy.height, rtAnchor, m_rtProxy);
554 GetPopupPos(fPopupMin, fPopupMax, m_pProperties->m_rtWidget, rtList);
cfwl_widget.cpp 382 void CFWL_Widget::GetPopupPos(float fMinHeight,
cfwl_widgetmgr.cpp 386 m_pAdapter->GetPopupPos(pWidget, fMinHeight, fMaxHeight, rtAnchor, rtPopup);

Completed in 1098 milliseconds