Searched defs:ReadOperation (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.cc118 SimpleEntryOperation SimpleEntryOperation::ReadOperation( function in class:disk_cache::SimpleEntryOperation
/external/chromium_org/content/renderer/media/
H A Dbuffered_data_source.cc30 class BufferedDataSource::ReadOperation { class in class:content::BufferedDataSource
32 ReadOperation(int64 position, int size, uint8* data,
34 ~ReadOperation();
38 static void Run(scoped_ptr<ReadOperation> read_op, int result);
56 DISALLOW_IMPLICIT_CONSTRUCTORS(ReadOperation);
59 BufferedDataSource::ReadOperation::ReadOperation( function in class:content::BufferedDataSource::ReadOperation
70 BufferedDataSource::ReadOperation::~ReadOperation() {
75 void BufferedDataSource::ReadOperation
[all...]

Completed in 201 milliseconds