Searched defs:m_basePath (Results 1 - 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/fileapi/ | ||
H A D | LocalFileSystem.h | 70 : m_basePath(basePath) 88 SystemBasePath m_basePath; member in class:WebCore::LocalFileSystem |
H A D | FileSystemCallbacks.h | 111 String m_basePath; member in class:WebCore::EntriesCallbacks |
/external/webkit/Source/WebCore/platform/wx/ | ||
H A D | 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; member in class:WebCore::wxDirTraverserNonRecursive |
Completed in 83 milliseconds