Searched defs:wants_file_access (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/common/
H A Dextension.h320 bool wants_file_access() const { return wants_file_access_; } function in class:extensions::Extension
324 void set_wants_file_access(bool wants_file_access) { argument
325 wants_file_access_ = wants_file_access;

Completed in 176 milliseconds