Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dscoped_temp_dir_unittest.cc77 EXPECT_TRUE(base_path.IsParent(test_path)); in TEST()
Dfile_path.h219 bool IsParent(const FilePath& child) const;
Dfile_path_watcher_linux.cc570 if (!changed_dir.IsParent(cur_path)) in UpdateRecursiveWatches()
621 DCHECK(target_.IsParent(path)); in TrackWatchForRecursion()
Dfile_path_watcher_fsevents.cc186 if (resolved_target.IsParent(path) || resolved_target == path) { in DispatchEvents()
Dfile_path.cc255 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in base::FilePath
Dfile_util_posix.cc767 if (base != path && !base.IsParent(path)) { in VerifyPathControlledByUser()
Dfile_path_unittest.cc562 EXPECT_EQ(parent.IsParent(child), cases[i].expected) << in TEST_F()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h137 FX_BOOL IsParent(IFWL_Widget* pParent);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp350 if (IsParent(pWidget)) { in TransformTo()
947 FX_BOOL CFWL_WidgetImp::IsParent(IFWL_Widget* pParent) { in IsParent() function in CFWL_WidgetImp