Searched refs:IsParent (Results 1 – 9 of 9) sorted by relevance
77 EXPECT_TRUE(base_path.IsParent(test_path)); in TEST()
220 bool IsParent(const FilePath& child) const;
570 if (!changed_dir.IsParent(cur_path)) in UpdateRecursiveWatches()621 DCHECK(target_.IsParent(path)); in TrackWatchForRecursion()
183 if (resolved_target.IsParent(path) || resolved_target == path) { in DispatchEvents()
257 bool FilePath::IsParent(const FilePath& child) const { in IsParent() function in base::FilePath
787 if (base != path && !base.IsParent(path)) { in VerifyPathControlledByUser()
562 EXPECT_EQ(parent.IsParent(child), cases[i].expected) << in TEST_F()
181 bool IsParent(CFWL_Widget* pParent);
166 if (IsParent(pWidget)) { in TransformTo()584 bool CFWL_Widget::IsParent(CFWL_Widget* pParent) { in IsParent() function in CFWL_Widget