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 69 // LayerTreeHostImpl's SetNeedsRedraw() and SetNeedsRedrawRect().
93 // LayerTreeHostImpl owns the LayerImpl trees as well as associated rendering
95 class CC_EXPORT LayerTreeHostImpl
101 public base::SupportsWeakPtr<LayerTreeHostImpl> {
103 static scoped_ptr<LayerTreeHostImpl> Create(
110 virtual ~LayerTreeHostImpl();
424 // InsertSwapPromiseMonitor() to register itself with LayerTreeHostImpl.
431 LayerTreeHostImpl(
657 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
layer_tree_host_impl.cc 68 void DidVisibilityChange(cc::LayerTreeHostImpl* id, bool visible) {
71 "LayerTreeHostImpl::SetVisible",
73 "LayerTreeHostImpl",
78 TRACE_EVENT_ASYNC_END0("webkit", "LayerTreeHostImpl::SetVisible", id);
132 LayerTreeHostImpl* layer_tree_host_impl,
188 LayerTreeHostImpl* layer_tree_host_impl,
195 LayerTreeHostImpl* layer_tree_host_impl_;
201 LayerTreeHostImpl::FrameData::FrameData()
204 LayerTreeHostImpl::FrameData::~FrameData() {}
206 scoped_ptr<LayerTreeHostImpl> LayerTreeHostImpl::Create
    [all...]

Completed in 33 milliseconds