HomeSort by relevance Sort by last modified time
    Searched refs:icon_type (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/components/favicon_base/
favicon_types.cc 19 : expired(false), icon_type(INVALID_ICON) {
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/components/favicon/core/
favicon_url.cc 9 FaviconURL::FaviconURL() : icon_type(favicon_base::INVALID_ICON) {
15 : icon_url(url), icon_type(type), icon_sizes(sizes) {
favicon_url.h 28 favicon_base::IconType icon_type; member in struct:favicon::FaviconURL
  /external/chromium_org/content/public/common/
favicon_url.cc 10 : icon_type(INVALID_ICON) {
16 : icon_url(url), icon_type(type), icon_sizes(sizes) {}
favicon_url.h 37 IconType icon_type; member in struct:content::FaviconURL
  /external/chromium_org/ui/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);
41 IconType icon_type,
46 IconType icon_type,
51 IconType icon_type,
56 IconType icon_type,
59 // Returns the label for |network| based on |icon_type|. |network| can be NULL.
62 IconType icon_type);
68 // Gets the correct icon and label for |icon_type|. Also sets |animating
    [all...]
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/chromium_org/chrome/browser/favicon/
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...]
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_service.h 56 // Requests the favicon at |icon_url| of |icon_type| of size
63 favicon_base::IconType icon_type,
77 favicon_base::IconType icon_type,
182 // Set the favicon for |page_url| for |icon_type| in the thumbnail database.
189 favicon_base::IconType icon_type,
193 // Set the favicon for |page_url| for |icon_type| in the thumbnail database.
205 favicon_base::IconType icon_type,
favicon_service.cc 117 favicon_base::IconType icon_type,
134 icon_urls, icon_type, desired_sizes_in_pixel, callback_runner, tracker);
141 favicon_base::IconType icon_type,
150 icon_type,
295 favicon_base::IconType icon_type,
299 history_service_->MergeFavicon(page_url, icon_url, icon_type, bitmap_data,
306 favicon_base::IconType icon_type,
325 history_service_->SetFavicons(page_url, icon_type, icon_url, bitmaps);
favicon_handler_unittest.cc 50 favicon_base::IconType icon_type,
60 bitmap_result.icon_type = icon_type;
141 int icon_type,
145 icon_type_(icon_type),
151 int icon_type,
156 icon_type_(icon_type),
299 favicon_base::IconType icon_type,
303 icon_type, callback));
308 favicon_base::IconType icon_type,
    [all...]
favicon_tab_helper.cc 226 // Returns favicon_base::IconType the given icon_type corresponds to.
230 content::FaviconURL::IconType icon_type) {
231 switch (icon_type) {
254 ToChromeIconType(candidate.icon_type),
  /external/chromium_org/chrome/browser/history/
thumbnail_database.h 128 // FAVICON, and the icon type is returned in icon_type parameter if it is not
134 favicon_base::IconType* icon_type);
136 // Gets the icon_url, icon_type and sizes for the specified |icon_id|.
139 favicon_base::IconType* icon_type);
141 // Adds favicon with |icon_url|, |icon_type| and |favicon_sizes| to the
144 favicon_base::IconType icon_type);
150 favicon_base::IconType icon_type,
228 // 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 =
297 // default icon_type FAVICON to be consistent with past migration.
298 "icon_type INTEGER DEFAULT 1"
804 favicon_base::IconType* icon_type) {
806 "SELECT id, icon_type FROM favicons WHERE url=? AND (icon_type & ? > 0) "
807 "ORDER BY icon_type DESC"));
814 if (icon_type)
    [all...]
history_backend.cc 1577 favicon_base::IconType icon_type; local
2115 favicon_base::IconType icon_type; local
    [all...]
history_backend.h 268 favicon_base::IconType icon_type,
273 favicon_base::IconType icon_type,
    [all...]
expire_history_backend.cc 306 favicon_base::IconType icon_type; local
309 &icon_type) &&
  /external/chromium_org/content/shell/renderer/test_runner/
web_frame_test_proxy.h 106 blink::WebIconURL::Type icon_type) {
107 base_proxy_->DidChangeIcon(frame, icon_type);
108 Base::didChangeIcon(frame, icon_type);
  /external/chromium_org/android_webview/browser/
icon_helper.cc 68 switch(i->icon_type) {
  /external/chromium_org/chrome/browser/extensions/
favicon_downloader.cc 65 if (it->icon_type != content::FaviconURL::INVALID_ICON)
  /external/chromium_org/components/bookmarks/browser/
bookmark_model.h 347 favicon_base::IconType icon_type,
352 void LoadFavicon(BookmarkNode* node, favicon_base::IconType icon_type);
bookmark_model.cc 934 favicon_base::IconType icon_type,
940 node->set_favicon_type(icon_type);
944 } else if (icon_type == favicon_base::TOUCH_ICON) {
953 favicon_base::IconType icon_type) {
962 icon_type,
967 icon_type),
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.cc 82 if (iter->icon_type != content::FaviconURL::FAVICON)

Completed in 1276 milliseconds

1 2