Searched defs:LayerTreeHostImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h80 // LayerTreeHostImpl's SetNeedsRedraw(), SetNeedsRedrawRect() and
106 // LayerTreeHostImpl owns the LayerImpl trees as well as associated rendering
108 class CC_EXPORT LayerTreeHostImpl class in namespace:cc
115 public base::SupportsWeakPtr<LayerTreeHostImpl> {
117 static scoped_ptr<LayerTreeHostImpl> Create(
124 virtual ~LayerTreeHostImpl();
469 // InsertSwapPromiseMonitor() to register itself with LayerTreeHostImpl.
484 LayerTreeHostImpl(
700 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
H A Dlayer_tree_host_impl.cc81 void DidVisibilityChange(LayerTreeHostImpl* id, bool visible) {
84 "LayerTreeHostImpl::SetVisible",
86 "LayerTreeHostImpl",
91 TRACE_EVENT_ASYNC_END0("webkit", "LayerTreeHostImpl::SetVisible", id);
137 LayerTreeHostImpl* layer_tree_host_impl,
192 LayerTreeHostImpl* layer_tree_host_impl,
199 LayerTreeHostImpl* layer_tree_host_impl_;
205 LayerTreeHostImpl::FrameData::FrameData()
208 LayerTreeHostImpl::FrameData::~FrameData() {}
210 scoped_ptr<LayerTreeHostImpl> LayerTreeHostImp
221 LayerTreeHostImpl::LayerTreeHostImpl( function in class:cc::LayerTreeHostImpl
[all...]

Completed in 416 milliseconds