Home | History | Annotate | Download | only in common

Lines Matching full:filepath

15 // JavaScript file. This is more complicated than just a simple FilePath
30 const base::FilePath& extension_root,
31 const base::FilePath& relative_path);
43 const base::FilePath& GetFilePath() const;
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
54 const base::FilePath& relative_path,
59 const base::FilePath& extension_root() const { return extension_root_; }
60 const base::FilePath& relative_path() const { return relative_path_; }
65 base::FilePath::StringType NormalizeSeperators(
66 const base::FilePath::StringType& path) const;
67 bool ComparePathWithDefault(const base::FilePath& path) const;
74 base::FilePath extension_root_;
77 base::FilePath relative_path_;
84 mutable base::FilePath full_resource_path_;