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

1 2

  /external/chromium_org/extensions/browser/
extension_registry_observer.h 38 // Called when |extension| is about to be installed. |is_update| is true if
43 // extension. |is_update| will be true, although the version has not
53 // somewhere and have observers retrieve it. |is_update|, |from_ephemeral|
58 bool is_update,
extension_registry.cc 57 bool is_update,
60 DCHECK(is_update ==
62 DCHECK(is_update == !old_name.empty());
67 browser_context_, extension, is_update, from_ephemeral, old_name));
extension_registry.h 77 // If this is a fresh install then |is_update| is false and there must not be
79 // |is_update| is true and must be an installed extension with |extension|'s
83 // extension. |is_update| should also be true.
85 bool is_update,
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.h 45 bool is_update,
shortcut_manager.cc 122 bool is_update,
131 if (is_update && !from_ephemeral) {
ephemeral_app_service.h 62 bool is_update,
ephemeral_app_browsertest.cc 80 bool is_update; member in struct:__anon7450::InstallObserver::InstallParameters
85 bool is_update,
87 : id(id), is_update(is_update), from_ephemeral(from_ephemeral) {}
105 bool is_update,
109 InstallParameters(extension->id(), is_update, from_ephemeral));
416 EXPECT_TRUE(params.is_update);
542 EXPECT_TRUE(params.is_update);
653 EXPECT_TRUE(params.is_update);
681 EXPECT_TRUE(params.is_update);
    [all...]
ephemeral_app_service.cc 96 bool is_update,
103 } else if (!is_update &&
  /external/chromium_org/chrome/browser/extensions/
state_store.h 86 bool is_update,
extension_storage_monitor.h 69 bool is_update,
state_store.cc 147 bool is_update,
  /external/chromium_org/chrome/browser/ui/app_list/
recommended_apps.h 48 bool is_update,
recommended_apps.cc 100 bool is_update,
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.h 67 bool is_update,
webstore_result.cc 249 bool is_update,
  /external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h 185 bool is_update,
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.h 152 bool is_update,
push_messaging_api.cc 368 bool is_update,
  /external/chromium_org/webkit/browser/quota/
storage_monitor.h 97 void DispatchEvent(const StorageObserver::Filter& filter, bool is_update);
storage_monitor.cc 212 const StorageObserver::Filter& filter, bool is_update) {
216 if (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/api/storage/
managed_value_store_cache.cc 78 bool is_update,
124 bool is_update,
  /external/chromium_org/extensions/common/
extension.h 510 bool is_update; member in struct:extensions::InstalledExtensionInfo
517 // |is_update| is false.
521 bool is_update,
extension.cc 762 bool is_update,
766 is_update(is_update),
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.h 88 bool is_update,

Completed in 775 milliseconds

1 2