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

  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 87 // LayerTreeHostImpl owns the LayerImpl trees as well as associated rendering
89 class CC_EXPORT LayerTreeHostImpl
95 public base::SupportsWeakPtr<LayerTreeHostImpl> {
97 static scoped_ptr<LayerTreeHostImpl> Create(
102 virtual ~LayerTreeHostImpl();
398 LayerTreeHostImpl(
576 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
layer_tree_host_impl.cc 59 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> LayerTreeHostImpl::Create
    [all...]

Completed in 30 milliseconds