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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 66 uint16_t saveCount() const { return m_saveCount; }
67 void incrementSaveCount() { ++m_saveCount; }
68 void decrementSaveCount() { --m_saveCount; }
179 uint16_t m_saveCount;
  /external/pdfium/core/src/fxge/apple/
apple_int.h 178 FX_INT32 m_saveCount;

Completed in 1411 milliseconds