Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DGraphicsContextAnnotator.cpp93 String elementId, elementClass, elementTag; in annotate() local
122 elementTag = element->tagName(); in annotate()
125 m_context->beginAnnotation(rendererName, paintPhase, elementId, elementClass, elementTag); in annotate()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextAnnotation.cpp48 …st char* paintPhase, const String& elementId, const String& elementClass, const String& elementTag) in GraphicsContextAnnotation() argument
53 , m_elementTag(elementTag) in GraphicsContextAnnotation()
DGraphicsContextAnnotation.h60 String elementTag() const { return m_elementTag; } in elementTag() function
DGraphicsContext.cpp208 const String& elementId, const String& elementClass, const String& elementTag) in beginAnnotation() argument
215 …raphicsContextAnnotation annotation(rendererName, paintPhase, elementId, elementClass, elementTag); in beginAnnotation()