Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dglobal.cpp146 case CJS_Value::VT_string: { in DoProperty()
349 case CJS_Value::VT_string: { in ObjectToArray()
351 CJS_Value(pRuntime, v, CJS_Value::VT_string).ToCFXByteString(); in ObjectToArray()
506 return CJS_Value::VT_string; in GET_VALUE_TYPE()
DJS_Value.h23 VT_string, enumerator
Devent.cpp62 if (vp.GetType() == CJS_Value::VT_string) in change()
DJS_Value.cpp191 m_eType = VT_string; in operator =()
227 return VT_string; in GetType()
Dutil.cpp237 if (p1.GetType() == CJS_Value::VT_string) { in printd()
DDocument.cpp547 case CJS_Value::VT_string: in resetForm()
596 if (v.GetType() == CJS_Value::VT_string) { in submitForm()
DPublicMethods.cpp1892 if (!params1.IsArrayObject() && params1.GetType() != CJS_Value::VT_string) { in AFSimple_Calculate()