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

  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.cpp 78 ASSERT(!m_platformRootPath.isEmpty());
80 return m_platformRootPath + virtualPath.replace('/', PlatformFilePathSeparator);
AsyncFileSystem.h 134 String root() const { return m_platformRootPath; }
141 , m_platformRootPath(platformRootPath)
146 String m_platformRootPath;

Completed in 64 milliseconds