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

  /frameworks/base/opengl/libs/EGL/
egl_object.h 209 typedef egl_image_t::Ref ImageRef;
  /external/chromium/chrome/browser/search_engines/
template_url.h 264 struct ImageRef {
265 ImageRef(const std::string& type, int width, int height)
269 ImageRef(const std::string& type, int width, int height, const GURL& url)
404 void add_image_ref(const ImageRef& ref) { image_refs_.push_back(ref); }
405 const std::vector<ImageRef>& image_refs() const { return image_refs_; }
407 // Convenience methods for getting/setting an ImageRef that points to a
408 // favicon. A TemplateURL need not have an ImageRef for a favicon. In such
507 std::vector<ImageRef> image_refs_;

Completed in 69 milliseconds