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

  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 128 CFX_WideString csValue;
132 csValue = GetOptionLabel(iIndex);
135 int iRet = m_pForm->m_pFormNotify->BeforeValueChange(this, csValue);
146 CFX_WideString csValue;
150 csValue = GetOptionLabel(iIndex);
153 int iRet = m_pForm->m_pFormNotify->BeforeSelectionChange(this, csValue);
173 CFX_WideString csValue;
175 csValue = pV->GetUnicodeText();
178 if (!pRV && (csDValue == csValue)) {
333 CFX_WideString csValue = value
    [all...]
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);
76 pSubDict->ReplaceKey(csKey2, csValue);
doc_basic.cpp 96 CFX_ByteString csValue = pNames->GetString(i * 2);
97 int32_t iCompare = csValue.Compare(csName);
doc_form.cpp     [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 285 CFX_WideString& csValue,
288 CFX_WideString& csValue,
324 CFX_WideString& csValue) override;
327 CFX_WideString& csValue) override;
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 548 CFX_WideString csValue;
549 csValue.Format(L"%c", cByte);
550 vRet = csValue.c_str();
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1018 CFX_WideString& csValue) {
1025 CFX_WideString& csValue) {

Completed in 669 milliseconds