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 26 // SnapshotFileDetails //
29 SnapshotFileDetails::SnapshotFileDetails(
36 SnapshotFileDetails::~SnapshotFileDetails() {
40 void SnapshotFileDetails::set_file_info(const base::File::Info& file_info) {
44 void SnapshotFileDetails::set_device_file_stream(
49 void SnapshotFileDetails::set_optimal_transfer_size(
54 bool SnapshotFileDetails::IsSnapshotFileWriteComplete() const {
58 bool SnapshotFileDetails::AddBytesWritten(DWORD bytes_written)
    [all...]
snapshot_file_details.h 37 class SnapshotFileDetails {
39 explicit SnapshotFileDetails(const SnapshotRequestInfo& request_info);
40 ~SnapshotFileDetails();
mtp_device_delegate_impl_win.h 25 class SnapshotFileDetails;
175 void OnGetFileStream(scoped_ptr<SnapshotFileDetails> file_details,
208 scoped_ptr<SnapshotFileDetails> current_snapshot_details_;
mtp_device_delegate_impl_win.cc 220 SnapshotFileDetails* file_details) {
279 const SnapshotFileDetails& file_details) {
428 scoped_ptr<SnapshotFileDetails> file_details(
429 new SnapshotFileDetails(SnapshotRequestInfo(device_file_path,
433 // Passing a raw SnapshotFileDetails* to the blocking pool is safe, because
564 scoped_ptr<SnapshotFileDetails> file_details,
  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.cc 29 // SnapshotFileDetails //
32 SnapshotFileDetails::SnapshotFileDetails(
41 SnapshotFileDetails::~SnapshotFileDetails() {
44 void SnapshotFileDetails::set_error_occurred(bool error) {
48 bool SnapshotFileDetails::AddBytesWritten(uint32 bytes_written) {
58 bool SnapshotFileDetails::IsSnapshotFileWriteComplete() const {
62 uint32 SnapshotFileDetails::BytesToRead() const {
mtp_read_file_worker.h 19 class SnapshotFileDetails;
51 scoped_ptr<SnapshotFileDetails> snapshot_file_details);
56 scoped_ptr<SnapshotFileDetails> snapshot_file_details);
65 scoped_ptr<SnapshotFileDetails> snapshot_file_details,
77 scoped_ptr<SnapshotFileDetails> snapshot_file_details,
snapshot_file_details.h 40 // SnapshotFileDetails tracks the current state of the snapshot file (e.g how
43 class SnapshotFileDetails {
45 SnapshotFileDetails(const SnapshotRequestInfo& request_info,
48 ~SnapshotFileDetails();
109 DISALLOW_COPY_AND_ASSIGN(SnapshotFileDetails);
mtp_read_file_worker.cc 54 make_scoped_ptr(new SnapshotFileDetails(request_info,
59 scoped_ptr<SnapshotFileDetails> snapshot_file_details) {
65 SnapshotFileDetails* snapshot_file_details_ptr = snapshot_file_details.get();
80 scoped_ptr<SnapshotFileDetails> snapshot_file_details,
94 SnapshotFileDetails* snapshot_file_details_ptr = snapshot_file_details.get();
107 scoped_ptr<SnapshotFileDetails> snapshot_file_details,
123 scoped_ptr<SnapshotFileDetails> snapshot_file_details) {

Completed in 530 milliseconds