Home
last modified time | relevance | path

Searched refs:m_dwBufIndex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_saxreader.cpp53 m_dwBufIndex(0) {} in CFX_SAXFile()
80 m_dwBufIndex = 0; in StartFile()
94 m_dwBufIndex = 0; in ReadNextBlock()
212 uint32_t& index = m_File.m_dwBufIndex; in ContinueParse()
365 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseText()
395 m_dwDataOffset = m_File.m_dwBufIndex; in ParseNodeStart()
413 m_dwDataOffset = m_File.m_dwBufIndex; in ParseDeclOrComment()
421 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseComment()
490 m_dwDataOffset = m_File.m_dwBufIndex; in ParseTagAttributeName()
556 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseTagClose()
[all …]
Dcfx_saxreader.h60 uint32_t m_dwBufIndex; variable