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

  /external/chromium_org/storage/browser/fileapi/
copy_or_move_operation_delegate.h 46 class STORAGE_EXPORT StreamCopyHelper {
48 StreamCopyHelper(
56 ~StreamCopyHelper();
89 base::WeakPtrFactory<StreamCopyHelper> weak_factory_;
90 DISALLOW_COPY_AND_ASSIGN(StreamCopyHelper);
copy_or_move_operation_delegate.cc 355 // The size of buffer for StreamCopyHelper.
507 new CopyOrMoveOperationDelegate::StreamCopyHelper(
586 scoped_ptr<CopyOrMoveOperationDelegate::StreamCopyHelper> copy_helper_;
594 CopyOrMoveOperationDelegate::StreamCopyHelper::StreamCopyHelper(
614 CopyOrMoveOperationDelegate::StreamCopyHelper::~StreamCopyHelper() {
617 void CopyOrMoveOperationDelegate::StreamCopyHelper::Run(
624 void CopyOrMoveOperationDelegate::StreamCopyHelper::Cancel() {
628 void CopyOrMoveOperationDelegate::StreamCopyHelper::Read
    [all...]
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 715 TEST(LocalFileSystemCopyOrMoveOperationTest, StreamCopyHelper) {
741 CopyOrMoveOperationDelegate::StreamCopyHelper helper(
767 // Testing the same configuration as StreamCopyHelper, but with |need_flush|
797 CopyOrMoveOperationDelegate::StreamCopyHelper helper(
848 CopyOrMoveOperationDelegate::StreamCopyHelper helper(
858 base::Bind(&CopyOrMoveOperationDelegate::StreamCopyHelper::Cancel,

Completed in 123 milliseconds