Searched refs:NULLOBJ (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_global.cpp | 303 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()
|
D | cjs_globaldata.cpp | 175 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()
|
D | cjs_keyvalue.h | 13 enum class JS_GlobalDataType { NUMBER = 0, BOOLEAN, STRING, OBJECT, NULLOBJ }; enumerator
|
D | cjs_globalvariablearray.cpp | 48 case JS_GlobalDataType::NULLOBJ: { in Copy()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_null.cpp | 14 return NULLOBJ; in GetType()
|
D | cpdf_object.h | 39 NULLOBJ, enumerator
|
D | fpdf_parser_utility.cpp | 159 case CPDF_Object::NULLOBJ: in operator <<()
|
D | cpdf_object_unittest.cpp | 89 CPDF_Object::STREAM, CPDF_Object::NULLOBJ}; in SetUp() 145 case CPDF_Object::NULLOBJ: in Equal()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_creator.cpp | 212 case CPDF_Object::NULLOBJ: in WriteDirectObj()
|
/external/pdfium/fpdfsdk/ |
D | fpdfannot.cpp | 137 static_assert(static_cast<int>(CPDF_Object::Type::NULLOBJ) ==
|