HomeSort by relevance Sort by last modified time
    Searched defs:LayerTreeHostCA (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.h 36 class LayerTreeHostCA : public LayerTreeHost, WebCore::GraphicsLayerClient {
38 virtual ~LayerTreeHostCA();
41 explicit LayerTreeHostCA(WebPage*);
53 // LayerTreeHostCA
76 // LayerTreeHostCA
LayerTreeHostCA.cpp 27 #include "LayerTreeHostCA.h"
43 LayerTreeHostCA::LayerTreeHostCA(WebPage* webPage)
50 void LayerTreeHostCA::initialize()
82 LayerTreeHostCA::~LayerTreeHostCA()
88 const LayerTreeContext& LayerTreeHostCA::layerTreeContext()
93 void LayerTreeHostCA::setShouldNotifyAfterNextScheduledLayerFlush(bool notifyAfterScheduledLayerFlush)
98 void LayerTreeHostCA::setRootCompositingLayer(GraphicsLayer* graphicsLayer)
107 void LayerTreeHostCA::invalidate(
    [all...]

Completed in 466 milliseconds