OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_paintingPhase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp
98
,
m_paintingPhase
(GraphicsLayerPaintAllWithOverflowClip)
281
m_client->paintContents(this, context,
m_paintingPhase
, clip);
629
if ((flags & LayerTreeIncludesPaintingPhases) &&
m_paintingPhase
) {
631
if (
m_paintingPhase
& GraphicsLayerPaintBackground)
633
if (
m_paintingPhase
& GraphicsLayerPaintForeground)
635
if (
m_paintingPhase
& GraphicsLayerPaintMask)
637
if (
m_paintingPhase
& GraphicsLayerPaintChildClippingMask)
639
if (
m_paintingPhase
& GraphicsLayerPaintOverflowContents)
641
if (
m_paintingPhase
& GraphicsLayerPaintCompositedScroll)
1008
if (
m_paintingPhase
== phase
[
all
...]
GraphicsLayer.h
310
GraphicsLayerPaintingPhase
m_paintingPhase
;
Completed in 62 milliseconds