OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_stateStack
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.h
283
State& modifiableState() { ASSERT(!m_unrealizedSaveCount); return
m_stateStack
.last(); }
284
const State& state() const { return
m_stateStack
.last(); }
333
Vector<State, 1>
m_stateStack
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h
448
// Pointer to the current drawing state. This is a cached value of
m_stateStack
.last().
452
Vector<OwnPtr<GraphicsContextState> >
m_stateStack
;
Completed in 38 milliseconds