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 213 void GpuChannelManager::DeleteImage(int32 client_id, int32 image_id) {
216 iter->second->DeleteImage(image_id);
225 DeleteImage(client_id, image_id);
229 base::Bind(&GpuChannelManager::DeleteImage,
gpu_channel.h 121 void DeleteImage(int32 image_id);
gpu_channel_manager.h 127 void DeleteImage(int32 client_id, int32 image_id);
gpu_channel.cc 605 void GpuChannel::DeleteImage(int32 image_id) {
607 "GpuChannel::DeleteImage",
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.h 40 virtual void DeleteImage(int32 image_idu, int32 sync_point) OVERRIDE;
browser_gpu_channel_host_factory.cc 352 host->DeleteImage(gpu_client_id_, image_id, sync_point);
355 void BrowserGpuChannelHostFactory::DeleteImage(
gpu_process_host.h 135 void DeleteImage(int client_id, int image_id, int sync_point);
gpu_process_host.cc 668 void GpuProcessHost::DeleteImage(int client_id,
671 TRACE_EVENT0("gpu", "GpuProcessHost::DeleteImage");
    [all...]
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 80 virtual void DeleteImage(int32 image_id, int32 sync_point) = 0;
  /external/chromium_org/content/renderer/
render_thread_impl.h 422 virtual void DeleteImage(int32 image_id, int32 sync_point) OVERRIDE;
render_thread_impl.cc     [all...]

Completed in 776 milliseconds