HomeSort by relevance Sort by last modified time
    Searched refs:DeleteImage (Results 1 - 13 of 13) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
DeleteImage.java 31 public class DeleteImage extends NoSearchActivity {
34 private static final String TAG = "DeleteImage";
ImageGallery.java 263 MenuHelper.deleteImage(
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.cc 209 void GpuChannelManager::DeleteImage(int32 client_id, int32 image_id) {
212 iter->second->DeleteImage(image_id);
221 DeleteImage(client_id, image_id);
225 base::Bind(&GpuChannelManager::DeleteImage,
gpu_channel_manager.h 125 void DeleteImage(int32 client_id, int32 image_id);
gpu_channel.h 120 void DeleteImage(int32 image_id);
gpu_channel.cc 684 void GpuChannel::DeleteImage(int32 image_id) {
686 "GpuChannel::DeleteImage",
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 38 virtual void DeleteImage(int32 image_idu, int32 sync_point) OVERRIDE;
browser_gpu_channel_host_factory.cc 187 host->DeleteImage(gpu_client_id_, image_id, sync_point);
190 void BrowserGpuChannelHostFactory::DeleteImage(
gpu_process_host.h 120 void DeleteImage(int client_id, int image_id, int sync_point);
gpu_process_host.cc 762 void GpuProcessHost::DeleteImage(int client_id,
765 TRACE_EVENT0("gpu", "GpuProcessHost::DeleteImage");
    [all...]
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 78 virtual void DeleteImage(int32 image_id, int32 sync_point) = 0;
  /external/chromium_org/content/renderer/
render_thread_impl.h 371 virtual void DeleteImage(int32 image_id, int32 sync_point) OVERRIDE;
render_thread_impl.cc     [all...]

Completed in 4493 milliseconds