browserui/browser/FavouritesInc/BrowserFaviconHandler.h
branchRCL_3
changeset 60 b149f0820e5a
parent 0 84ad3b177aa3
equal deleted inserted replaced
58:aead3f7e1bb0 60:b149f0820e5a
   104         
   104         
   105     public: // New functions
   105     public: // New functions
   106         
   106         
   107         
   107         
   108         /**
   108         /**
   109         * Initiates getting favicons for the favourites list
   109         * Initiates decoding of favicons for the favourites list in browserengine.
       
   110         * This will request icon database thread to start decoding requested icons in background.
       
   111         * @param aFavItems a list of favourites items
       
   112         */
       
   113         void RequestFavicons( CFavouritesItemList* aFavItems );
       
   114         
       
   115         /**
       
   116         * This is async fetch operation from engine. One icon at a time is fetched and asynchronously
       
   117         * scaled. E.g. if there are 5 icons to be fetched, then this will cause the BitmapScaler to be
       
   118         * Active for 5 times.
       
   119         * overall fetching is Async 
   110         * @param aFavItems a list of favourites items
   120         * @param aFavItems a list of favourites items
   111         */
   121         */
   112         void StartGetFaviconsL( CFavouritesItemList* aFavItems );
   122         void StartGetFaviconsL( CFavouritesItemList* aFavItems );
   113         
   123         
   114         /**
   124         /**