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

  /external/pdfium/core/fxcrt/xml/
cfx_saxreader.cpp 109 m_iState(-1),
122 m_iState = -1;
197 m_iState = 0;
208 if (m_iState < 0 || m_iState > 99)
209 return m_iState;
221 m_iState = (m_File.m_dwCur - m_File.m_dwStart) * 100 /
226 m_iState = -2;
231 return m_iState;
cfx_saxreader.h 156 int32_t m_iState;
  /external/pdfium/core/fxge/win32/
fx_win32_print.cpp 30 m_iState = SaveDC(m_hDC);
37 RestoreDC(m_hDC, m_iState);
43 int m_iState;

Completed in 1114 milliseconds