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

  /external/webkit/Source/WebCore/fileapi/
LocalFileSystem.h 70 : m_basePath(basePath)
88 SystemBasePath m_basePath;
LocalFileSystem.cpp 76 return m_basePath;
FileSystemCallbacks.cpp 150 , 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)));
FileSystemCallbacks.h 111 String m_basePath;
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 152 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;

Completed in 1227 milliseconds