Searched refs:GetFileInfoByPath (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_task_helper.h51 // Dispatches the GetFileInfoByPath request to the
61 void GetFileInfoByPath(
H A Dmtp_device_task_helper.cc77 void MTPDeviceTaskHelper::GetFileInfoByPath( function in class:MTPDeviceTaskHelper
85 GetMediaTransferProtocolManager()->GetFileInfoByPath(
132 GetMediaTransferProtocolManager()->GetFileInfoByPath(
H A Dmtp_device_delegate_impl_linux.cc120 task_helper->GetFileInfoByPath(file_path, success_callback, error_callback);
/external/chromium_org/components/storage_monitor/
H A Dtest_media_transfer_protocol_manager_linux.cc76 void TestMediaTransferProtocolManagerLinux::GetFileInfoByPath( function in class:storage_monitor::TestMediaTransferProtocolManagerLinux
H A Dtest_media_transfer_protocol_manager_linux.h49 virtual void GetFileInfoByPath(const std::string& storage_handle,
/external/chromium_org/device/media_transfer_protocol/
H A Dmedia_transfer_protocol_daemon_client.h66 // A callback to handle the result of GetFileInfoByPath/Id.
145 // Calls GetFileInfoByPath method. |callback| is called after the method
147 virtual void GetFileInfoByPath(const std::string& handle,
H A Dmedia_transfer_protocol_manager.h54 // A callback to handle the result of GetFileInfoByPath/Id.
125 virtual void GetFileInfoByPath(const std::string& storage_handle,
H A Dmedia_transfer_protocol_manager.cc231 virtual void GetFileInfoByPath(const std::string& storage_handle,
240 mtp_client_->GetFileInfoByPath(
H A Dmedia_transfer_protocol_daemon_client.cc184 virtual void GetFileInfoByPath(const std::string& handle,
366 // Handles the result of GetFileInfoByPath/Id and calls |callback| or

Completed in 312 milliseconds