HomeSort by relevance Sort by last modified time
    Searched defs:csValue (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 100 CFX_ByteString csValue = pNames->GetString(i * 2);
101 FX_INT32 iCompare = csValue.Compare(csName);
doc_formcontrol.cpp 42 CFX_ByteString csValue = csOn;
43 if (csValue.IsEmpty()) {
44 csValue = "Yes";
46 if (csValue == "Off") {
47 csValue = "Yes";
51 m_pWidgetDict->SetAtName("AS", csValue);
77 pSubDict->ReplaceKey(csKey2, csValue);
doc_formfield.cpp 132 CFX_WideString csValue;
136 csValue = GetOptionLabel(iIndex);
139 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
151 CFX_WideString csValue;
155 csValue = GetOptionLabel(iIndex);
158 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
179 CFX_WideString csValue;
181 csValue = pV->GetUnicodeText();
184 if (!pRV && (csDValue == csValue)) {
352 CFX_WideString csValue = value;
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 645 CFX_WideString csValue;
646 csValue.Format((FX_LPCWSTR)L"%c", cByte);
647 vRet = csValue;

Completed in 83 milliseconds