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 130 void DeleteImage(int32 client_id, int32 image_id);
gpu_channel.h 127 void DeleteImage(int32 image_id);
gpu_channel.cc 666 void GpuChannel::DeleteImage(int32 image_id) {
668 "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;
gpu_process_host.h 125 void DeleteImage(int client_id, int image_id, int sync_point);
browser_gpu_channel_host_factory.cc 301 host->DeleteImage(gpu_client_id_, image_id, sync_point);
304 void BrowserGpuChannelHostFactory::DeleteImage(
gpu_process_host.cc 732 void GpuProcessHost::DeleteImage(int client_id,
735 TRACE_EVENT0("gpu", "GpuProcessHost::DeleteImage");
    [all...]
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.h 79 virtual void DeleteImage(int32 image_id, int32 sync_point) = 0;
  /external/chromium_org/content/renderer/
render_thread_impl.h 372 virtual void DeleteImage(int32 image_id, int32 sync_point) OVERRIDE;
render_thread_impl.cc     [all...]

Completed in 1534 milliseconds