Searched defs:opt_value (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp508 CFX_WideString opt_value = GetOptionValue(index); local
518 return pValue->GetUnicodeText() == opt_value;
538 if (pArray->GetElementValue(i)->GetUnicodeText() == opt_value &&
551 CFX_WideString opt_value = GetOptionValue(index); local
555 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, opt_value);
558 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, opt_value);
570 if (pValue->GetUnicodeText() == opt_value) {
579 opt_value = GetOptionValue(i);
580 pArray->AddString(PDF_EncodeText(opt_value));
599 m_pDict->SetAtString("V", PDF_EncodeText(opt_value));
[all...]

Completed in 999 milliseconds