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

  /external/pdfium/core/fxcrt/xml/
cfx_saxreader.h 17 class CFX_SAXCommentContext;
171 std::unique_ptr<CFX_SAXCommentContext> m_pCommentContext;
cfx_saxreader.cpp 34 class CFX_SAXCommentContext {
36 CFX_SAXCommentContext() : m_iHeaderCount(0), m_iTailCount(0) {}
407 m_pCommentContext = pdfium::MakeUnique<CFX_SAXCommentContext>();

Completed in 164 milliseconds