Searched defs:m_bufferPos (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.h47 bool isInvalid() const { return m_bufferPos > m_bufferEnd; }
48 void markInvalid() { m_bufferPos = m_bufferEnd + 1; }
118 uint8_t* m_bufferPos; member in class:CoreIPC::ArgumentDecoder

Completed in 89 milliseconds