Home
last modified time | relevance | path

Searched refs:IsParent (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc77 EXPECT_TRUE(base_path.IsParent(test_path)); in TEST()
Dfile_path.h225 bool IsParent(const FilePath& child) const;
Dfile_path_watcher_linux.cc563 if (!changed_dir.IsParent(cur_path)) in UpdateRecursiveWatches()
614 DCHECK(target_.IsParent(path)); in TrackWatchForRecursion()
Dfile_util_posix.cc207 if (real_to_path == real_from_path || real_from_path.IsParent(real_to_path)) in DoCopyDirectory()
905 if (base != path && !base.IsParent(path)) { in VerifyPathControlledByUser()
Dfile_path.cc256 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in base::FilePath
Dfile_path_unittest.cc564 EXPECT_EQ(parent.IsParent(child), cases[i].expected) << in TEST_F()
/external/pdfium/xfa/fwl/
Dcfwl_widget.h183 bool IsParent(CFWL_Widget* pParent);
Dcfwl_widget.cpp166 if (IsParent(pWidget)) { in TransformTo()
584 bool CFWL_Widget::IsParent(CFWL_Widget* pParent) { in IsParent() function in CFWL_Widget