HomeSort by relevance Sort by last modified time
    Searched defs:favicons (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/utility/importer/
bookmarks_file_importer.cc 93 std::vector<ImportedFaviconUsage> favicons; local
100 &favicons); local
107 if (!favicons.empty())
108 bridge->SetFavicons(favicons);
firefox_importer.cc 121 // will also import favicons and we store favicon for a URL only if the URL
339 std::vector<ImportedFaviconUsage> favicons; local
340 LoadFavicons(&db, favicon_map, &favicons);
341 bridge_->SetFavicons(favicons);
745 std::vector<ImportedFaviconUsage>* favicons) {
760 continue; // Don't bother importing favicons with invalid URLs.
771 favicons->push_back(usage);
ie_importer_win.cc 460 std::vector<ImportedFaviconUsage> favicons; local
461 ParseFavoritesFolder(info, &bookmarks, &favicons);
468 if (!favicons.empty() && !cancelled())
469 bridge_->SetFavicons(favicons);
794 std::vector<ImportedFaviconUsage>* favicons) {
870 favicons->push_back(iter->second);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_html_writer_unittest.cc 245 std::vector<ImportedFaviconUsage> favicons; local
250 &favicons); local
253 EXPECT_EQ(4U, favicons.size());
254 for (size_t i = 0; i < favicons.size(); i++) {
255 if (url1_favicon == favicons[i].favicon_url) {
256 EXPECT_EQ(1U, favicons[i].urls.size());
257 std::set<GURL>::const_iterator iter = favicons[i].urls.find(url1);
258 ASSERT_TRUE(iter != favicons[i].urls.end());
260 ASSERT_TRUE(favicons[i].png_data == icon_data);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 520 browser_sync::FaviconCache* favicons = local
523 return favicons ? favicons->AsWeakPtr()
  /external/chromium_org/chrome/browser/history/
history_backend_unittest.cc 483 // Add two favicons, each with two bitmaps. Note that we add favicon2 before
522 rows.push_back(row2); // Reversed order for the same reason as favicons.
699 rows.push_back(row2); // Reversed order for the same reason as favicons.
1054 std::vector<ImportedFaviconUsage> favicons; local
    [all...]

Completed in 142 milliseconds