Home
last modified time | relevance | path

Searched refs:m_nType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.h89 int GetType() const { return m_nType; } in GetType()
109 const int m_nType; // 0:Interval; 1:TimeOut variable
DJS_Object.cpp107 m_nType(nType), in CJS_Timer()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h95 int32_t m_nType;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp283 CPWL_Note_Icon::CPWL_Note_Icon() : m_nType(0) {} in CPWL_Note_Icon()
288 m_nType = nType; in SetIconType()
293 CPWL_Utils::DrawIconAppStream(pDevice, pUser2Device, m_nType, GetClientRect(), in DrawThisAppearance()