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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LegacyCACFLayerTreeHost.h 35 // FIXME: Currently there is a LegacyCACFLayerTreeHost for each WebView and each
38 class LegacyCACFLayerTreeHost : public CACFLayerTreeHost {
40 static PassRefPtr<LegacyCACFLayerTreeHost> create();
41 virtual ~LegacyCACFLayerTreeHost();
44 LegacyCACFLayerTreeHost();
55 void renderTimerFired(Timer<LegacyCACFLayerTreeHost>*);
67 Timer<LegacyCACFLayerTreeHost> m_renderTimer;
LegacyCACFLayerTreeHost.cpp 27 #include "LegacyCACFLayerTreeHost.h"
97 PassRefPtr<LegacyCACFLayerTreeHost> LegacyCACFLayerTreeHost::create()
99 return adoptRef(new LegacyCACFLayerTreeHost);
102 LegacyCACFLayerTreeHost::LegacyCACFLayerTreeHost()
103 : m_renderTimer(this, &LegacyCACFLayerTreeHost::renderTimerFired)
114 LegacyCACFLayerTreeHost::~LegacyCACFLayerTreeHost()
119 void LegacyCACFLayerTreeHost::initializeContext(void* userData, PlatformCALayer* layer
    [all...]
CACFLayerTreeHost.cpp 33 #include "LegacyCACFLayerTreeHost.h"
123 host = LegacyCACFLayerTreeHost::create();

Completed in 32 milliseconds