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

  /external/chromium/chrome/browser/
favicon_helper.h 217 // Returns the preferred_icon_size according icon_types_, 0 means no
220 return icon_types_ == history::FAVICON ? kFaviconSize : 0;
244 const int icon_types_; member in class:FaviconHelper
favicon_helper.cc 71 icon_types_(icon_type == FAVICON ? history::FAVICON :
101 GetFaviconForURL(url_, icon_types_, &cancelable_consumer_,
170 if (!i->icon_url.is_empty() && (i->icon_type & icon_types_)) {

Completed in 25 milliseconds