Home
last modified time | relevance | path

Searched refs:GetFormControl (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp291 CPDF_FormControl* pFormCtrl = GetFormControl(); in Synchronize()
340 GetFormControl()); in SynchronizeXFAValue()
536 CPDF_FormControl* pControl = GetFormControl(); in GetFormField()
540 CPDF_FormControl* CPDFSDK_Widget::GetFormControl() const { in GetFormControl() function in CPDFSDK_Widget
545 CPDF_FormControl* CPDFSDK_Widget::GetFormControl( in GetFormControl() function in CPDFSDK_Widget
553 CPDF_FormControl* pCtrl = GetFormControl(); in GetRotate()
565 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetFillColor()
572 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetBorderColor()
579 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetTextColor()
592 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetFontSize()
[all …]
Dcpdfsdk_widget.h123 CPDF_FormControl* GetFormControl() const;
124 static CPDF_FormControl* GetFormControl(CPDF_InterForm* pInterForm,
Dcpdfsdk_widgethandler.cpp58 CPDF_FormControl* pCtrl = CPDFSDK_Widget::GetFormControl( in NewAnnot()
87 CPDF_FormControl* pControl = pWidget->GetFormControl(); in ReleaseAnnot()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.cpp68 CPDF_FormControl* pCtrl = pWidget->GetFormControl(); in OnDraw()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1116 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsPushButton()
1318 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsCheckBox()
1432 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsRadioButton()
1584 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsComboBox()
1654 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsListBox()
1738 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsTextField()