HomeSort by relevance Sort by last modified time
    Searched defs:icon_type (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/components/favicon/core/
favicon_url.h 28 favicon_base::IconType icon_type; member in struct:favicon::FaviconURL
  /external/chromium_org/content/public/common/
favicon_url.h 37 IconType icon_type; member in struct:content::FaviconURL
  /external/chromium_org/components/favicon_base/
favicon_types.h 17 // Defines the icon types. They are also stored in icon_type field of favicons
68 IconType icon_type; member in struct:favicon_base::FaviconRawBitmapResult
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 85 Type icon_type,
127 favicon_base::IconType icon_type,
133 favicon_base::IconType icon_type,
145 favicon_base::IconType icon_type,
166 favicon_base::IconType icon_type);
170 favicon_base::IconType icon_type; member in struct:FaviconHandler::DownloadRequest
182 favicon_base::IconType icon_type);
188 favicon_base::IconType icon_type; member in struct:FaviconHandler::FaviconCandidate
200 favicon_base::IconType icon_type);
210 favicon_base::IconType icon_type);
    [all...]
favicon_handler.cc 33 // Get the maximal icon size in pixels for a icon of type |icon_type| for the
35 int GetMaximalIconSize(favicon_base::IconType icon_type) {
36 switch (icon_type) {
55 favicon_base::IconType icon_type) {
56 return favicon_url.icon_url == url && favicon_url.icon_type == icon_type;
68 const favicon_base::IconType icon_type = favicon_url.icon_type; local
72 icon_type != bitmap_results[i].icon_type) {
    [all...]
  /external/chromium_org/chrome/browser/history/
expire_history_backend.cc 306 favicon_base::IconType icon_type; local
309 &icon_type) &&
history_backend.cc 1577 favicon_base::IconType icon_type; local
2115 favicon_base::IconType icon_type; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 40 char icon_type[256]; member in struct:osu_icon
513 icon->icon_type, icon->filename);
667 os_memcpy(icon->icon_type, pos2 + 1, pos2[0]);
  /external/chromium_org/components/history/core/browser/
history_types.h 484 favicon_base::IconType icon_type; member in struct:history::IconMapping
  /external/chromium_org/ui/chromeos/network/
network_icon.cc 59 NetworkIconImpl(const std::string& path, IconType icon_type);
132 NetworkIconMap* GetIconMapInstance(IconType icon_type, bool create) {
140 if (s_icon_map->count(icon_type) == 0) {
143 (*s_icon_map)[icon_type] = new NetworkIconMap;
145 return (*s_icon_map)[icon_type];
148 NetworkIconMap* GetIconMap(IconType icon_type) {
149 return GetIconMapInstance(icon_type, true);
152 void PurgeIconMap(IconType icon_type,
154 NetworkIconMap* icon_map = GetIconMapInstance(icon_type, false);
274 ImageIdForNetworkType(IconType icon_type,
287 IconType icon_type; member in struct:ui::network_icon::__anon21305::ImageIdForNetworkType
    [all...]
  /external/libmtp/src/
ptp.h 1035 uint8_t icon_type; member in struct:_PTPNIKONWifiProfile
    [all...]

Completed in 440 milliseconds