Searched refs:elementTag (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | GraphicsContextAnnotator.cpp | 93 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/ |
D | GraphicsContextAnnotation.cpp | 48 …st char* paintPhase, const String& elementId, const String& elementClass, const String& elementTag) in GraphicsContextAnnotation() argument 53 , m_elementTag(elementTag) in GraphicsContextAnnotation()
|
D | GraphicsContextAnnotation.h | 60 String elementTag() const { return m_elementTag; } in elementTag() function
|
D | GraphicsContext.cpp | 208 const String& elementId, const String& elementClass, const String& elementTag) in beginAnnotation() argument 215 …raphicsContextAnnotation annotation(rendererName, paintPhase, elementId, elementClass, elementTag); in beginAnnotation()
|