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

  /external/chromium_org/cc/layers/
layer_lists.h 18 typedef std::vector<scoped_refptr<Layer> > LayerList;
36 LayerList::iterator begin();
37 LayerList::iterator end();
38 LayerList::const_iterator begin() const;
39 LayerList::const_iterator end() const;
41 LayerList& AsLayerList() { return list_; }
42 const LayerList& AsLayerList() const { return list_; }
45 LayerList list_;
layer_iterator.h 106 typedef typename LayerType::LayerListType LayerList;
270 inline const LayerList& target_render_surface_children() const {
  /external/chromium_org/ppapi/proxy/
compositor_resource.h 63 typedef std::vector<scoped_refptr<CompositorLayerResource> > LayerList;
64 LayerList layers_;

Completed in 727 milliseconds