Searched defs:icon_type (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/components/favicon/core/
H A Dfavicon_url.h28 favicon_base::IconType icon_type; member in struct:favicon::FaviconURL
/external/chromium_org/content/public/common/
H A Dfavicon_url.h37 IconType icon_type; member in struct:content::FaviconURL
/external/chromium_org/components/favicon_base/
H A Dfavicon_types.h17 // 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/
H A Dfavicon_handler.h85 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...]
H A Dfavicon_tab_helper.cc226 // 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),
229 ToChromeIconType( content::FaviconURL::IconType icon_type) argument
H A Dfavicon_service.cc117 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);
115 GetRawFavicon( const GURL& icon_url, favicon_base::IconType icon_type, int desired_size_in_pixel, const favicon_base::FaviconRawBitmapCallback& callback, base::CancelableTaskTracker* tracker) argument
139 GetFavicon( const GURL& icon_url, favicon_base::IconType icon_type, int desired_size_in_dip, const favicon_base::FaviconResultsCallback& callback, base::CancelableTaskTracker* tracker) argument
292 MergeFavicon( const GURL& page_url, const GURL& icon_url, favicon_base::IconType icon_type, scoped_refptr<base::RefCountedMemory> bitmap_data, const gfx::Size& pixel_size) argument
304 SetFavicons(const GURL& page_url, const GURL& icon_url, favicon_base::IconType icon_type, const gfx::Image& image) argument
H A Dfavicon_handler.cc33 // Get the maximal icon size in pixels for a icon of type |icon_type| for the
35 int GetMaximalIconSize(favicon_base::IconType icon_type) { argument
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) {
53 DoUrlAndIconMatch(const FaviconURL& favicon_url, const GURL& url, favicon_base::IconType icon_type) argument
193 DownloadRequest( const GURL& url, const GURL& image_url, favicon_base::IconType icon_type) argument
207 FaviconCandidate( const GURL& url, const GURL& image_url, const gfx::Image& image, float score, favicon_base::IconType icon_type) argument
221 FaviconHandler(FaviconClient* client, FaviconDriver* driver, Type icon_type, bool download_largest_icon) argument
262 UpdateFaviconCandidate(const GURL& url, const GURL& image_url, const gfx::Image& image, float score, favicon_base::IconType icon_type) argument
301 SetFavicon(const GURL& url, const GURL& icon_url, const gfx::Image& image, favicon_base::IconType icon_type) argument
482 UpdateFaviconMappingAndFetch( const GURL& page_url, const GURL& icon_url, favicon_base::IconType icon_type, const favicon_base::FaviconResultsCallback& callback, base::CancelableTaskTracker* tracker) argument
496 GetFaviconFromFaviconService( const GURL& icon_url, favicon_base::IconType icon_type, const favicon_base::FaviconResultsCallback& callback, base::CancelableTaskTracker* tracker) argument
518 SetHistoryFavicons(const GURL& page_url, const GURL& icon_url, favicon_base::IconType icon_type, const gfx::Image& image) argument
587 DownloadFaviconOrAskFaviconService( const GURL& page_url, const GURL& icon_url, favicon_base::IconType icon_type) argument
651 ScheduleDownload(const GURL& url, const GURL& image_url, favicon_base::IconType icon_type) argument
[all...]
H A Dfavicon_handler_unittest.cc50 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,
48 SetFaviconRawBitmapResult( const GURL& icon_url, favicon_base::IconType icon_type, bool expired, std::vector<favicon_base::FaviconRawBitmapResult>* favicon_bitmap_results) argument
139 HistoryRequestHandler(const GURL& page_url, const GURL& icon_url, int icon_type, const favicon_base::FaviconResultsCallback& callback) argument
149 HistoryRequestHandler(const GURL& page_url, const GURL& icon_url, int icon_type, const std::vector<unsigned char>& bitmap_data, const gfx::Size& size) argument
[all...]
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.cc306 favicon_base::IconType icon_type; local
309 &icon_type) &&
H A Dexpire_history_backend_unittest.cc71 favicon_base::IconType icon_type);
286 favicon_base::IconType icon_type) {
288 if (thumb_db_->GetIconMappingsForPageURL(page_url, icon_type,
284 GetFavicon( const GURL& page_url, favicon_base::IconType icon_type) argument
H A Dhistory_backend_unittest.cc300 // Returns the number of icon mappings of |icon_type| to |page_url|.
302 favicon_base::IconType icon_type) {
304 backend_->thumbnail_db_->GetIconMappingsForPageURL(page_url, icon_type,
1635 EXPECT_EQ(favicon_base::FAVICON, icon_mappings[0].icon_type);
2209 EXPECT_EQ(favicon_base::FAVICON, result.icon_type);
2214 EXPECT_EQ(favicon_base::TOUCH_ICON, result.icon_type);
2246 EXPECT_EQ(favicon_base::FAVICON, result.icon_type);
2252 EXPECT_EQ(favicon_base::FAVICON, result1.icon_type);
2276 EXPECT_EQ(favicon_base::FAVICON, result.icon_type);
2316 EXPECT_EQ(favicon_base::TOUCH_ICON, icon_mappings[0].icon_type);
301 NumIconMappingsForPageURL(const GURL& page_url, favicon_base::IconType icon_type) argument
[all...]
H A Dhistory_service.cc616 favicon_base::IconType icon_type,
625 icon_url, icon_type, bitmap_data, pixel_size);
630 favicon_base::IconType icon_type,
639 icon_type, icon_url, bitmaps);
613 MergeFavicon( const GURL& page_url, const GURL& icon_url, favicon_base::IconType icon_type, scoped_refptr<base::RefCountedMemory> bitmap_data, const gfx::Size& pixel_size) argument
628 SetFavicons( const GURL& page_url, favicon_base::IconType icon_type, const GURL& icon_url, const std::vector<SkBitmap>& bitmaps) argument
H A Dthumbnail_database.cc42 // 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)
801 GetFaviconIDForFaviconURL( const GURL& icon_url, int required_icon_type, favicon_base::IconType* icon_type) argument
819 GetFaviconHeader(favicon_base::FaviconID icon_id, GURL* icon_url, favicon_base::IconType* icon_type) argument
839 AddFavicon( const GURL& icon_url, favicon_base::IconType icon_type) argument
853 AddFavicon( const GURL& icon_url, favicon_base::IconType icon_type, const scoped_refptr<base::RefCountedMemory>& icon_data, base::Time time, const gfx::Size& pixel_size) argument
[all...]
H A Dhistory_backend.cc1536 if (!(i->icon_type & required_icon_types))
1540 FaviconBitmap& largest = largest_favicon_bitmaps[i->icon_type];
1577 favicon_base::IconType icon_type; local
1579 &icon_type)) {
1586 bitmap_result.icon_type = icon_type;
1640 favicon_base::IconType icon_type,
1647 thumbnail_db_->GetFaviconIDForFaviconURL(icon_url, icon_type, NULL);
1651 favicon_id = thumbnail_db_->AddFavicon(icon_url, icon_type);
1727 thumbnail_db_->GetIconMappingsForPageURL(page_url, icon_type,
1637 MergeFavicon( const GURL& page_url, const GURL& icon_url, favicon_base::IconType icon_type, scoped_refptr<base::RefCountedMemory> bitmap_data, const gfx::Size& pixel_size) argument
1778 SetFavicons(const GURL& page_url, favicon_base::IconType icon_type, const GURL& icon_url, const std::vector<SkBitmap>& bitmaps) argument
2115 favicon_base::IconType icon_type; local
2141 SetFaviconMappingsForPageAndRedirects( const GURL& page_url, favicon_base::IconType icon_type, const std::vector<favicon_base::FaviconID>& icon_ids) argument
2163 SetFaviconMappingsForPage( const GURL& page_url, favicon_base::IconType icon_type, const std::vector<favicon_base::FaviconID>& icon_ids) argument
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h106 blink::WebIconURL::Type icon_type) {
107 base_proxy_->DidChangeIcon(frame, icon_type);
108 Base::didChangeIcon(frame, icon_type);
105 didChangeIcon(blink::WebLocalFrame* frame, blink::WebIconURL::Type icon_type) argument
H A Dweb_test_proxy.cc1033 blink::WebIconURL::Type icon_type) {
1032 DidChangeIcon(blink::WebLocalFrame* frame, blink::WebIconURL::Type icon_type) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dhs20_supplicant.c40 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/bookmarks/browser/
H A Dbookmark_model.cc934 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),
932 OnFaviconDataAvailable( BookmarkNode* node, favicon_base::IconType icon_type, const favicon_base::FaviconImageResult& image_result) argument
951 LoadFavicon( BookmarkNode* node, favicon_base::IconType icon_type) argument
/external/chromium_org/components/history/core/browser/
H A Dhistory_types.h484 favicon_base::IconType icon_type; member in struct:history::IconMapping
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon.cc59 NetworkIconImpl(const std::string& path, IconType icon_type);
132 NetworkIconMap* GetIconMapInstance(IconType icon_type, bool create) { argument
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) { argument
149 return GetIconMapInstance(icon_type, true);
152 void PurgeIconMap(IconType icon_type, argument
154 NetworkIconMap* icon_map = GetIconMapInstance(icon_type, false);
274 ImageIdForNetworkType(IconType icon_type, argument
287 IconType icon_type; member in struct:ui::network_icon::__anon16687::ImageIdForNetworkType
294 IconTypeIsDark(IconType icon_type) argument
298 IconTypeHasVPNBadge(IconType icon_type) argument
306 BaseImageForType(ImageType image_type, IconType icon_type) argument
330 GetImageForIndex(ImageType image_type, IconType icon_type, int index) argument
343 GetConnectedImage(IconType icon_type, const std::string& network_type) argument
354 GetDisconnectedImage(IconType icon_type, const std::string& network_type) argument
366 ConnectingWirelessImage(ImageType image_type, IconType icon_type, double animation) argument
447 BadgeForNetworkTechnology(const NetworkState* network, IconType icon_type) argument
497 BadgeForVPN(IconType icon_type) argument
502 GetIcon(const NetworkState* network, IconType icon_type, int strength_index) argument
524 GetConnectingVpnImage(IconType icon_type) argument
546 GetConnectingImage(IconType icon_type, const std::string& network_type) argument
560 GetConnectingImageUrl(IconType icon_type, const std::string& network_type, float scale_factor) argument
575 NetworkIconImpl(const std::string& path, IconType icon_type) argument
740 FindAndUpdateImageImpl(const NetworkState* network, IconType icon_type) argument
763 GetImageForNetwork(const NetworkState* network, IconType icon_type) argument
776 GetImageUrlForNetwork(const NetworkState* network, IconType icon_type, float scale_factor) argument
788 GetImageForConnectedNetwork(IconType icon_type, const std::string& network_type) argument
793 GetImageForConnectingNetwork(IconType icon_type, const std::string& network_type) argument
798 GetImageForDisconnectedNetwork(IconType icon_type, const std::string& network_type) argument
803 GetLabelForNetwork(const chromeos::NetworkState* network, IconType icon_type) argument
875 GetDefaultNetworkImageAndLabel(IconType icon_type, gfx::ImageSkia* image, base::string16* label, bool* animating) argument
[all...]
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc2321 blink::WebIconURL::Type icon_type) {
2324 render_view_->didChangeIcon(frame, icon_type);
2320 didChangeIcon(blink::WebLocalFrame* frame, blink::WebIconURL::Type icon_type) argument
H A Drender_view_impl.cc2401 WebIconURL::Type icon_type) {
2405 if (!TouchEnabled() && icon_type != WebIconURL::TypeFavicon)
2408 WebVector<WebIconURL> icon_urls = frame->iconURLs(icon_type);
2400 didChangeIcon(WebLocalFrame* frame, WebIconURL::Type icon_type) argument
/external/libmtp/src/
H A Dptp.h1035 uint8_t icon_type; member in struct:_PTPNIKONWifiProfile

Completed in 3592 milliseconds