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

  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
image_writer_private_api.h 65 class ImageWriterPrivateListRemovableStorageDevicesFunction
70 ImageWriterPrivateListRemovableStorageDevicesFunction();
73 virtual ~ImageWriterPrivateListRemovableStorageDevicesFunction();
image_writer_private_api.cc 161 ImageWriterPrivateListRemovableStorageDevicesFunction::
162 ImageWriterPrivateListRemovableStorageDevicesFunction() {
165 ImageWriterPrivateListRemovableStorageDevicesFunction::
166 ~ImageWriterPrivateListRemovableStorageDevicesFunction() {
169 bool ImageWriterPrivateListRemovableStorageDevicesFunction::RunAsync() {
172 &ImageWriterPrivateListRemovableStorageDevicesFunction::OnDeviceListReady,
177 void ImageWriterPrivateListRemovableStorageDevicesFunction::OnDeviceListReady(

Completed in 289 milliseconds