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

  /external/pdfium/core/src/fpdfdoc/
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...]
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_basic.cpp 100 CFX_ByteString csValue = pNames->GetString(i * 2);
101 FX_INT32 iCompare = csValue.Compare(csName);
doc_form.cpp     [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_baseform.h 190 void OnKeyStrokeCommit(CPDF_FormField* pFormField, CFX_WideString& csValue, FX_BOOL& bRC);
191 void OnValidate(CPDF_FormField* pFormField, CFX_WideString& csValue, FX_BOOL& bRC);
220 virtual int BeforeValueChange(const CPDF_FormField* pField, CFX_WideString& csValue);
222 virtual int BeforeSelectionChange(const CPDF_FormField* pField, CFX_WideString& csValue);
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 645 CFX_WideString csValue;
646 csValue.Format((FX_LPCWSTR)L"%c", cByte);
647 vRet = csValue;
  /external/pdfium/fpdfsdk/include/javascript/
JS_Console.h 154 void AddElement(CFX_WideString csValue , int nType);
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 1559 virtual int BeforeValueChange(const CPDF_FormField* pField, CFX_WideString& csValue)
    [all...]

Completed in 252 milliseconds