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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.cpp 27 #include "CACFLayerTreeHost.h"
60 bool CACFLayerTreeHost::acceleratedCompositingAvailable()
108 RefPtr<CACFLayerTreeHost> host = CACFLayerTreeHost::create();
117 PassRefPtr<CACFLayerTreeHost> CACFLayerTreeHost::create()
121 RefPtr<CACFLayerTreeHost> host = WKCACFViewLayerTreeHost::create();
128 CACFLayerTreeHost::CACFLayerTreeHost()
140 void CACFLayerTreeHost::initialize(
    [all...]
CACFLayerTreeHost.h 54 class CACFLayerTreeHost : public RefCounted<CACFLayerTreeHost>, private AbstractCACFLayerTreeHost {
56 static PassRefPtr<CACFLayerTreeHost> create();
57 virtual ~CACFLayerTreeHost();
73 CACFLayerTreeHost();

Completed in 430 milliseconds