Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.cpp45 ByteString csOn; in GetOnStateName() local
48 return csOn; in GetOnStateName()
52 return csOn; in GetOnStateName()
65 ByteString csOn = GetOnStateName(); in GetCheckedAPState() local
67 csOn = ByteString::Format("%d", m_pField->GetControlIndex(this)); in GetCheckedAPState()
68 if (csOn.IsEmpty()) in GetCheckedAPState()
69 csOn = "Yes"; in GetCheckedAPState()
70 return csOn; in GetCheckedAPState()
76 ByteString csOn = GetOnStateName(); in GetExportValue() local
80 csOn = pArray->GetStringAt(m_pField->GetControlIndex(this)); in GetExportValue()
[all …]