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

  /external/chromium_org/chrome/common/extensions/
extension.h 475 bool is_update; member in struct:extensions::InstalledExtensionInfo
478 // |is_update| is false.
482 bool is_update,
extension.cc 795 bool is_update,
798 is_update(is_update),
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.cc 119 if (installed_info->is_update) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 147 def process_common(template, progress, code, rsrcname, destname, is_update,
151 is_update, raw, others, filename, destroot)
195 if is_update:
282 def process_common_macho(template, progress, code, rsrcname, destname, is_update,
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc 2585 bool is_update = false; local
    [all...]
extension_service_unittest.cc 636 was_update_ = installed_info->is_update;
817 // If and only if INSTALL_UPDATED, it should have the is_update flag.
    [all...]

Completed in 1378 milliseconds