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

  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterwidgetmgr.h 24 virtual FWL_ERR SetWidgetRect(IFWL_Widget* pWidget,
fwl_sdadapterimp.h 24 virtual FWL_ERR SetWidgetRect(IFWL_Widget* pWidget, const CFX_RectF& rect);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_datetimepickerimp.cpp 451 m_pMonthCal->SetWidgetRect(rtMonthCal);
511 m_pEdit->SetWidgetRect(rtEdit);
528 m_pMonthCal->SetWidgetRect(rtPopUp);
735 m_pForm->SetWidgetRect(rtMonth);
738 m_pMonthCal->SetWidgetRect(rtMonth);
848 m_pMonthCal->SetWidgetRect(rtMonthCal);
880 m_pMonthCal->SetWidgetRect(rtMonthCal);
    [all...]
fwl_tooltipctrlimp.cpp 256 SetWidgetRect(rtPopup);
fwl_comboboximp.cpp     [all...]
fwl_editimp.cpp 273 FWL_ERR CFWL_EditImp::SetWidgetRect(const CFX_RectF& rect) {
274 return CFWL_WidgetImp::SetWidgetRect(rect);
    [all...]
fwl_listboximp.cpp 821 m_pVertScrollBar->SetWidgetRect(rtScrollBar);
859 m_pHorzScrollBar->SetWidgetRect(rtScrollBar);
    [all...]
  /external/pdfium/xfa/include/fwl/core/
fwl_widget.h 29 FWL_ERR SetWidgetRect(const CFX_RectF& rect);
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 56 FWL_ERR SetWidgetRect(const CFX_RectF& rect);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_panelimp.cpp 66 m_pContent->SetWidgetRect(rtClient);
fwl_sdadapterimp.cpp 21 FWL_ERR CFWL_SDAdapterWidgetMgr::SetWidgetRect(IFWL_Widget* pWidget,
fwl_formimp.cpp 732 m_pContent->SetWidgetRect(rtClient);
    [all...]
fwl_widgetimp.cpp 23 FWL_ERR IFWL_Widget::SetWidgetRect(const CFX_RectF& rect) {
24 return static_cast<CFWL_WidgetImp*>(GetImpl())->SetWidgetRect(rect);
194 FWL_ERR CFWL_WidgetImp::SetWidgetRect(const CFX_RectF& rect) {
    [all...]
fwl_gridimp.cpp 194 FWL_ERR CFWL_GridImp::SetWidgetRect(const CFX_RectF& rect) {
195 CFWL_WidgetImp::SetWidgetRect(rect);
    [all...]
fwl_noteimp.cpp     [all...]
fwl_widgetmgrimp.cpp 404 return m_pAdapter->SetWidgetRect(pWidget, rect);
    [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp 63 FWL_ERR CFWL_Widget::SetWidgetRect(const CFX_RectF& rect) {
66 return m_pIface->SetWidgetRect(rect);
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_gridimp.h 80 virtual FWL_ERR SetWidgetRect(const CFX_RectF& rect);
fwl_widgetimp.h 29 virtual FWL_ERR SetWidgetRect(const CFX_RectF& rect);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffimageedit.cpp 163 m_pNormalWidget->SetWidgetRect(rtImage);
xfa_fffield.cpp 354 m_pNormalWidget->SetWidgetRect(rtUi);
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h 31 FWL_ERR SetWidgetRect(const CFX_RectF& rect) override;

Completed in 400 milliseconds