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

  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.cpp 85 m_pCommentContext(nullptr) {
117 if (m_pCommentContext) {
118 delete m_pCommentContext;
119 m_pCommentContext = NULL;
364 if (m_pCommentContext == NULL) {
365 m_pCommentContext = new CFX_SAXCommentContext;
367 m_pCommentContext->m_iHeaderCount = 1;
368 m_pCommentContext->m_iTailCount = 0;
378 m_pCommentContext->m_iHeaderCount = 2;
384 m_pCommentContext->m_iTailCount++;
    [all...]
fx_sax_imp.h 117 CFX_SAXCommentContext* m_pCommentContext;

Completed in 38 milliseconds