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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/
LayerTreeHost.cpp 27 #include "LayerTreeHost.h"
45 PassRefPtr<LayerTreeHost> LayerTreeHost::create(WebPage* webPage)
56 LayerTreeHost::LayerTreeHost(WebPage* webPage)
61 LayerTreeHost::~LayerTreeHost()
LayerTreeHost.h 44 class LayerTreeHost : public RefCounted<LayerTreeHost> {
46 static PassRefPtr<LayerTreeHost> create(WebPage*);
47 virtual ~LayerTreeHost();
77 explicit LayerTreeHost(WebPage*);
83 inline bool LayerTreeHost::supportsAcceleratedCompositing()
DrawingAreaImpl.h 30 #include "LayerTreeHost.h"
108 RefPtr<LayerTreeHost> m_layerTreeHost;
DrawingAreaImpl.cpp 389 m_layerTreeHost = LayerTreeHost::create(m_webPage);
564 // The layout may have put the page into accelerated compositing mode. If the LayerTreeHost is
WebPage.cpp 35 #include "LayerTreeHost.h"
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
LayerTreeHostWin.cpp 27 #include "LayerTreeHost.h"
35 bool LayerTreeHost::supportsAcceleratedCompositing()
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 30 #include "LayerTreeHost.h"
36 class LayerTreeHostCA : public LayerTreeHost, WebCore::GraphicsLayerClient {
48 // LayerTreeHost.
57 // LayerTreeHost.
LayerTreeHostCA.cpp 44 : LayerTreeHost(webPage)
55 m_rootLayer->setName("LayerTreeHost root layer");
64 m_nonCompositedContentLayer->setName("LayerTreeHost non-composited content");
237 m_pageOverlayLayer->setName("LayerTreeHost page overlay content");

Completed in 306 milliseconds