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

  /external/pdfium/core/fxcrt/css/
cfx_csssyntaxparser.cpp 40 m_TextPlane.AttachBuffer(pBuffer, iBufferSize);
47 if (m_TextPlane.IsEOF()) {
58 while (!m_TextPlane.IsEOF()) {
59 wch = m_TextPlane.GetChar();
64 m_TextPlane.MoveNext();
71 if (m_TextPlane.GetNextChar() == '*') {
78 m_TextPlane.MoveNext();
92 m_TextPlane.MoveNext();
102 m_TextPlane.MoveNext();
107 if (m_TextPlane.GetNextChar() == '*')
    [all...]
cfx_csssyntaxparser.h 67 CFX_CSSExtTextBuf m_TextPlane;

Completed in 177 milliseconds