HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceVector (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/image/
cairo_cached_surface.h 67 typedef std::vector<std::pair<GdkDisplay*, cairo_surface_t*> > SurfaceVector;
79 mutable SurfaceVector surface_map_;
cairo_cached_surface.cc 22 for (SurfaceVector::iterator it = surface_map_.begin();
83 for (SurfaceVector::const_iterator it = surface_map_.begin();

Completed in 170 milliseconds