OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wants_file_access
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/
extension.h
305
bool
wants_file_access
() const { return wants_file_access_; }
function in class:extensions::Extension
309
void set_wants_file_access(bool
wants_file_access
) {
310
wants_file_access_ =
wants_file_access
;
/external/chromium/chrome/common/extensions/
extension.h
617
bool
wants_file_access
() const { return wants_file_access_; }
function in class:Extension
[
all
...]
Completed in 231 milliseconds