Searched defs:IsParent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url.cc141 bool FileSystemURL::IsParent(const FileSystemURL& child) const { function in class:storage::FileSystemURL
143 path().IsParent(child.path());
/external/chromium_org/base/files/
H A Dfile_path.cc256 bool FilePath::IsParent(const FilePath& child) const { function in class:base::FilePath

Completed in 55 milliseconds