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

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayerClient.h 59 class GraphicsLayerClient {
61 virtual ~GraphicsLayerClient() {}
GraphicsLayer.h 36 #include "GraphicsLayerClient.h"
190 static PassOwnPtr<GraphicsLayer> create(GraphicsLayerClient*);
194 GraphicsLayerClient* client() const { return m_client; }
381 GraphicsLayer(GraphicsLayerClient*);
385 GraphicsLayerClient* m_client;
GraphicsLayer.cpp 64 GraphicsLayer::GraphicsLayer(GraphicsLayerClient* client)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 31 #include <WebCore/GraphicsLayerClient.h>
36 class LayerTreeHostCA : public LayerTreeHost, WebCore::GraphicsLayerClient {
69 // GraphicsLayerClient
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 24 #include "GraphicsLayerClient.h"
36 GraphicsLayerQt(GraphicsLayerClient*);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 45 GraphicsLayerChromium(GraphicsLayerClient*);
GraphicsLayerChromium.cpp 87 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
92 GraphicsLayerChromium::GraphicsLayerChromium(GraphicsLayerClient* client)
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 25 #include "GraphicsLayerClient.h"
43 GraphicsLayerTextureMapper(GraphicsLayerClient*);
GraphicsLayerTextureMapper.cpp 27 GraphicsLayerTextureMapper::GraphicsLayerTextureMapper(GraphicsLayerClient* client)
375 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.h 42 GraphicsLayerCACF(GraphicsLayerClient*);
MediaPlayerPrivateQuickTimeWin.h 40 #include "GraphicsLayerClient.h"
57 , public GraphicsLayerClient
68 // GraphicsLayerClient methods
GraphicsLayerCACF.cpp 120 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
125 GraphicsLayerCACF::GraphicsLayerCACF(GraphicsLayerClient* client)
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 25 #include "GraphicsLayerClient.h"
47 GraphicsLayerAndroid(GraphicsLayerClient*);
GraphicsLayerAndroid.cpp 90 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
95 static RenderLayer* renderLayerFromClient(GraphicsLayerClient* client)
100 GraphicsLayerAndroid::GraphicsLayerAndroid(GraphicsLayerClient* client) :
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.h 34 #include "GraphicsLayerClient.h"
56 class RenderLayerBacking : public GraphicsLayerClient {
128 // GraphicsLayerClient interface
RenderLayerCompositor.h 57 class RenderLayerCompositor : public GraphicsLayerClient {
180 // These are named to avoid conflicts with the functions in GraphicsLayerClient
192 // GraphicsLayerClient Implementation
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 51 GraphicsLayerCA(GraphicsLayerClient*);
GraphicsLayerCA.cpp 247 PassOwnPtr<GraphicsLayer> GraphicsLayer::create(GraphicsLayerClient* client)
252 GraphicsLayerCA::GraphicsLayerCA(GraphicsLayerClient* client)
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 44 #include <WebCore/GraphicsLayerClient.h>
81 , WebCore::GraphicsLayerClient
    [all...]

Completed in 890 milliseconds