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 80 // LayerTreeHostImpl's SetNeedsRedraw(), SetNeedsRedrawRect() and
106 // LayerTreeHostImpl owns the LayerImpl trees as well as associated rendering
108 class CC_EXPORT LayerTreeHostImpl
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);
layer_tree_host_impl.cc 81 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> LayerTreeHostImpl::Create
    [all...]

Completed in 112 milliseconds