Searched refs:m_basePath (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DLocalFileSystem.h70 : m_basePath(basePath)
88 SystemBasePath m_basePath; member in class:WebCore::LocalFileSystem
H A DLocalFileSystem.cpp76 return m_basePath;
H A DFileSystemCallbacks.cpp150 , m_basePath(basePath)
159 m_entries->append(DirectoryEntry::create(m_directoryReader->filesystem(), DOMFilePath::append(m_basePath, name)));
161 m_entries->append(FileEntry::create(m_directoryReader->filesystem(), DOMFilePath::append(m_basePath, name)));
H A DFileSystemCallbacks.h111 String m_basePath; member in class:WebCore::EntriesCallbacks
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp152 wxDirTraverserNonRecursive(wxString basePath, wxArrayString& files) : m_basePath(basePath), m_files(files) { }
157 afile.MakeRelativeTo(m_basePath);
167 dirfile.MakeRelativeTo(m_basePath);
175 wxString m_basePath; member in class:WebCore::wxDirTraverserNonRecursive

Completed in 110 milliseconds