HomeSort by relevance Sort by last modified time
    Searched refs:nativeLayer (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 38 virtual NativeLayer nativeLayer() const;
GraphicsLayerQt.cpp 372 else if (m_layer && m_layer->parent() && m_layer->parent()->nativeLayer() != parentItem())
373 setParentItem(m_layer->parent()->nativeLayer());
837 NativeLayer GraphicsLayerQt::nativeLayer() const
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 44 virtual NativeLayer nativeLayer() const;
GraphicsLayerAndroid.cpp 144 NativeLayer GraphicsLayerAndroid::nativeLayer() const
146 LOG("(%x) nativeLayer", this);
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 48 virtual NativeLayer nativeLayer() const;
GraphicsLayerCACF.cpp 153 NativeLayer GraphicsLayerCACF::nativeLayer() const
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 51 typedef CALayer* NativeLayer;
54 typedef void* NativeLayer;
60 typedef void* NativeLayer;
65 typedef QGraphicsItem* NativeLayer;
68 typedef void* NativeLayer;
180 virtual NativeLayer nativeLayer() const { return 0; }
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.h 55 virtual NativeLayer nativeLayer() const;
GraphicsLayerCA.mm 429 NativeLayer GraphicsLayerCA::nativeLayer() const
    [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
ChromeClientQt.cpp 482 platformPageClient()->setRootGraphicsLayer(graphicsLayer ? graphicsLayer->nativeLayer() : 0);
  /external/webkit/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 710 [webHTMLView attachRootLayer:graphicsLayer->nativeLayer()];

Completed in 917 milliseconds