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

  /external/webkit/WebCore/platform/graphics/win/
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/android/
GraphicsLayerAndroid.cpp 144 NativeLayer GraphicsLayerAndroid::nativeLayer() const
146 LOG("(%x) nativeLayer", this);
  /external/webkit/WebCore/platform/graphics/qt/
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...]

Completed in 81 milliseconds