Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp508 CFX_WideString opt_value = GetOptionValue(index); in IsItemSelected() local
518 return pValue->GetUnicodeText() == opt_value; in IsItemSelected()
538 if (pArray->GetElementValue(i)->GetUnicodeText() == opt_value && in IsItemSelected()
551 CFX_WideString opt_value = GetOptionValue(index); in SetItemSelection() local
555 iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, opt_value); in SetItemSelection()
558 iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, opt_value); in SetItemSelection()
570 if (pValue->GetUnicodeText() == opt_value) { in SetItemSelection()
579 opt_value = GetOptionValue(i); in SetItemSelection()
580 pArray->AddString(PDF_EncodeText(opt_value)); in SetItemSelection()
599 m_pDict->SetAtString("V", PDF_EncodeText(opt_value)); in SetItemSelection()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
D__main__.py302 (opt_section_name, _, opt_value) = a.partition('=')
310 boto.config.set(opt_section, opt_name, opt_value)