/external/chromium_org/chrome/browser/ui/webui/ |
favicon_source.cc | 48 icon_types_(type == FAVICON ? chrome::FAVICON : 57 return icon_types_ == chrome::FAVICON ? 74 bool success = chrome::ParseFaviconPath(path, icon_types_, &parsed); 111 FaviconService::FaviconForURLParams(url, icon_types_,
|
favicon_source.h | 139 int icon_types_; member in class:FaviconSource
|
/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_)) {
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_handler.h | 245 // Returns the preferred_icon_size according icon_types_, 0 means no 251 return icon_types_ == chrome::FAVICON ? gfx::kFaviconSize : 0; 275 const int icon_types_; member in class:FaviconHandler
|
favicon_handler.cc | 218 icon_types_(icon_type == FAVICON ? chrome::FAVICON : 243 icon_types_, 341 if (!i->icon_url.is_empty() && (i->icon_type & icon_types_)) 516 if (has_results && icon_types_ == chrome::FAVICON && 596 if (has_results && icon_types_ == chrome::FAVICON) {
|