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

/external/webkit/Source/WebCore/fileapi/
H A DEntryBase.cpp32 #include "EntryBase.h"
46 EntryBase::EntryBase(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) function in class:WebCore::EntryBase
53 EntryBase::~EntryBase()
57 String EntryBase::toURL()
H A DEntryBase.h46 class EntryBase : public RefCounted<EntryBase> { class in namespace:WebCore
48 virtual ~EntryBase();
61 EntryBase(PassRefPtr<DOMFileSystemBase>, const String& fullPath);

Completed in 85 milliseconds