Home
last modified time | relevance | path

Searched refs:NULLOBJ (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fxjs/
Dcjs_global.cpp303 case JS_GlobalDataType::NULLOBJ: in GetProperty()
336 return SetGlobalVariables(sPropName, JS_GlobalDataType::NULLOBJ, 0, false, in SetProperty()
403 case JS_GlobalDataType::NULLOBJ: in UpdateGlobalPersistentVariables()
404 SetGlobalVariables(pData->data.sKey, JS_GlobalDataType::NULLOBJ, 0, in UpdateGlobalPersistentVariables()
445 case JS_GlobalDataType::NULLOBJ: in CommitGlobalPersisitentVariables()
495 pObjElement->nType = JS_GlobalDataType::NULLOBJ; in ObjectToArray()
531 case JS_GlobalDataType::NULLOBJ: in PutObjectProperty()
576 case JS_GlobalDataType::NULLOBJ: in SetGlobalVariables()
606 case JS_GlobalDataType::NULLOBJ: in SetGlobalVariables()
607 pNewData->nType = JS_GlobalDataType::NULLOBJ; in SetGlobalVariables()
Dcjs_globaldata.cpp175 pData->data.nType = JS_GlobalDataType::NULLOBJ; in SetGlobalVariableNull()
180 pNewData->data.nType = JS_GlobalDataType::NULLOBJ; in SetGlobalVariableNull()
297 case JS_GlobalDataType::NULLOBJ: { in LoadGlobalPersistentVariables()
387 case JS_GlobalDataType::NULLOBJ: { in MakeByteString()
Dcjs_keyvalue.h13 enum class JS_GlobalDataType { NUMBER = 0, BOOLEAN, STRING, OBJECT, NULLOBJ }; enumerator
Dcjs_globalvariablearray.cpp48 case JS_GlobalDataType::NULLOBJ: { in Copy()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_null.cpp14 return NULLOBJ; in GetType()
Dcpdf_object.h39 NULLOBJ, enumerator
Dfpdf_parser_utility.cpp159 case CPDF_Object::NULLOBJ: in operator <<()
Dcpdf_object_unittest.cpp89 CPDF_Object::STREAM, CPDF_Object::NULLOBJ}; in SetUp()
145 case CPDF_Object::NULLOBJ: in Equal()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp212 case CPDF_Object::NULLOBJ: in WriteDirectObj()
/external/pdfium/fpdfsdk/
Dfpdfannot.cpp137 static_assert(static_cast<int>(CPDF_Object::Type::NULLOBJ) ==