Searched refs:IsParent (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dextension_resource.cc43 // path on its own because IsParent doesn't like parent references.
59 clean_extension_root.IsParent(full_path)) {
/external/chromium/base/
H A Dfile_path.h191 bool IsParent(const FilePath& child) const;
193 // If IsParent(child) holds, appends to path (if non-NULL) the
H A Dfile_util_proxy.cc31 if (src_file_path.IsParent(dest_file_path))
H A Dfile_util_unittest.cc417 .IsParent(normalized_file_b_path.DirName()));
1520 EXPECT_TRUE(temp_dir_.path().IsParent(new_dir));
H A Dfile_path_unittest.cc551 EXPECT_EQ(parent.IsParent(child), cases[i].expected) <<
H A Dfile_path.cc243 bool FilePath::IsParent(const FilePath& child) const { function in class:FilePath
/external/chromium/base/memory/
H A Dscoped_temp_dir_unittest.cc72 EXPECT_TRUE(base_path.IsParent(test_path));
/external/chromium/net/url_request/
H A Durl_request_file_job.cc145 white_listed_path.IsParent(file_path)) {
/external/chromium/chrome/browser/extensions/
H A Dextension_prefs.cc263 if (!parent.IsParent(child))
H A Dextension_service_unittest.cc271 EXPECT_TRUE(fake_base_path_.IsParent(path));

Completed in 555 milliseconds