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

  /external/chromium_org/chrome/browser/search/suggestions/
thumbnail_manager.cc 14 ThumbnailManager::ThumbnailManager(Profile* profile)
17 ThumbnailManager::~ThumbnailManager() {}
19 ThumbnailManager::ThumbnailRequest::ThumbnailRequest() : fetcher(NULL) {}
21 ThumbnailManager::ThumbnailRequest::ThumbnailRequest(chrome::BitmapFetcher* f)
24 ThumbnailManager::ThumbnailRequest::~ThumbnailRequest() {
28 void ThumbnailManager::InitializeThumbnailMap(
39 void ThumbnailManager::GetPageThumbnail(
70 void ThumbnailManager::OnFetchComplete(const GURL thumbnail_url
    [all...]
thumbnail_manager.h 25 class ThumbnailManager : public chrome::BitmapFetcherDelegate {
27 explicit ThumbnailManager(Profile* profile);
28 virtual ~ThumbnailManager();
96 DISALLOW_COPY_AND_ASSIGN(ThumbnailManager);
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 43 * Primary {@link ThumbnailManager} implementation used by {@link MessagingApplication}.
46 * thread). Callbacks will be invoked on the thread where the ThumbnailManager
54 * ThumbnailManager is used to asynchronously load pictures and create thumbnails. The thumbnails
61 public class ThumbnailManager extends BackgroundLoaderManager {
84 public ThumbnailManager(final Context context) {
98 * getThumbnail must be called on the same thread that created ThumbnailManager. This is
112 * getVideoThumbnail must be called on the same thread that created ThumbnailManager. This is

Completed in 58 milliseconds