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

  /external/chromium_org/net/disk_cache/flash/
flash_entry_impl.cc 15 FlashEntryImpl::FlashEntryImpl(const std::string& key,
25 FlashEntryImpl::FlashEntryImpl(int32 id,
33 int FlashEntryImpl::Init(const CompletionCallback& callback) {
44 Bind(&FlashEntryImpl::OnInitComplete, this));
48 void FlashEntryImpl::Doom() {
53 void FlashEntryImpl::Close() {
58 std::string FlashEntryImpl::GetKey() const {
63 base::Time FlashEntryImpl::GetLastUsed() const
    [all...]
flash_entry_impl.h 38 class NET_EXPORT_PRIVATE FlashEntryImpl
40 public base::RefCountedThreadSafe<FlashEntryImpl> {
41 friend class base::RefCountedThreadSafe<FlashEntryImpl>;
43 FlashEntryImpl(const std::string& key,
46 FlashEntryImpl(int32 id,
76 virtual ~FlashEntryImpl();
93 DISALLOW_COPY_AND_ASSIGN(FlashEntryImpl);

Completed in 38 milliseconds