OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentsLayer
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h
129
LayerChromium*
contentsLayer
() const { return m_contentsLayer.get(); }
GraphicsLayerChromium.cpp
127
m_contentsLayer->setName("
ContentsLayer
for " + m_nameBase);
644
void GraphicsLayerChromium::setupContentsLayer(LayerChromium*
contentsLayer
)
646
if (
contentsLayer
== m_contentsLayer)
654
if (
contentsLayer
) {
655
m_contentsLayer =
contentsLayer
;
/external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h
118
WKCACFLayer*
contentsLayer
() const { return m_contentsLayer.get(); }
GraphicsLayerCACF.cpp
711
void GraphicsLayerCACF::setupContentsLayer(WKCACFLayer*
contentsLayer
)
713
if (
contentsLayer
== m_contentsLayer)
721
if (
contentsLayer
) {
722
m_contentsLayer =
contentsLayer
;
/external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp
[
all
...]