HomeSort by relevance Sort by last modified time
    Searched defs:extension_root (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/common/
extension_resource.h 30 const base::FilePath& extension_root,
37 // |extension_root| after resolving symlinks.
51 // |extension_root|. Iff |file_can_symlink_outside_root| is true, then the
52 // file can be a symlink that links outside of |extension_root|.
53 static base::FilePath GetFilePath(const base::FilePath& extension_root,
59 const base::FilePath& extension_root() const { return extension_root_; } function in class:extensions::ExtensionResource
62 bool empty() const { return extension_root().empty(); }
80 // within |extension_root|, but it can be a symlink to a file that is not.
user_script.h 77 File(const base::FilePath& extension_root,
83 const base::FilePath& extension_root() const { return extension_root_; } function in class:extensions::UserScript::File

Completed in 70 milliseconds