Searched refs:post_read_task (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail_store.h136 post_read_task);
H A Dthumbnail_store.cc416 post_read_task = base::Bind( local
422 base::Bind(&ThumbnailStore::ReadTask, false, file_path, post_read_task));
752 post_read_task) {
778 base::Bind(post_read_task, compressed_data, scale, content_size),
784 base::Bind(post_read_task, compressed_data, scale, content_size));
747 ReadTask( bool decompress, const base::FilePath& file_path, const base::Callback< void(skia::RefPtr<SkPixelRef>, float, const gfx::Size&)>& post_read_task) argument

Completed in 102 milliseconds