HomeSort by relevance Sort by last modified time
    Searched full:favicons (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.h 33 // Class that fetches favicons for list of bookmarks and
34 // then starts Writer which outputs bookmarks and favicons to html file.
38 // Map of URL and corresponding favicons.
63 // Returns true if there are more favicons to extract.
66 // Favicon fetch callback. After all favicons are fetched executes
74 // All URLs that are extracted from bookmarks. Used to fetch favicons
78 // Consumer for requesting favicons.
99 // Before writing to the file favicons are fetched on the main thread.
bookmark_html_writer_unittest.cc 225 std::vector<history::ImportedFaviconUsage> favicons; local
233 &favicons);
236 EXPECT_EQ(3U, favicons.size());
237 for (size_t i = 0; i < favicons.size(); i++) {
238 if (url1_favicon == favicons[i].favicon_url) {
239 EXPECT_EQ(1U, favicons[i].urls.size());
240 std::set<GURL>::const_iterator iter = favicons[i].urls.find(url1);
241 ASSERT_TRUE(iter != favicons[i].urls.end());
243 ASSERT_TRUE(favicons[i].png_data == icon_data);
  /external/chromium/chrome/browser/history/
thumbnail_database.cc 132 // Thumbnails db now only stores favicons, so we don't need that big a page
197 const char* name = is_temporary ? "temp_favicons" : "favicons";
220 db_.Execute("CREATE INDEX favicons_url ON favicons(url)");
369 "UPDATE favicons SET image_data=?, last_updated=? WHERE id=?"));
380 "UPDATE favicons SET image_data=NULL, last_updated=? WHERE id=?"));
393 "UPDATE favicons SET last_updated=? WHERE id=?"));
406 "SELECT id, icon_type FROM favicons WHERE url=? AND (icon_type & ? > 0) "
429 "SELECT last_updated, image_data, url FROM favicons WHERE id=?"));
451 "INSERT INTO favicons (url, icon_type) VALUES (?, ?)"));
464 "DELETE FROM favicons WHERE id = ?"))
627 sql::Connection favicons; local
    [all...]
expire_history_backend.h 67 // URLs so that we don't remove any URLs or favicons that are bookmarked
146 // some things like favicons that could be shared by many URLs, and need to
154 // favicons and thumbnails.
174 // there. This function does not handle favicons.
187 // any now-unused favicons.
200 // Deletes the favicons listed in the set if unused. Fails silently (we don't
201 // care about favicons so much, so don't want to stop everything if it fails).
255 ThumbnailDatabase* thumb_db_; // Thumbnails and favicons.
thumbnail_database.h 96 // Favicons ------------------------------------------------------------------
190 // Temporary Favicons --------------------------------------------------------
192 // Create a temporary table to store favicons. Favicons will be copied to
194 // will be dropped, leaving only those copied favicons remaining. This is
195 // used to quickly delete most of the favicons when clearing history.
209 // InitTemporaryFaviconsTable(). This will mean all favicons not copied over
232 // the "regular" favicons table. The expirer sets this to true to generate the
236 // need to copy the favicons between two database files.
252 // newly-renamed favicons table (formerly the temporary table with no index)
    [all...]
  /external/chromium/chrome/browser/importer/
safari_importer_unittest.mm 123 std::vector<history::ImportedFaviconUsage> favicons;
124 importer->LoadFaviconData(&db, favicon_map, &favicons);
126 size_t num_favicons = favicons.size();
129 history::ImportedFaviconUsage &fav0 = favicons[0];
137 history::ImportedFaviconUsage &fav1 = favicons[1];
safari_importer.h 98 // Loads the urls associated with the favicons into favicon_map;
101 // Loads and reencodes the individual favicons.
104 std::vector<history::ImportedFaviconUsage>* favicons);
external_process_importer_bridge.cc 48 const std::vector<history::ImportedFaviconUsage>& favicons) {
49 profile_import_thread_->NotifyFaviconsImportReady(favicons);
firefox3_importer.h 76 // Loads the favicons given in the map from the database, loads the data,
80 std::vector<history::ImportedFaviconUsage>* favicons);
in_process_importer_bridge.cc 51 const std::vector<history::ImportedFaviconUsage>& favicons) {
54 NewRunnableMethod(writer_, &ProfileWriter::AddFavicons, favicons));
safari_importer.mm 113 // Import favicons.
120 // Write favicons into profile.
122 std::vector<history::ImportedFaviconUsage> favicons;
123 LoadFaviconData(&db, favicon_map, &favicons);
124 bridge_->SetFavicons(favicons);
158 std::vector<history::ImportedFaviconUsage>* favicons) {
176 continue; // Don't bother importing favicons with invalid URLs.
187 favicons->push_back(usage);
external_process_importer_client.h 93 // First message received when importing favicons. |total_favicons_size|
94 // gives the total number of favicons to be imported.
97 // Called when a group of favicons has been received.
133 // Total number of favicons to import.
firefox2_importer.h 44 // |favicons| may be null, in which case TemplateURLs and favicons are
54 std::vector<history::ImportedFaviconUsage>* favicons);
139 std::vector<history::ImportedFaviconUsage>* favicons);
in_process_importer_bridge.h 39 const std::vector<history::ImportedFaviconUsage>& favicons) OVERRIDE;
external_process_importer_bridge.h 45 const std::vector<history::ImportedFaviconUsage>& favicons) OVERRIDE;
firefox2_importer.cc 66 // will also import favicons and we store favicon for a URL only if the URL
156 std::vector<history::ImportedFaviconUsage>* favicons) {
231 if (favicons)
232 DataURLToFaviconUsage(url, favicon, favicons);
304 std::vector<history::ImportedFaviconUsage> favicons; local
314 &favicons);
331 if (!favicons.empty()) {
332 bridge_->SetFavicons(favicons);
655 std::vector<history::ImportedFaviconUsage>* favicons) {
678 favicons->push_back(usage)
    [all...]
importer_bridge.h 37 const std::vector<history::ImportedFaviconUsage>& favicons) = 0;
  /external/chromium/chrome/browser/
favicon_service.h 21 // The favicon service provides methods to access favicons. It calls the history
81 // Allows the importer to set many favicons for many pages at once. The pages
83 // favicons will not be overwritten.
jumplist_win.h 160 // When finishing loading all favicons, this function posts a task that
161 // decompresses collected favicons and updates a JumpList.
185 // A list of URLs we need to retrieve their favicons.
  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.h 37 // Returns true if the TabRendererData is same as given |data|. Two favicons
  /external/chromium/chrome/browser/ui/webui/
favicon_source.h 20 // requests for favicons and the history backend that serves these.
fileicon_source.h 22 // requests for favicons and the history backend that serves these.
  /packages/apps/Browser/res/xml/
bookmarkthumbnailwidget_info.xml 17 <!-- 3x2 Widget displaying the user's bookmarks as a list with favicons. -->
  /packages/apps/Browser/res/xml-sw600dp/
bookmarkthumbnailwidget_info.xml 17 <!-- 3x3 Widget displaying the user's bookmarks as a list with favicons. -->
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.mm 142 scoped_nsobject<NSMutableArray> favicons([[NSMutableArray alloc] init]);
150 [favicons addObject:mac::FaviconForTabContents(it->tab_contents())];
154 hungFavicons_.reset([favicons copy]);

Completed in 988 milliseconds

1 2 3 4