OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformCALayerDrawsContent
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h
59
virtual bool
platformCALayerDrawsContent
() const = 0;
GraphicsLayerCA.h
144
virtual bool
platformCALayerDrawsContent
() const { return drawsContent(); }
/external/webkit/Source/WebCore/platform/graphics/mac/
WebTiledLayer.mm
63
if (layer && layer->owner() && layer->owner()->
platformCALayerDrawsContent
())
WebLayer.mm
113
if (layerContents && layerContents->
platformCALayerDrawsContent
()) {
149
if (layer && layer->owner() && layer->owner()->
platformCALayerDrawsContent
())
/external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp
193
virtual bool
platformCALayerDrawsContent
() const { return false; }
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp
109
virtual bool
platformCALayerDrawsContent
() const { return false; }
[
all
...]
Completed in 1299 milliseconds