HomeSort by relevance Sort by last modified time
    Searched defs:m_pObject (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/render/
cpdf_devicebuffer.h 38 UnownedPtr<const CPDF_PageObject> m_pObject;
cpdf_scaledrenderbuffer.h 43 UnownedPtr<const CPDF_PageObject> m_pObject;
  /external/pdfium/core/fxcrt/
shared_copy_on_write.h 22 : m_pObject(other.m_pObject) {}
27 m_pObject.Reset(new ObjClass(params...));
28 return m_pObject.Get();
33 m_pObject = that.m_pObject;
37 void SetNull() { m_pObject.Reset(); }
38 const ObjClass* GetObject() const { return m_pObject.Get(); }
42 if (!m_pObject)
44 if (!m_pObject->HasOneRef()
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.h 68 std::unique_ptr<CPDF_Object> m_pObject;

Completed in 351 milliseconds