HomeSort by relevance Sort by last modified time
    Searched refs:IsParent (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/common/extensions/
extension_resource.cc 43 // path on its own because IsParent doesn't like parent references.
59 clean_extension_root.IsParent(full_path)) {
  /external/chromium/base/
file_path.h 191 bool IsParent(const FilePath& child) const;
193 // If IsParent(child) holds, appends to path (if non-NULL) the
file_util_proxy.cc 31 if (src_file_path.IsParent(dest_file_path))
file_util_unittest.cc 417 .IsParent(normalized_file_b_path.DirName()));
    [all...]
file_path_unittest.cc 551 EXPECT_EQ(parent.IsParent(child), cases[i].expected) <<
    [all...]
file_path.cc 243 bool FilePath::IsParent(const FilePath& child) const {
    [all...]
  /external/chromium/base/memory/
scoped_temp_dir_unittest.cc 72 EXPECT_TRUE(base_path.IsParent(test_path));
  /external/chromium/net/url_request/
url_request_file_job.cc 145 white_listed_path.IsParent(file_path)) {
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 263 if (!parent.IsParent(child))
    [all...]
extension_service_unittest.cc 271 EXPECT_TRUE(fake_base_path_.IsParent(path));
    [all...]

Completed in 292 milliseconds