Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/xml/
Dfx_sax_imp.cpp28 m_dwBufIndex(0) {} in CFX_SAXFile()
52 m_dwBufIndex = 0; in StartFile()
65 m_dwBufIndex = 0; in ReadNextBlock()
213 FX_DWORD& index = m_File.m_dwBufIndex; in ContinueParse()
325 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseText()
354 m_dwDataOffset = m_File.m_dwBufIndex; in ParseNodeStart()
371 m_dwDataOffset = m_File.m_dwBufIndex; in ParseDeclOrComment()
379 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseComment()
452 m_dwDataOffset = m_File.m_dwBufIndex; in ParseTagAttributeName()
523 m_dwNodePos = m_File.m_dwCur + m_File.m_dwBufIndex; in ParseTagClose()
[all …]
Dfx_sax_imp.h22 FX_DWORD m_dwBufIndex; variable