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

  /external/chromium_org/extensions/common/
extension.h 321 bool wants_file_access() const { return wants_file_access_; }
326 wants_file_access_ = wants_file_access;
476 bool wants_file_access_; member in class:extensions::Extension
extension.cc 499 wants_file_access_(false),

Completed in 60 milliseconds