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

/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
H A DLayerTreeHostCAMac.h36 class LayerTreeHostCAMac : public LayerTreeHostCA { class in namespace:WebKit
38 static PassRefPtr<LayerTreeHostCAMac> create(WebPage*);
39 virtual ~LayerTreeHostCAMac();
42 explicit LayerTreeHostCAMac(WebPage*);
H A DLayerTreeHostCAMac.mm27 #import "LayerTreeHostCAMac.h"
42 PassRefPtr<LayerTreeHostCAMac> LayerTreeHostCAMac::create(WebPage* webPage)
44 RefPtr<LayerTreeHostCAMac> host = adoptRef(new LayerTreeHostCAMac(webPage));
49 LayerTreeHostCAMac::LayerTreeHostCAMac(WebPage* webPage)
54 LayerTreeHostCAMac::~LayerTreeHostCAMac()
60 void LayerTreeHostCAMac
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DLayerTreeHost.cpp31 #include "LayerTreeHostCAMac.h"
48 return LayerTreeHostCAMac::create(webPage);

Completed in 68 milliseconds