HomeSort by relevance Sort by last modified time
    Searched refs:icon_types (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/common/favicon/
favicon_url_parser_unittest.cc 38 int icon_types = chrome::TOUCH_PRECOMPOSED_ICON; local
42 EXPECT_TRUE(chrome::ParseFaviconPath(path1, icon_types, &parsed));
52 int icon_types = chrome::TOUCH_PRECOMPOSED_ICON; local
57 EXPECT_TRUE(chrome::ParseFaviconPath(path2, icon_types, &parsed));
65 EXPECT_TRUE(chrome::ParseFaviconPath(path3, icon_types, &parsed));
74 EXPECT_TRUE(chrome::ParseFaviconPath(path4, icon_types, &parsed));
82 EXPECT_FALSE(chrome::ParseFaviconPath(path5, icon_types, &parsed));
84 EXPECT_FALSE(chrome::ParseFaviconPath(path6, icon_types, &parsed));
86 EXPECT_FALSE(chrome::ParseFaviconPath(path7, icon_types, &parsed));
90 EXPECT_TRUE(chrome::ParseFaviconPath(path8, icon_types, &parsed))
100 int icon_types = chrome::TOUCH_PRECOMPOSED_ICON; local
114 int icon_types = chrome::TOUCH_PRECOMPOSED_ICON; local
128 int icon_types = chrome::TOUCH_PRECOMPOSED_ICON; local
150 int icon_types = chrome::TOUCH_PRECOMPOSED_ICON; local
    [all...]
favicon_url_parser.h 33 // file "chrome/browser/ui/webui/favicon_source.h". |icon_types| indicates
37 int icon_types,
favicon_url_parser.cc 37 int icon_types,
91 icon_types == chrome::FAVICON)
  /external/chromium_org/chrome/browser/android/
favicon_helper.h 18 jstring page_url, jint icon_types,
favicon_helper.cc 66 jint icon_types, jint desired_size_in_dip,
81 static_cast<int>(icon_types), static_cast<int>(desired_size_in_dip));
  /external/chromium_org/chrome/browser/favicon/
favicon_service.h 45 int icon_types,
49 icon_types(icon_types),
54 int icon_types; member in struct:FaviconService::FaviconForURLParams
125 // Set the favicon mappings to |page_url| for |icon_types| in the history
135 // 2) If |icon_types| has multiple types, the mappings are only set for the
138 // |icon_types| can only have multiple IconTypes if
139 // |icon_types| == TOUCH_ICON | TOUCH_PRECOMPOSED_ICON.
148 int icon_types,
153 // Requests the favicons of any of |icon_types| whose pixel sizes mos
    [all...]
favicon_service.cc 127 int icon_types,
133 page_url, icon_urls, icon_types, desired_size_in_dip,
298 params.icon_types,
favicon_handler.h 145 int icon_types,
favicon_handler.cc 472 int icon_types,
477 profile_, page_url, icon_types, preferred_icon_size()),
favicon_handler_unittest.cc 268 int icon_types,
272 icon_types, callback));
    [all...]
  /external/chromium/chrome/browser/
favicon_service.cc 49 int icon_types,
62 hs->GetFaviconForURL(request, page_url, icon_types);
favicon_service.h 65 // Requests any |icon_types| of favicon for a web page URL. |consumer| is
66 // notified when the bits have been fetched. |icon_types| can be any
74 int icon_types,
favicon_helper.h 128 int icon_types,
favicon_helper.cc 246 int icon_types,
249 GetFaviconService()->GetFaviconForURL(page_url, icon_types, consumer,
favicon_helper_unittest.cc 206 int icon_types,
210 icon_types, callback));
  /external/chromium_org/chrome/browser/history/
history_backend.h 265 int icon_types,
272 int icon_types,
286 int icon_types,
702 // If |page_url| is non-null, |icon_types| can be multiple icon types
703 // only if |icon_types| == TOUCH_ICON | TOUCH_PRECOMPOSED_ICON.
709 int icon_types,
    [all...]
history_backend.cc     [all...]
history_service.h 705 // |desired_scale_factors| for |icon_types|. If |desired_size_in_dip| is 0,
706 // the largest favicon bitmap for |icon_types| is returned. The returned
710 // If |icon_types| has several types, results for only a single type will be
715 int icon_types,
722 // |icon_types| which most closely match |desired_size_in_dip| and
724 // bitmap for |icon_types| is returned. The returned FaviconBitmapResults will
    [all...]
history_service.cc 617 int icon_types,
633 icon_types,
642 int icon_types,
658 icon_types,
691 int icon_types,
708 icon_types,
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.h 215 int icon_types);
219 int icon_types);
history_backend.cc     [all...]
history.cc 470 int icon_types) {
472 page_url, icon_types);
history.h 659 int icon_types);
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc 6564 int icon_types = WebIconURL::TypeFavicon; local
    [all...]

Completed in 407 milliseconds