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

  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.h 36 class LayerTreeHostCAMac : public LayerTreeHostCA {
38 static PassRefPtr<LayerTreeHostCAMac> create(WebPage*);
39 virtual ~LayerTreeHostCAMac();
42 explicit LayerTreeHostCAMac(WebPage*);
LayerTreeHostCAMac.mm 27 #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::platformInitialize(LayerTreeContext& layerTreeContext
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
LayerTreeHost.cpp 31 #include "LayerTreeHostCAMac.h"
48 return LayerTreeHostCAMac::create(webPage);

Completed in 144 milliseconds