/external/chromium/chrome/common/ |
favicon_url.cc | 8 : icon_type(INVALID_ICON) { 13 icon_type(type) {
|
favicon_url.h | 29 IconType icon_type; member in struct:FaviconURL
|
icon_messages.h | 20 IPC_STRUCT_TRAITS_MEMBER(icon_type)
|
/external/chromium_org/content/public/common/ |
favicon_url.cc | 10 : icon_type(INVALID_ICON) { 15 icon_type(type) {
|
favicon_url.h | 31 IconType icon_type; member in struct:content::FaviconURL
|
/external/chromium_org/ash/system/chromeos/network/ |
network_icon.h | 31 // not be NULL. |icon_type| determines the color theme and whether or not to 32 // show the VPN badge. This caches badged icons per network per |icon_type|. 35 IconType icon_type); 39 IconType icon_type, 44 IconType icon_type, 49 IconType icon_type, 52 // Returns the label for |network| based on |icon_type|. |network| can be NULL. 55 IconType icon_type); 61 // Gets the correct icon and label for |icon_type|. Also sets |animating| 63 ASH_EXPORT void GetDefaultNetworkImageAndLabel(IconType icon_type, [all...] |
network_icon.cc | 58 explicit NetworkIconImpl(IconType icon_type); 113 NetworkIconMap* GetIconMapInstance(IconType icon_type, bool create) { 121 if (s_icon_map->count(icon_type) == 0) { 124 (*s_icon_map)[icon_type] = new NetworkIconMap; 126 return (*s_icon_map)[icon_type]; 129 NetworkIconMap* GetIconMap(IconType icon_type) { 130 return GetIconMapInstance(icon_type, true); 133 void PurgeIconMap(IconType icon_type, 135 NetworkIconMap* icon_map = GetIconMapInstance(icon_type, false); 254 bool IconTypeIsDark(IconType icon_type) { [all...] |
/external/chromium_org/chrome/common/favicon/ |
favicon_types.cc | 19 icon_type(INVALID_ICON) {}
|
favicon_types.h | 18 // Defines the icon types. They are also stored in icon_type field of favicons 69 IconType icon_type; member in struct:chrome::FaviconBitmapResult
|
/external/chromium/chrome/browser/ |
favicon_helper.cc | 26 // Returns history::IconType the given icon_type corresponds to. 27 history::IconType ToHistoryIconType(FaviconURL::IconType icon_type) { 28 switch (icon_type) { 45 history::IconType icon_type) { 47 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type); 54 icon_type(history::INVALID_ICON) { 60 history::IconType icon_type) 64 icon_type(icon_type) { [all...] |
favicon_helper.h | 77 FaviconHelper(TabContents* tab_contents, Type icon_type); 93 history::IconType icon_type, 116 history::IconType icon_type, 122 history::IconType icon_type, 135 history::IconType icon_type); 151 history::IconType icon_type); 156 history::IconType icon_type; member in struct:FaviconHelper::DownloadRequest 176 history::IconType icon_type); 187 history::IconType icon_type, 195 history::IconType icon_type); [all...] |
favicon_service.cc | 18 history::IconType icon_type, 25 hs->GetFavicon(request, icon_url, icon_type); 34 history::IconType icon_type, 41 hs->UpdateFaviconMappingAndFetch(request, page_url, icon_url, icon_type); 85 history::IconType icon_type) { 88 hs->SetFavicon(page_url, icon_url, image_data, icon_type);
|
favicon_service.h | 47 // Requests the |icon_type| of favicon. |consumer| is notified when the bits 50 history::IconType icon_type, 54 // Fetches the |icon_type| of favicon at |icon_url|, sending the results to 61 history::IconType icon_type, 91 history::IconType icon_type);
|
favicon_helper_unittest.cc | 87 int icon_type, 91 icon_type_(icon_type), 97 int icon_type, 102 icon_type_(icon_type), 188 history::IconType icon_type, 192 icon_type, callback)); 197 history::IconType icon_type, 201 icon_type, callback)); 223 history::IconType icon_type) OVERRIDE { 225 icon_type, image_data, NULL)) [all...] |
/external/chromium_org/chrome/browser/favicon/ |
favicon_handler.cc | 37 // Returns chrome::IconType the given icon_type corresponds to. 38 chrome::IconType ToHistoryIconType(FaviconURL::IconType icon_type) { 39 switch (icon_type) { 53 // Get the maximal icon size in pixels for a icon of type |icon_type| for the 55 int GetMaximalIconSize(chrome::IconType icon_type) { 56 switch (icon_type) { 75 chrome::IconType icon_type) { 77 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type); 89 chrome::IconType icon_type = ToHistoryIconType(favicon_url.icon_type) [all...] |
favicon_handler.h | 88 Type icon_type); 134 chrome::IconType icon_type, 140 chrome::IconType icon_type, 152 chrome::IconType icon_type, 174 chrome::IconType icon_type); 178 chrome::IconType icon_type; member in struct:FaviconHandler::DownloadRequest 189 chrome::IconType icon_type); 195 chrome::IconType icon_type; member in struct:FaviconHandler::FaviconCandidate 207 chrome::IconType icon_type); 217 chrome::IconType icon_type); [all...] |
favicon_service.h | 90 // Requests the favicon at |icon_url| of |icon_type| whose size most closely 100 chrome::IconType icon_type, 107 chrome::IconType icon_type, 115 chrome::IconType icon_type, 209 // Set the favicon for |page_url| for |icon_type| in the thumbnail database. 216 chrome::IconType icon_type, 220 // Set the favicon for |page_url| for |icon_type| in the thumbnail database. 232 chrome::IconType icon_type,
|
favicon_service.cc | 81 chrome::IconType icon_type, 92 icon_urls, icon_type, desired_size_in_dip, 101 chrome::IconType icon_type, 118 icon_urls, icon_type, desired_size_in_dip, desired_scale_factors, 127 chrome::IconType icon_type, 135 icon_urls, icon_type, desired_size_in_dip, 265 chrome::IconType icon_type, 269 history_service_->MergeFavicon(page_url, icon_url, icon_type, bitmap_data, 276 chrome::IconType icon_type, 302 history_service_->SetFavicons(page_url, icon_type, favicon_bitmap_data) [all...] |
favicon_handler_unittest.cc | 52 chrome::IconType icon_type, 62 bitmap_result.icon_type = icon_type; 136 int icon_type, 140 icon_type_(icon_type), 146 int icon_type, 150 icon_type_(icon_type), 259 chrome::IconType icon_type, 263 icon_type, callback)); 268 chrome::IconType icon_type, [all...] |
/external/chromium_org/chrome/browser/history/ |
thumbnail_database.h | 126 // FAVICON, and the icon type is returned in icon_type parameter if it is not 131 chrome::IconType* icon_type); 133 // Gets the icon_url, icon_type and sizes for the specified |icon_id|. 136 chrome::IconType* icon_type); 138 // Adds favicon with |icon_url|, |icon_type| and |favicon_sizes| to the 141 chrome::IconType icon_type); 147 chrome::IconType icon_type, 223 // Return all icon mappings of the given |icon_type|.
|
thumbnail_database.cc | 42 // associated via <link rel="icon_type" href="url">. 48 // icon_type The type of the favicon specified in the rel attribute of 96 icon_mapping->icon_type = 294 "icon_type INTEGER DEFAULT 1," 348 // default icon_type FAVICON to be consistent with past migration. 349 "icon_type INTEGER DEFAULT 1" [all...] |
/external/chromium/chrome/browser/history/ |
thumbnail_database.h | 112 // FAVICON, and the icon type is returned in icon_type parameter if it is not 117 IconType* icon_type); 127 FaviconID AddFavicon(const GURL& icon_url, IconType icon_type); 242 // Adds support for the icon_type in favicon table.
|
history_backend.h | 224 IconType icon_type); 229 IconType icon_type); 451 // Only a single type can be given in icon_type when page_url is specified. 456 int icon_type); 462 IconType icon_type); 471 IconType icon_type,
|
history_backend.cc | [all...] |
/external/chromium_org/android_webview/browser/ |
icon_helper.cc | 61 switch(i->icon_type) {
|