HomeSort by relevance Sort by last modified time
    Searched defs:LayerTreeHost (Results 1 - 2 of 2) 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()

Completed in 41 milliseconds