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

  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 65 const char ExternalProviderImpl::kWasInstalledByOem[] = "was_installed_by_oem";
224 bool was_installed_by_oem; local
225 if (extension->GetBoolean(kWasInstalledByOem, &was_installed_by_oem) &&
226 was_installed_by_oem) {
227 creation_flags |= Extension::WAS_INSTALLED_BY_OEM;
464 bundled_extension_creation_flags | Extension::WAS_INSTALLED_BY_OEM;
extension_service.cc 581 if (extension && extension->was_installed_by_oem())
582 creation_flags |= Extension::WAS_INSTALLED_BY_OEM;
    [all...]
  /external/chromium_org/extensions/common/
extension.h 168 // |WAS_INSTALLED_BY_OEM| installed by an OEM (e.g on Chrome OS) and should
171 WAS_INSTALLED_BY_OEM = 1 << 10,
334 bool was_installed_by_oem() const { function in class:extensions::Extension
335 return (creation_flags_ & WAS_INSTALLED_BY_OEM) != 0;
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc     [all...]
  /external/chromium_org/extensions/browser/
extension_prefs.cc 177 const char kPrefWasInstalledByOem[] = "was_installed_by_oem";
    [all...]

Completed in 179 milliseconds