HomeSort by relevance Sort by last modified time
    Searched defs:ReadOperation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 89 SimpleEntryOperation SimpleEntryOperation::ReadOperation(
  /external/chromium_org/content/renderer/media/
buffered_data_source.cc 30 class BufferedDataSource::ReadOperation {
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(
70 BufferedDataSource::ReadOperation::~ReadOperation() {
75 void BufferedDataSource::ReadOperation::Run
    [all...]

Completed in 95 milliseconds