Home
last modified time | relevance | path

Searched refs:writer_delegate (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
Dsyncable_file_system_operation.h63 scoped_ptr<storage::FileWriterDelegate> writer_delegate, in NON_EXPORTED_BASE()
Dsyncable_file_system_operation.cc218 scoped_ptr<storage::FileWriterDelegate> writer_delegate, in Write() argument
234 base::Passed(&writer_delegate), in Write()
/external/chromium_org/storage/browser/fileapi/
Dfile_system_operation.h308 scoped_ptr<FileWriterDelegate> writer_delegate,
Dfile_system_operation_runner.cc267 scoped_ptr<FileWriterDelegate> writer_delegate( in Write() local
272 blob.Pass(), url_request_context, writer_delegate.get())); in Write()
276 url, writer_delegate.Pass(), blob_request.Pass(), in Write()
Dfile_system_operation_impl.h61 scoped_ptr<FileWriterDelegate> writer_delegate, in NON_EXPORTED_BASE()
Dfile_system_operation_impl.cc167 scoped_ptr<FileWriterDelegate> writer_delegate, in Write() argument
171 file_writer_delegate_ = writer_delegate.Pass(); in Write()
/external/chromium_org/mojo/system/
Draw_channel_unittest.cc378 WriteOnlyRawChannelDelegate writer_delegate; in TEST_F() local
383 base::Unretained(&writer_delegate))); in TEST_F()