Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dglobal.cpp173 case VT_boolean: in DoProperty()
414 case VT_boolean: in ObjectToArray()
622 return VT_boolean; in GET_VALUE_TYPE()
DJS_Value.cpp165 m_eType = VT_boolean; in operator =()
251 if(m_pValue->IsBoolean()) return VT_boolean; in GetType()
Dapp.cpp370 else if (params[0].GetType() == VT_boolean) in alert()
388 if (params[0].GetType() == VT_boolean) in alert()
/external/pdfium/fpdfsdk/include/jsapi/
Dfxjs_v8.h31 VT_boolean, enumerator