Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1122 : widget_(widget), dict_(dict) {} in CPDFSDK_AppStream()
1127 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsPushButton()
1128 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsPushButton()
1166 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsPushButton()
1171 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in SetAsPushButton()
1236 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsPushButton()
1237 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsPushButton()
1315 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsCheckBox()
1328 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsCheckBox()
1332 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in SetAsCheckBox()
[all …]
Dcpdfsdk_appstream.h40 UnownedPtr<CPDFSDK_Widget> const widget_; variable
/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp396 : widget_(widget) { in ScopedUpdateLock()
397 widget_->LockUpdate(); in ScopedUpdateLock()
401 widget_->UnlockUpdate(); in ~ScopedUpdateLock()
Dcfwl_widget.h68 UnownedPtr<CFWL_Widget> const widget_;