Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp552 CFX_WideString opt_value = GetOptionValue(index); in IsItemSelected() local
561 if (pValue->GetUnicodeText() == opt_value) { in IsItemSelected()
587 if (pArray->GetElementValue(i)->GetUnicodeText() == opt_value && (int)i == iPos) { in IsItemSelected()
598 CFX_WideString opt_value = GetOptionValue(index); in SetItemSelection() local
602 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, opt_value); in SetItemSelection()
605 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, opt_value); in SetItemSelection()
617 if (pValue->GetUnicodeText() == opt_value) { in SetItemSelection()
629 opt_value = GetOptionValue(i); in SetItemSelection()
630 pArray->AddString(PDF_EncodeText(opt_value)); in SetItemSelection()
649 m_pDict->SetAtString("V", PDF_EncodeText(opt_value)); in SetItemSelection()
[all …]