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

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
image_writer_private_api.h 52 class ImageWriterPrivateDestroyPartitionsFunction
57 ImageWriterPrivateDestroyPartitionsFunction();
60 virtual ~ImageWriterPrivateDestroyPartitionsFunction();
image_writer_private_api.cc 129 ImageWriterPrivateDestroyPartitionsFunction::
130 ImageWriterPrivateDestroyPartitionsFunction() {
133 ImageWriterPrivateDestroyPartitionsFunction::
134 ~ImageWriterPrivateDestroyPartitionsFunction() {
137 bool ImageWriterPrivateDestroyPartitionsFunction::RunAsync() {
146 &ImageWriterPrivateDestroyPartitionsFunction::OnDestroyComplete,
151 void ImageWriterPrivateDestroyPartitionsFunction::OnDestroyComplete(

Completed in 39 milliseconds