Searched refs:LayerTreeHostGtk (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp28 #include "LayerTreeHostGtk.h"
64 PassRefPtr<LayerTreeHostGtk> LayerTreeHostGtk::create(WebPage* webPage)
66 RefPtr<LayerTreeHostGtk> host = adoptRef(new LayerTreeHostGtk(webPage));
71 LayerTreeHostGtk::LayerTreeHostGtk(WebPage* webPage) function in class:WebKit::LayerTreeHostGtk
80 GLContext* LayerTreeHostGtk::glContext()
93 void LayerTreeHostGtk::initialize()
133 LayerTreeHostGtk
[all...]
H A DLayerTreeHostGtk.h43 class LayerTreeHostGtk : public LayerTreeHost, WebCore::GraphicsLayerClient { class in namespace:WebKit
45 static PassRefPtr<LayerTreeHostGtk> create(WebPage*);
46 virtual ~LayerTreeHostGtk();
49 explicit LayerTreeHostGtk(WebPage*);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DLayerTreeHost.cpp34 #include "LayerTreeHostGtk.h"
46 return LayerTreeHostGtk::create(webPage);

Completed in 70 milliseconds