Home
last modified time | relevance | path

Searched refs:annotationMode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DGraphicsContextAnnotator.h37 if (UNLIKELY(paintInfo.context->annotationMode())) \
DGraphicsContextAnnotator.cpp88 AnnotationModeFlags mode = paintInfo.context->annotationMode(); in annotate()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h201 AnnotationModeFlags annotationMode() const { return m_annotationMode; } in annotationMode() function