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

  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc 191 MTPDeviceDelegateImplLinux::PendingTaskInfo::PendingTaskInfo(
202 MTPDeviceDelegateImplLinux::PendingTaskInfo::~PendingTaskInfo() {
207 class MTPDeviceDelegateImplLinux::MTPFileNode {
243 MTPDeviceDelegateImplLinux::MTPFileNode::MTPFileNode(
258 MTPDeviceDelegateImplLinux::MTPFileNode::~MTPFileNode() {
264 const MTPDeviceDelegateImplLinux::MTPFileNode*
265 MTPDeviceDelegateImplLinux::MTPFileNode::GetChild(
271 void MTPDeviceDelegateImplLinux::MTPFileNode::EnsureChildExists(
284 void MTPDeviceDelegateImplLinux::MTPFileNode::ClearNonexistentChildren(
300 bool MTPDeviceDelegateImplLinux::MTPFileNode::DeleteChild(uint32 file_id)
    [all...]
mtp_device_delegate_impl_linux.h 25 // MTPDeviceDelegateImplLinux communicates with the media transfer protocol
28 // MTPDeviceDelegateImplLinux lives on the IO thread.
29 // MTPDeviceDelegateImplLinux does a call-and-reply to the UI thread
31 class MTPDeviceDelegateImplLinux : public MTPDeviceAsyncDelegate {
69 explicit MTPDeviceDelegateImplLinux(const std::string& device_location);
72 virtual ~MTPDeviceDelegateImplLinux();
291 base::WeakPtrFactory<MTPDeviceDelegateImplLinux> weak_ptr_factory_;
293 DISALLOW_COPY_AND_ASSIGN(MTPDeviceDelegateImplLinux);

Completed in 1121 milliseconds