Searched refs:FAVICON (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/chrome/common/
H A Dfavicon_url.h16 FAVICON = 1 << 0, enumerator in enum:FaviconURL::IconType
/external/chromium/chrome/browser/ui/webui/
H A Dfavicon_source.cc36 history::FAVICON,
42 history::FAVICON,
H A Dextension_icon_source.cc202 history::FAVICON,
/external/chromium/chrome/browser/
H A Dfavicon_helper_unittest.cc283 TestFaviconHelper helper(page_url, contents(), FaviconHelper::FAVICON);
291 EXPECT_EQ(history::FAVICON, history_handler->icon_type_);
295 history_handler->favicon_data_.icon_type = history::FAVICON;
310 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON));
317 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type);
328 TestFaviconHelper helper(page_url, contents(), FaviconHelper::FAVICON);
336 EXPECT_EQ(history::FAVICON, history_handler->icon_type_);
340 history_handler->favicon_data_.icon_type = history::FAVICON;
351 urls.push_back(FaviconURL(icon_url, FaviconURL::FAVICON));
358 ASSERT_EQ(FaviconURL::FAVICON, helpe
[all...]
H A Dfavicon_helper.cc29 case FaviconURL::FAVICON:
30 return history::FAVICON;
71 icon_types_(icon_type == FAVICON ? history::FAVICON :
134 if (url == url_ && icon_type == history::FAVICON) {
189 // For FAVICON.
190 if (current_candidate()->icon_type == FaviconURL::FAVICON) {
193 history::FAVICON))
321 if (favicon.known_icon && favicon.icon_type == history::FAVICON &&
394 if (favicon.icon_type == history::FAVICON) {
[all...]
H A Dfavicon_helper.h73 FAVICON, enumerator in enum:FaviconHelper::Type
197 // Converts the FAVICON's image data to an SkBitmap and sets it on the
220 return icon_types_ == history::FAVICON ? kFaviconSize : 0;
H A Dcustom_home_pages_table_model.cc167 history::FAVICON, &query_consumer_,
H A Dpossible_url_model.cc166 result.url, history::FAVICON, &consumer_,
H A Djumplist_win.cc691 url, history::FAVICON, &favicon_consumer_,
/external/chromium/webkit/glue/
H A Dresource_type.h26 FAVICON, // a favicon enumerator in enum:ResourceType::Type
/external/chromium/chrome/browser/history/
H A Dhistory_backend_unittest.cc220 FAVICON);
222 FAVICON);
326 GetFaviconIDForFaviconURL(favicon_url1, FAVICON, NULL);
329 GetFaviconIDForFaviconURL(favicon_url2, FAVICON, NULL);
334 EXPECT_EQ(out_favicon1, GetFavicon(outrow1.url(), FAVICON));
353 FAVICON);
355 FAVICON);
403 FAVICON,
419 FAVICON,
441 FAVICON,
[all...]
H A Dthumbnail_database_unittest.cc122 FaviconID id = db.AddFavicon(url, FAVICON);
207 FaviconID id2 = db.AddFavicon(url, FAVICON);
216 EXPECT_TRUE(db.GetIconMappingForPageURL(url, FAVICON, NULL));
221 EXPECT_FALSE(db.GetIconMappingForPageURL(url, FAVICON, NULL));
239 FaviconID id2 = db.AddFavicon(url, FAVICON);
302 FaviconID id = db.AddFavicon(url, FAVICON);
309 EXPECT_TRUE(db.GetIconMappingForPageURL(url, FAVICON, &icon_mapping));
324 FaviconID id = db.AddFavicon(url, FAVICON);
334 EXPECT_EQ(FAVICON, icon_mapping.front().icon_type);
375 FaviconID id1 = db.AddFavicon(GURL("http://google.com"), FAVICON);
[all...]
H A Dexpire_history_backend_unittest.cc204 FAVICON);
206 FAVICON);
416 FaviconID icon_id = thumb_db_->AddFavicon(favicon_url, FAVICON);
463 FaviconID favicon_id = GetFavicon(last_row.url(), FAVICON);
513 EXPECT_FALSE(GetFavicon(last_row.url(), FAVICON));
527 FaviconID favicon_id = GetFavicon(last_row.url(), FAVICON);
565 FaviconID favicon_id = GetFavicon(url_row.url(), FAVICON);
635 FaviconID favicon_id = GetFavicon(url_row1.url(), FAVICON);
641 FaviconID favicon_id2 = GetFavicon(url_row2.url(), FAVICON);
694 FaviconID favicon_id = GetFavicon(url_row1.url(), FAVICON);
[all...]
H A Dhistory_types.h683 FAVICON = 1 << 0, enumerator in enum:history::IconType
H A Dhistory_backend.cc1641 favicon_usage[i].favicon_url, history::FAVICON, NULL);
1645 history::FAVICON);
1674 if (!thumbnail_db_->GetIconMappingForPageURL(*url, FAVICON, NULL)) {
1698 DCHECK(!page_url || (page_url && (icon_types == FAVICON ||
H A Dhistory.cc464 request, page_url, icon_url, history::FAVICON);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_html_writer_unittest.cc197 url1_favicon, icon_data, history::FAVICON);
220 url1_favicon, empty_data, history::FAVICON);
H A Dbookmark_html_writer.cc442 favicon_service->GetFaviconForURL(GURL(url), history::FAVICON, member in class:history
/external/chromium/chrome/browser/ui/web_applications/
H A Dweb_app_ui.cc140 history::FAVICON,
/external/chromium/chrome/browser/extensions/
H A Dextension_web_ui.cc111 favicon.icon_type = history::FAVICON;
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc94 favicon_service->GetFavicon(favicon_url, history::FAVICON,
/external/chromium/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc234 entry->url(), history::FAVICON, &load_consumer_,
/external/chromium/chrome/browser/prerender/
H A Dprerender_contents.cc474 if (i->icon_type == FaviconURL::FAVICON) {
/external/chromium/chrome/browser/ui/views/
H A Dcreate_application_shortcut_view.cc460 history::FAVICON,
/external/chromium/chrome/browser/instant/
H A Dinstant_loader.cc335 history::FAVICON);
344 history::FAVICON);

Completed in 251 milliseconds

12