Searched refs:ImageRef (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/search_engines/ |
D | template_url.h | 264 struct ImageRef { struct 265 ImageRef(const std::string& type, int width, int height) in ImageRef() argument 269 ImageRef(const std::string& type, int width, int height, const GURL& url) in ImageRef() argument 404 void add_image_ref(const ImageRef& ref) { image_refs_.push_back(ref); } in add_image_ref() 405 const std::vector<ImageRef>& image_refs() const { return image_refs_; } in image_refs() 507 std::vector<ImageRef> image_refs_;
|
D | template_url_parser.cc | 143 current_image_.reset(new TemplateURL::ImageRef(type, width, height)); in AddImageRef() 233 scoped_ptr<TemplateURL::ImageRef> current_image_; 537 const std::vector<TemplateURL::ImageRef>& image_refs = url->image_refs(); in IsLegal()
|
D | template_url.cc | 654 for (std::vector<ImageRef>::iterator i = image_refs_.begin(); in SetFaviconURL() 668 TemplateURL::ImageRef("image/x-icon", kFaviconSize, in SetFaviconURL() 674 for (std::vector<ImageRef>::const_iterator i = image_refs_.begin(); in GetFaviconURL()
|
/external/chromium/chrome/browser/importer/ |
D | profile_import_process_messages.h | 219 struct ParamTraits<TemplateURL::ImageRef> { 220 typedef TemplateURL::ImageRef param_type; 237 *p = TemplateURL::ImageRef(type, width, height, url); // here in 266 std::vector<TemplateURL::ImageRef>::const_iterator iter; 329 p->add_image_ref(TemplateURL::ImageRef(type, width, height, url));
|