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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DEntryBase.cpp32 #include "modules/filesystem/EntryBase.h"
43 EntryBase::EntryBase(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) function in class:WebCore::EntryBase
50 EntryBase::~EntryBase()
54 String EntryBase::toURL() const
H A DEntryBase.h43 class EntryBase : public RefCounted<EntryBase> { class in namespace:WebCore
45 virtual ~EntryBase();
58 EntryBase(PassRefPtr<DOMFileSystemBase>, const String& fullPath);

Completed in 87 milliseconds