Searched refs:END_COPY_ENTRY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation.h130 // END_COPY_ENTRY is fired for each copy creation finishing (for both
148 // END_COPY_ENTRY a x/a (creating "a" directory in x/ is finished).
151 // END_COPY_ENTRY a/b x/a/b (creating "b" directory in x/a/ is finished).
160 // END_COPY_ENTRY a/b/c.txt x/a/b/c.txt (copying "c.txt" is finished).
169 // END_COPY_ENTRY a/b/d.txt x/a/b/d.txt (copy "d.txt" is finished).
194 END_COPY_ENTRY, enumerator in enum:storage::FileSystemOperation::CopyProgressType
H A Dcopy_or_move_operation_delegate.cc914 FileSystemOperation::END_COPY_ENTRY, src_url, dest_url, 0);
957 FileSystemOperation::END_COPY_ENTRY, src_url, dest_url, 0);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc222 case storage::FileSystemOperation::END_COPY_ENTRY:
590 if (type == storage::FileSystemOperation::END_COPY_ENTRY)
/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_operation_delegate_unittest.cc694 EXPECT_EQ(FileSystemOperation::END_COPY_ENTRY, records[end_index].type);

Completed in 123 milliseconds