Searched defs:LayerList (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_lists.h18 typedef std::vector<scoped_refptr<Layer> > LayerList; typedef in namespace:cc
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_;
H A Dlayer_iterator.h106 typedef typename LayerType::LayerListType LayerList; typedef in class:cc::LayerIterator
270 inline const LayerList& target_render_surface_children() const {
/external/chromium_org/ppapi/proxy/
H A Dcompositor_resource.h63 typedef std::vector<scoped_refptr<CompositorLayerResource> > LayerList; typedef in class:ppapi::proxy::CompositorResource
64 LayerList layers_;

Completed in 118 milliseconds