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

  /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_;
template_url.cc 654 for (std::vector<ImageRef>::iterator i = image_refs_.begin();
668 TemplateURL::ImageRef("image/x-icon", kFaviconSize,
674 for (std::vector<ImageRef>::const_iterator i = image_refs_.begin();
template_url_parser.cc 143 current_image_.reset(new TemplateURL::ImageRef(type, width, height));
233 scoped_ptr<TemplateURL::ImageRef> current_image_;
537 const std::vector<TemplateURL::ImageRef>& image_refs = url->image_refs();
  /external/chromium/chrome/browser/importer/
profile_import_process_messages.h 217 // Traits for TemplateURL::ImageRef
219 struct ParamTraits<TemplateURL::ImageRef> {
220 typedef TemplateURL::ImageRef param_type;
237 *p = TemplateURL::ImageRef(type, width, height, url); // here in
241 l->append("<TemplateURL::ImageRef>");
266 std::vector<TemplateURL::ImageRef>::const_iterator iter;
329 p->add_image_ref(TemplateURL::ImageRef(type, width, height, url));

Completed in 37 milliseconds