OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:extension_root
(Results
1 - 4
of
4
) 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
/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
54
File(const base::FilePath&
extension_root
,
60
const base::FilePath&
extension_root
() const { return extension_root_; }
function in class:extensions::UserScript::File
Completed in 2786 milliseconds