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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h 282 State& modifiableState() { ASSERT(!m_unrealizedSaveCount); return m_stateStack.last(); }
283 const State& state() const { return m_stateStack.last(); }
340 Vector<State, 1> m_stateStack;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.h 434 // Pointer to the current drawing state. This is a cached value of m_stateStack.last().
438 Vector<OwnPtr<GraphicsContextState> > m_stateStack;

Completed in 223 milliseconds