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

  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 14 SimpleEntryOperation::SimpleEntryOperation(const SimpleEntryOperation& other)
29 SimpleEntryOperation::~SimpleEntryOperation() {}
32 SimpleEntryOperation SimpleEntryOperation::OpenOperation(
37 return SimpleEntryOperation(entry,
52 SimpleEntryOperation SimpleEntryOperation::CreateOperation
    [all...]
simple_entry_operation.h 21 // SimpleEntryOperation stores the information regarding operations in
24 class SimpleEntryOperation {
36 SimpleEntryOperation(const SimpleEntryOperation& other);
37 ~SimpleEntryOperation();
39 static SimpleEntryOperation OpenOperation(SimpleEntryImpl* entry,
43 static SimpleEntryOperation CreateOperation(
48 static SimpleEntryOperation CloseOperation(SimpleEntryImpl* entry);
49 static SimpleEntryOperation ReadOperation(SimpleEntryImpl* entry,
56 static SimpleEntryOperation WriteOperation
    [all...]

Completed in 187 milliseconds