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 78 // LayerTreeHostImpl's SetNeedsRedraw(), SetNeedsRedrawRect() and
104 // LayerTreeHostImpl owns the LayerImpl trees as well as associated rendering
106 class CC_EXPORT LayerTreeHostImpl
113 public base::SupportsWeakPtr<LayerTreeHostImpl> {
115 static scoped_ptr<LayerTreeHostImpl> Create(
122 virtual ~LayerTreeHostImpl();
465 // InsertSwapPromiseMonitor() to register itself with LayerTreeHostImpl.
475 LayerTreeHostImpl(
704 DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
layer_tree_host_impl.cc 74 void DidVisibilityChange(cc::LayerTreeHostImpl* id, bool visible) {
77 "LayerTreeHostImpl::SetVisible",
79 "LayerTreeHostImpl",
84 TRACE_EVENT_ASYNC_END0("webkit", "LayerTreeHostImpl::SetVisible", id);
126 LayerTreeHostImpl* layer_tree_host_impl,
181 LayerTreeHostImpl* layer_tree_host_impl,
188 LayerTreeHostImpl* layer_tree_host_impl_;
194 LayerTreeHostImpl::FrameData::FrameData()
197 LayerTreeHostImpl::FrameData::~FrameData() {}
199 scoped_ptr<LayerTreeHostImpl> LayerTreeHostImpl::Create
    [all...]

Completed in 281 milliseconds