OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphicsLayerPaintingPhase
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h
50
typedef unsigned
GraphicsLayerPaintingPhase
;
69
virtual void paintContents(const GraphicsLayer*, GraphicsContext&,
GraphicsLayerPaintingPhase
, const IntRect& inClip) = 0;
GraphicsLayer.h
214
GraphicsLayerPaintingPhase
paintingPhase() const { return m_paintingPhase; }
215
void setPaintingPhase(
GraphicsLayerPaintingPhase
phase) { m_paintingPhase = phase; }
372
GraphicsLayerPaintingPhase
m_paintingPhase;
/external/chromium_org/third_party/WebKit/Source/web/
PinchViewports.h
71
virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::
GraphicsLayerPaintingPhase
, const WebCore::IntRect& inClip) OVERRIDE;
PageOverlay.cpp
77
virtual void paintContents(const GraphicsLayer*, GraphicsContext& gc,
GraphicsLayerPaintingPhase
, const IntRect& inClip)
PinchViewports.cpp
192
void PinchViewports::paintContents(const GraphicsLayer*, WebCore::GraphicsContext&, WebCore::
GraphicsLayerPaintingPhase
, const WebCore::IntRect& inClip)
/external/chromium_org/third_party/WebKit/Source/web/tests/
ImageLayerChromiumTest.cpp
41
virtual void paintContents(const GraphicsLayer*, GraphicsContext&,
GraphicsLayerPaintingPhase
, const IntRect& inClip) OVERRIDE { }
GraphicsLayerTest.cpp
52
virtual void paintContents(const GraphicsLayer*, GraphicsContext&,
GraphicsLayerPaintingPhase
, const IntRect& inClip) OVERRIDE { }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.h
61
GraphicsLayerPaintingPhase
paintingPhase;
167
virtual void paintContents(const GraphicsLayer*, GraphicsContext&,
GraphicsLayerPaintingPhase
, const IntRect& clip) OVERRIDE;
228
GraphicsLayerPaintingPhase
paintingPhaseForPrimaryLayer() const;
RenderLayerCompositor.h
204
virtual void paintContents(const GraphicsLayer*, GraphicsContext&,
GraphicsLayerPaintingPhase
, const IntRect&) OVERRIDE;
CompositedLayerMapping.cpp
[
all
...]
RenderLayerCompositor.cpp
[
all
...]
Completed in 36 milliseconds