Home
last modified time | relevance | path

Searched refs:FaviconURL (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/
Dfavicon_helper_unittest.cc59 const std::vector<FaviconURL> urls);
63 void UpdateFaviconURL(const std::vector<FaviconURL> urls);
164 const std::vector<FaviconURL>& urls() { in urls()
173 FaviconURL* current_candidate() { in current_candidate()
259 const std::vector<FaviconURL> urls) { in UpdateFaviconURL()
263 void DownloadHandler::UpdateFaviconURL(const std::vector<FaviconURL> urls) { in UpdateFaviconURL()
309 std::vector<FaviconURL> urls; in TEST_F()
310 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON)); in TEST_F()
317 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type); in TEST_F()
350 std::vector<FaviconURL> urls; in TEST_F()
[all …]
Dfavicon_helper.cc27 history::IconType ToHistoryIconType(FaviconURL::IconType icon_type) { in ToHistoryIconType()
29 case FaviconURL::FAVICON: in ToHistoryIconType()
31 case FaviconURL::TOUCH_ICON: in ToHistoryIconType()
33 case FaviconURL::TOUCH_PRECOMPOSED_ICON: in ToHistoryIconType()
35 case FaviconURL::INVALID_ICON: in ToHistoryIconType()
43 bool DoUrlAndIconMatch(const FaviconURL& favicon_url, in DoUrlAndIconMatch()
47 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type); in DoUrlAndIconMatch()
162 const std::vector<FaviconURL>& candidates) { in OnUpdateFaviconURL()
168 for (std::vector<FaviconURL>::const_iterator i = candidates.begin(); in OnUpdateFaviconURL()
190 if (current_candidate()->icon_type == FaviconURL::FAVICON) { in OnUpdateFaviconURL()
[all …]
Dfavicon_helper.h99 const std::vector<FaviconURL>& candidates);
212 FaviconURL* current_candidate() { in current_candidate()
247 std::vector<FaviconURL> urls_;
/external/chromium_org/chrome/browser/favicon/
Dfavicon_handler_unittest.cc22 using content::FaviconURL;
247 const std::deque<FaviconURL>& urls() { in urls()
251 FaviconURL* current_candidate() { in current_candidate()
381 const std::vector<FaviconURL>& candidate_icons, in DownloadTillDoneIgnoringHistory()
462 std::vector<FaviconURL> urls; in TEST_F()
463 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON)); in TEST_F()
470 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type); in TEST_F()
504 std::vector<FaviconURL> urls; in TEST_F()
505 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON)); in TEST_F()
512 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type); in TEST_F()
[all …]
Dfavicon_handler.cc28 using content::FaviconURL;
38 chrome::IconType ToHistoryIconType(FaviconURL::IconType icon_type) { in ToHistoryIconType()
40 case FaviconURL::FAVICON: in ToHistoryIconType()
42 case FaviconURL::TOUCH_ICON: in ToHistoryIconType()
44 case FaviconURL::TOUCH_PRECOMPOSED_ICON: in ToHistoryIconType()
46 case FaviconURL::INVALID_ICON: in ToHistoryIconType()
73 bool DoUrlAndIconMatch(const FaviconURL& favicon_url, in DoUrlAndIconMatch()
77 favicon_url.icon_type == static_cast<FaviconURL::IconType>(icon_type); in DoUrlAndIconMatch()
84 const FaviconURL& favicon_url, in DoUrlsAndIconsMatch()
335 const std::vector<FaviconURL>& candidates) { in OnUpdateFaviconURL()
[all …]
Dfavicon_handler.h97 const std::vector<content::FaviconURL>& candidates);
115 const std::deque<content::FaviconURL>& image_urls() const { in image_urls()
241 content::FaviconURL* current_candidate() { in current_candidate()
278 std::deque<content::FaviconURL> image_urls_;
Dfavicon_tab_helper.h64 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
Dfavicon_tab_helper.cc184 const std::vector<content::FaviconURL>& candidates) { in DidUpdateFaviconURL()
/external/chromium/chrome/common/
Dfavicon_url.cc7 FaviconURL::FaviconURL() in FaviconURL() function in FaviconURL
11 FaviconURL::FaviconURL(const GURL& url, IconType type) in FaviconURL() function in FaviconURL
16 FaviconURL::~FaviconURL() { in ~FaviconURL()
Dfavicon_url.h12 struct FaviconURL { struct
21 FaviconURL(); argument
22 FaviconURL(const GURL& url, IconType type);
23 ~FaviconURL();
Dicon_messages.h16 IPC_ENUM_TRAITS(FaviconURL::IconType)
18 IPC_STRUCT_TRAITS_BEGIN(FaviconURL)
39 std::vector<FaviconURL> /* urls of the favicon */)
/external/chromium_org/content/public/common/
Dfavicon_url.cc9 FaviconURL::FaviconURL() in FaviconURL() function in content::FaviconURL
13 FaviconURL::FaviconURL(const GURL& url, IconType type) in FaviconURL() function in content::FaviconURL
18 FaviconURL::~FaviconURL() { in ~FaviconURL()
Dfavicon_url.h14 struct CONTENT_EXPORT FaviconURL { struct
23 FaviconURL(); argument
24 FaviconURL(const GURL& url, IconType type);
25 ~FaviconURL();
/external/chromium_org/android_webview/browser/
Dicon_helper.cc54 const std::vector<content::FaviconURL>& candidates) { in DidUpdateFaviconURL()
56 for (std::vector<content::FaviconURL>::const_iterator i = candidates.begin(); in DidUpdateFaviconURL()
62 case content::FaviconURL::FAVICON: in DidUpdateFaviconURL()
70 case content::FaviconURL::TOUCH_ICON: in DidUpdateFaviconURL()
74 case content::FaviconURL::TOUCH_PRECOMPOSED_ICON: in DidUpdateFaviconURL()
78 case content::FaviconURL::INVALID_ICON: in DidUpdateFaviconURL()
Dicon_helper.h15 struct FaviconURL;
45 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dlauncher_favicon_loader.cc45 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
77 const std::vector<content::FaviconURL>& candidates) { in DidUpdateFaviconURL()
85 std::vector<content::FaviconURL>::const_iterator iter; in DidUpdateFaviconURL()
87 if (iter->icon_type != content::FaviconURL::FAVICON) in DidUpdateFaviconURL()
Dlauncher_favicon_loader_browsertest.cc50 const std::vector<content::FaviconURL>& candidates) OVERRIDE { in DidUpdateFaviconURL()
/external/chromium_org/chrome/browser/ui/
Dmetro_pin_tab_helper_win.h37 const std::vector<content::FaviconURL>& candidates) OVERRIDE;
61 std::vector<content::FaviconURL> favicon_url_candidates_;
Dmetro_pin_tab_helper_win.cc396 for (std::vector<content::FaviconURL>::const_iterator iter = in TogglePinnedToStartScreen()
423 const std::vector<content::FaviconURL>& candidates) { in DidUpdateFaviconURL()
/external/chromium_org/content/public/browser/
Dweb_contents_observer.h24 struct FaviconURL;
298 const std::vector<FaviconURL>& candidates) {} in DidUpdateFaviconURL()
/external/chromium/chrome/browser/prerender/
Dprerender_contents.h24 struct FaviconURL;
210 void OnUpdateFaviconURL(int32 page_id, const std::vector<FaviconURL>& urls);
Dprerender_contents.cc470 const std::vector<FaviconURL>& urls) { in OnUpdateFaviconURL()
472 for (std::vector<FaviconURL>::const_iterator i = urls.begin(); in OnUpdateFaviconURL()
474 if (i->icon_type == FaviconURL::FAVICON) { in OnUpdateFaviconURL()
Dprerender_manager.cc341 std::vector<FaviconURL> urls; in MaybeUsePreloadedPage()
342 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON)); in MaybeUsePreloadedPage()
/external/chromium_org/chrome/browser/prerender/
Dprerender_contents.h34 struct FaviconURL;
242 const std::vector<content::FaviconURL>& urls) OVERRIDE;
Dprerender_contents.cc509 const std::vector<content::FaviconURL>& urls) { in DidUpdateFaviconURL()
511 for (std::vector<content::FaviconURL>::const_iterator it = urls.begin(); in DidUpdateFaviconURL()
513 if (it->icon_type == content::FaviconURL::FAVICON) { in DidUpdateFaviconURL()

12