Home
last modified time | relevance | path

Searched refs:m_paintPhase (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextAnnotation.cpp50 , m_paintPhase(paintPhase) in GraphicsContextAnnotation()
64 if (m_paintPhase) in asAnnotationList()
65 list.append(std::make_pair(AnnotationKeyPaintPhase, m_paintPhase)); in asAnnotationList()
DGraphicsContextAnnotation.h57 String paintPhase() const { return m_paintPhase; } in paintPhase()
66 const char* m_paintPhase; variable