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

  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service.cc 351 bool was_installed_by_custodian = extension->was_installed_by_custodian(); local
364 was_installed_by_custodian) {
    [all...]
  /external/chromium_org/extensions/common/
extension.h 165 // |WAS_INSTALLED_BY_CUSTODIAN| means this extension was installed by the
167 WAS_INSTALLED_BY_CUSTODIAN = 1 << 11,
336 bool was_installed_by_custodian() const { function in class:extensions::Extension
337 return (creation_flags_ & WAS_INSTALLED_BY_CUSTODIAN) != 0;

Completed in 679 milliseconds