HomeSort by relevance Sort by last modified time
    Searched refs:m_PageObjList (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.h 179 std::vector<uint32_t> m_PageObjList;
cpdf_data_avail.cpp 303 for (uint32_t dwPageObjNum : m_PageObjList) {
327 m_PageObjList.clear();
329 m_PageObjList = std::move(UnavailObjList);
342 if (m_PageObjList.empty())
361 m_PageObjList.push_back(pKids->AsReference()->GetRefObjNum());
367 m_PageObjList.push_back(pRef->GetRefObjNum());

Completed in 68 milliseconds