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

  /external/chromium_org/net/disk_cache/flash/
internal_entry.cc 23 InternalEntry::InternalEntry(const std::string& key, LogStore* store)
30 InternalEntry::InternalEntry(int32 id, LogStore* store)
35 InternalEntry::~InternalEntry() {
38 scoped_ptr<KeyAndStreamSizes> InternalEntry::Init() {
53 int32 InternalEntry::GetDataSize(int index) const {
57 int InternalEntry::ReadData(int index, int offset, IOBuffer* buf, int buf_len,
62 int InternalEntry::WriteData(int index, int offset, IOBuffer* buf, int buf_len
    [all...]
internal_entry.h 35 class NET_EXPORT_PRIVATE InternalEntry
36 : public base::RefCountedThreadSafe<InternalEntry> {
37 friend class base::RefCountedThreadSafe<InternalEntry>;
39 InternalEntry(const std::string& key, LogStore* store);
40 InternalEntry(int32 id, LogStore* store);
53 ~InternalEntry();
58 DISALLOW_COPY_AND_ASSIGN(InternalEntry);

Completed in 543 milliseconds