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

  /external/chromium/chrome/common/extensions/
extension_resource.h 22 const FilePath& extension_root,
36 static FilePath GetFilePath(const FilePath& extension_root,
41 const FilePath& extension_root() const { return extension_root_; } function in class:ExtensionResource
44 bool empty() { return extension_root().empty(); }
user_script.h 53 File(const FilePath& extension_root, const FilePath& relative_path,
58 const FilePath& extension_root() const { return extension_root_; } function in class:UserScript::File

Completed in 230 milliseconds