Home
last modified time | relevance | path

Searched refs:new_cross_ref (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_cross_ref_table.cpp102 std::unique_ptr<CPDF_CrossRefTable> new_cross_ref) { in Update() argument
103 UpdateInfo(std::move(new_cross_ref->objects_info_)); in Update()
104 UpdateTrailer(std::move(new_cross_ref->trailer_)); in Update()
Dcpdf_cross_ref_table.h63 void Update(std::unique_ptr<CPDF_CrossRefTable> new_cross_ref);