Home
last modified time | relevance | path

Searched refs:GraphicsContextState (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextState.h48 class GraphicsContextState {
52 GraphicsContextState() in GraphicsContextState() function
71 GraphicsContextState(const GraphicsContextState& other) in GraphicsContextState() function
106 PassOwnPtr<GraphicsContextState> clone() { return adoptPtr(new GraphicsContextState(*this)); } in clone()
109 void operator=(const GraphicsContextState&);
DGraphicsContext.h449 GraphicsContextState* m_state;
452 Vector<OwnPtr<GraphicsContextState> > m_stateStack;
DGraphicsContext.cpp129 m_stateStack.append(adoptPtr(new GraphicsContextState())); in GraphicsContext()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi602 'graphics/GraphicsContextState.h',