HomeSort by relevance Sort by last modified time
    Searched refs:wants_file_access_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/common/extensions/
extension.h 301 bool wants_file_access() const { return wants_file_access_; }
306 wants_file_access_ = wants_file_access;
441 bool wants_file_access_; member in class:extensions::Extension
extension.cc 555 wants_file_access_(false),
  /external/chromium/chrome/common/extensions/
extension.h 617 bool wants_file_access() const { return wants_file_access_; }
919 bool wants_file_access_; member in class:Extension
    [all...]
extension.cc 788 wants_file_access_ = true;
    [all...]

Completed in 770 milliseconds