Home
last modified time | relevance | path

Searched refs:isValidPath (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DDOMFilePath.cpp112 bool DOMFilePath::isValidPath(const String& path) in isValidPath() function in WebCore::DOMFilePath
144 return isValidPath(name); in isValidName()
DDOMFilePath.h73 static bool isValidPath(const String& path);
DDOMFileSystemBase.cpp165 …SystemTypeTemporary && type != FileSystemTypePersistent) || DOMFilePath::isValidPath(absolutePath); in pathToAbsolutePath()