Home
last modified time | relevance | path

Searched refs:nativeLayer (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h38 virtual NativeLayer nativeLayer() const;
DGraphicsLayerQt.cpp372 else if (m_layer && m_layer->parent() && m_layer->parent()->nativeLayer() != parentItem()) in flushChanges()
373 setParentItem(m_layer->parent()->nativeLayer()); in flushChanges()
837 NativeLayer GraphicsLayerQt::nativeLayer() const in nativeLayer() function in WebCore::GraphicsLayerQt
/external/webkit/WebCore/platform/graphics/win/
DGraphicsLayerCACF.h48 virtual NativeLayer nativeLayer() const;
DGraphicsLayerCACF.cpp153 NativeLayer GraphicsLayerCACF::nativeLayer() const in nativeLayer() function in WebCore::GraphicsLayerCACF
/external/webkit/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h44 virtual NativeLayer nativeLayer() const;
DGraphicsLayerAndroid.cpp144 NativeLayer GraphicsLayerAndroid::nativeLayer() const in nativeLayer() function in WebCore::GraphicsLayerAndroid
/external/webkit/WebCore/platform/graphics/
DGraphicsLayer.h180 virtual NativeLayer nativeLayer() const { return 0; } in nativeLayer() function
/external/webkit/WebCore/platform/graphics/mac/
DGraphicsLayerCA.h55 virtual NativeLayer nativeLayer() const;
DGraphicsLayerCA.mm429 NativeLayer GraphicsLayerCA::nativeLayer() const
/external/webkit/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp482 … platformPageClient()->setRootGraphicsLayer(graphicsLayer ? graphicsLayer->nativeLayer() : 0); in attachRootGraphicsLayer()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.mm710 [webHTMLView attachRootLayer:graphicsLayer->nativeLayer()];
/external/webkit/WebCore/
DChangeLog-2010-01-295765 (WebCore::GraphicsLayerQt::nativeLayer): reimp (QGraphicsItem*)