OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paintPhase
(Results
1 - 11
of
11
) sorted by null
/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)
50
, m_paintPhase(
paintPhase
)
GraphicsContextAnnotation.h
57
String
paintPhase
() const { return m_paintPhase; }
GraphicsContext.cpp
207
void GraphicsContext::beginAnnotation(const char* rendererName, const char*
paintPhase
,
215
GraphicsContextAnnotation annotation(rendererName,
paintPhase
, elementId, elementClass, elementTag);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp
42
static const char* paintPhaseName(WebCore::
PaintPhase
phase)
92
const char*
paintPhase
= 0;
99
paintPhase
= paintPhaseName(paintInfo.phase);
125
m_context->beginAnnotation(rendererName,
paintPhase
, elementId, elementClass, elementTag);
RenderTableRow.cpp
243
PaintPhase
paintPhase
= paintInfo.phase;
244
if ((
paintPhase
== PaintPhaseOutline ||
paintPhase
== PaintPhaseSelfOutline) && style()->visibility() == VISIBLE)
RenderTable.cpp
641
PaintPhase
paintPhase
= paintInfo.phase;
655
popContentsClip(paintInfo,
paintPhase
, adjustedPaintOffset);
660
PaintPhase
paintPhase
= paintInfo.phase;
661
if ((
paintPhase
== PaintPhaseBlockBackground ||
paintPhase
== PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
664
if (
paintPhase
== PaintPhaseMask) {
670
if (
paintPhase
== PaintPhaseBlockBackground)
674
if (
paintPhase
== PaintPhaseChildBlockBackgrounds
[
all
...]
RenderTreeAsText.cpp
507
LayerPaintPhase
paintPhase
= LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal)
548
if (
paintPhase
== LayerPaintPhaseBackground)
550
else if (
paintPhase
== LayerPaintPhaseForeground)
567
if (
paintPhase
!= LayerPaintPhaseBackground)
[
all
...]
RenderTableSection.cpp
[
all
...]
RenderBlock.cpp
[
all
...]
CompositedLayerMapping.cpp
[
all
...]
InlineFlowBox.cpp
[
all
...]
Completed in 48 milliseconds