OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:renderername
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp
91
const char*
rendererName
= 0;
96
rendererName
= object->renderName();
125
m_context->beginAnnotation(
rendererName
, paintPhase, elementId, elementClass, elementTag);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextAnnotation.cpp
48
GraphicsContextAnnotation::GraphicsContextAnnotation(const char*
rendererName
, const char* paintPhase, const String& elementId, const String& elementClass, const String& elementTag)
49
: m_rendererName(
rendererName
)
GraphicsContextAnnotation.h
56
String
rendererName
() const { return m_rendererName; }
GraphicsContext.cpp
213
void GraphicsContext::beginAnnotation(const char*
rendererName
, const char* paintPhase,
221
GraphicsContextAnnotation annotation(
rendererName
, paintPhase, elementId, elementClass, elementTag);
[
all
...]
Completed in 767 milliseconds