Searched defs:WriteCallback (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/sync/api/attachments/
H A Dattachment_store.h44 typedef base::Callback<void(const Result&)> WriteCallback; typedef in class:syncer::AttachmentStore
72 const WriteCallback& callback) = 0;
/external/chromium_org/base/files/
H A Dfile_proxy.h54 int bytes_written)> WriteCallback; typedef in class:base::FileProxy
115 const WriteCallback& callback);
/external/chromium_org/content/child/fileapi/
H A Dfile_system_dispatcher.h57 bool complete)> WriteCallback; typedef in class:content::FileSystemDispatcher
112 const WriteCallback& success_callback,
H A Dwebfilewriter_impl.cc25 typedef FileSystemDispatcher::WriteCallback WriteCallback; typedef in namespace:content
51 const WriteCallback& write_callback,
113 WriteCallback write_callback_;
H A Dfile_system_dispatcher.cc25 typedef FileSystemDispatcher::WriteCallback WriteCallback; typedef in class:content::FileSystemDispatcher::CallbackDispatcher
69 static CallbackDispatcher* Create(const WriteCallback& callback,
135 WriteCallback write_callback_;
300 const WriteCallback& success_callback,
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_operation_runner.h44 typedef FileSystemOperation::WriteCallback WriteCallback; typedef in class:fileapi::FileSystemOperationRunner
116 const WriteCallback& callback);
267 const WriteCallback& callback,
H A Dfile_system_operation.h225 bool complete)> WriteCallback; typedef in class:fileapi::FileSystemOperation
310 const WriteCallback& callback) = 0;
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.h67 typedef base::Callback<void(int64)> WriteCallback; typedef in class:sync_file_system::CannedSyncableFileSystem
207 const WriteCallback& callback);
210 const WriteCallback& callback);
/external/chromium_org/content/browser/speech/
H A Daudio_encoder.cc32 static FLAC__StreamEncoderWriteStatus WriteCallback(
46 FLAC__StreamEncoderWriteStatus FLACEncoder::WriteCallback( function in class:content::__anon7099::FLACEncoder
83 FLAC__stream_encoder_init_stream(encoder_, WriteCallback, NULL, NULL,
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache.cc54 int WriteCallback(int rv);
180 rv = WriteCallback(rv);
212 int ShaderDiskCacheEntry::WriteCallback(int rv) { function in class:content::ShaderDiskCacheEntry
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc215 typedef base::Callback<void(const int*, const int*)> WriteCallback; typedef in class:options::FileAccessProvider
224 const WriteCallback& callback,
263 const WriteCallback& callback,

Completed in 370 milliseconds