HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationModeFlags (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextAnnotation.h 49 typedef unsigned AnnotationModeFlags;
GraphicsContext.h 201 AnnotationModeFlags annotationMode() const { return m_annotationMode; }
202 void setAnnotationMode(const AnnotationModeFlags mode) { m_annotationMode = mode; }
462 AnnotationModeFlags m_annotationMode;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp 88 AnnotationModeFlags mode = paintInfo.context->annotationMode();

Completed in 326 milliseconds