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

  /external/pdfium/core/fpdfdoc/
cpdf_defaultappearance.h 22 explicit CPDF_DefaultAppearance(const ByteString& csDA) : m_csDA(csDA) {}
25 m_csDA = cDA.GetStr();
28 ByteString GetStr() const { return m_csDA; }
48 ByteString m_csDA;
cpdf_defaultappearance.cpp 16 if (m_csDA.IsEmpty())
19 CPDF_SimpleParser syntax(m_csDA.AsStringView());
25 if (m_csDA.IsEmpty())
28 CPDF_SimpleParser syntax(m_csDA.AsStringView());
41 if (m_csDA.IsEmpty())
45 CPDF_SimpleParser syntax(m_csDA.AsStringView());
55 if (m_csDA.IsEmpty())
58 CPDF_SimpleParser syntax(m_csDA.AsStringView());
73 if (m_csDA.IsEmpty())
76 CPDF_SimpleParser syntax(m_csDA.AsStringView())
    [all...]

Completed in 70 milliseconds