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

  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 247 image_urls_.clear();
285 exact_match = image_urls_.size() == 1 ||
286 image_urls_[1].icon_sizes.empty() ||
287 image_urls_[1].icon_sizes[0].GetArea() < largest.GetArea();
348 image_urls_.clear();
353 image_urls_.push_back(*i);
364 if (!image_urls_.empty())
369 DCHECK(!image_urls_.empty());
446 image_urls_.size() > 1) {
447 // Remove the first member of image_urls_ and process the remaining
    [all...]
favicon_handler.h 114 return image_urls_;
233 return (!image_urls_.empty()) ? &image_urls_.front() : NULL;
247 // Sorts the entries in |image_urls_| by icon size in descending order.
278 std::vector<favicon::FaviconURL> image_urls_; member in class:FaviconHandler
favicon_handler_unittest.cc 281 return image_urls_;
    [all...]