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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h87 // LayerTreeHostImpl owns the LayerImpl trees as well as associated rendering
89 class CC_EXPORT LayerTreeHostImpl class in namespace:cc
95 public base::SupportsWeakPtr<LayerTreeHostImpl> {
97 static scoped_ptr<LayerTreeHostImpl> Create(
102 virtual ~LayerTreeHostImpl();
398 LayerTreeHostImpl(
576 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
H A Dlayer_tree_host_impl.cc59 void DidVisibilityChange(cc::LayerTreeHostImpl* id, bool visible) {
62 "LayerTreeHostImpl::SetVisible",
64 "LayerTreeHostImpl",
69 TRACE_EVENT_ASYNC_END0("webkit", "LayerTreeHostImpl::SetVisible", id);
79 LayerTreeHostImpl* layer_tree_host_impl,
137 LayerTreeHostImpl* layer_tree_host_impl,
144 LayerTreeHostImpl* layer_tree_host_impl_;
150 LayerTreeHostImpl::FrameData::FrameData()
153 LayerTreeHostImpl::FrameData::~FrameData() {}
155 scoped_ptr<LayerTreeHostImpl> LayerTreeHostImp
167 LayerTreeHostImpl::LayerTreeHostImpl( function in class:cc::LayerTreeHostImpl
[all...]

Completed in 63 milliseconds