Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.h154 int FindOption(WideString csOptLabel) const;
172 int InsertOption(WideString csOptLabel, int index = -1, bool bNotify = false);
Dcpdf_formfield.cpp640 int CPDF_FormField::FindOption(WideString csOptLabel) const { in FindOption()
642 if (GetOptionValue(i) == csOptLabel) in FindOption()
657 int CPDF_FormField::InsertOption(WideString csOptLabel, in InsertOption() argument
660 if (csOptLabel.IsEmpty()) in InsertOption()
663 if (bNotify && !NotifyListOrComboBoxBeforeChange(csOptLabel)) in InsertOption()
666 ByteString csStr = PDF_EncodeText(csOptLabel); in InsertOption()
/external/pdfium/fxjs/
Dcjs_field.h322 bool ValueIsOccur(CPDF_FormField* pFormField, WideString csOptLabel);
Dcjs_field.cpp363 bool Field::ValueIsOccur(CPDF_FormField* pFormField, WideString csOptLabel) { in ValueIsOccur() argument
365 if (csOptLabel.Compare(pFormField->GetOptionLabel(i)) == 0) in ValueIsOccur()