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

  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.cc 28 // SnapshotFileDetails //
31 SnapshotFileDetails::SnapshotFileDetails(
38 SnapshotFileDetails::~SnapshotFileDetails() {
42 void SnapshotFileDetails::set_file_info(
47 void SnapshotFileDetails::set_device_file_stream(
52 void SnapshotFileDetails::set_optimal_transfer_size(
57 bool SnapshotFileDetails::IsSnapshotFileWriteComplete() const {
61 bool SnapshotFileDetails::AddBytesWritten(DWORD bytes_written)
    [all...]
snapshot_file_details.h 39 class SnapshotFileDetails {
41 explicit SnapshotFileDetails(const SnapshotRequestInfo& request_info);
42 ~SnapshotFileDetails();
mtp_device_delegate_impl_win.h 28 class SnapshotFileDetails;
171 void OnGetFileStream(scoped_ptr<SnapshotFileDetails> file_details,
204 scoped_ptr<SnapshotFileDetails> current_snapshot_details_;
mtp_device_delegate_impl_win.cc 220 SnapshotFileDetails* file_details) {
279 const SnapshotFileDetails& file_details) {
429 scoped_ptr<SnapshotFileDetails> file_details(
430 new SnapshotFileDetails(SnapshotRequestInfo(device_file_path,
434 // Passing a raw SnapshotFileDetails* to the blocking pool is safe, because
551 scoped_ptr<SnapshotFileDetails> file_details,
  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.cc 31 // SnapshotFileDetails //
34 SnapshotFileDetails::SnapshotFileDetails(
43 SnapshotFileDetails::~SnapshotFileDetails() {
46 void SnapshotFileDetails::set_error_occurred(bool error) {
50 bool SnapshotFileDetails::AddBytesWritten(uint32 bytes_written) {
60 bool SnapshotFileDetails::IsSnapshotFileWriteComplete() const {
64 uint32 SnapshotFileDetails::BytesToRead() const {
mtp_read_file_worker.h 21 class SnapshotFileDetails;
53 scoped_ptr<SnapshotFileDetails> snapshot_file_details);
58 scoped_ptr<SnapshotFileDetails> snapshot_file_details);
67 scoped_ptr<SnapshotFileDetails> snapshot_file_details,
79 scoped_ptr<SnapshotFileDetails> snapshot_file_details,
snapshot_file_details.h 42 // SnapshotFileDetails tracks the current state of the snapshot file (e.g how
45 class SnapshotFileDetails {
47 SnapshotFileDetails(const SnapshotRequestInfo& request_info,
50 ~SnapshotFileDetails();
111 DISALLOW_COPY_AND_ASSIGN(SnapshotFileDetails);
mtp_read_file_worker.cc 55 make_scoped_ptr(new SnapshotFileDetails(request_info,
60 scoped_ptr<SnapshotFileDetails> snapshot_file_details) {
66 SnapshotFileDetails* snapshot_file_details_ptr = snapshot_file_details.get();
81 scoped_ptr<SnapshotFileDetails> snapshot_file_details,
95 SnapshotFileDetails* snapshot_file_details_ptr = snapshot_file_details.get();
108 scoped_ptr<SnapshotFileDetails> snapshot_file_details,
124 scoped_ptr<SnapshotFileDetails> snapshot_file_details) {

Completed in 74 milliseconds