Home
last modified time | relevance | path

Searched refs:CPDF_Null (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h14 class CPDF_Null; variable
695 class CPDF_Null : public CPDF_Object
699 static CPDF_Null* Create() in Create()
701 return FX_NEW CPDF_Null(); in Create()
704 CPDF_Null() in CPDF_Null() function
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp498 m_pLastObj = CPDF_Null::Create(); in ParseNextElement()
648 return CPDF_Null::Create(); in ReadNextObject()
Dfpdf_page_parser_new.cpp564 pObj = CPDF_Null::Create(); in EndKeyword()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_objects.cpp299 return FX_NEW CPDF_Null; in CloneInternal()
Dfpdf_parser_parser.cpp2088 pRet = CPDF_Null::Create(); in GetObject()
2277 return CPDF_Null::Create(); in GetObjectByStrict()