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

1 2 3

  /external/chromium_org/extensions/browser/
extension_registry_observer.h 39 // Called when |extension| is about to be installed. |is_update| is true if
44 // extension. |is_update| will be true, although the version has not
54 // somewhere and have observers retrieve it. |is_update|, |from_ephemeral|
59 bool is_update,
68 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));
71 bool is_update) {
76 browser_context_, extension, is_update));
test_extension_registry_observer.h 33 bool is_update,
extension_registry.h 80 // If this is a fresh install then |is_update| is false and there must not be
82 // |is_update| is true and must be an installed extension with |extension|'s
86 // extension. |is_update| should also be true.
88 bool is_update,
95 bool is_update);
state_store.h 95 bool is_update,
test_extension_registry_observer.cc 75 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 72 bool is_update,
ephemeral_app_browsertest.cc 94 bool is_update; member in struct:__anon7526::InstallObserver::InstallParameters
99 bool is_update,
101 : id(id), is_update(is_update), from_ephemeral(from_ephemeral) {}
119 bool is_update,
123 InstallParameters(extension->id(), is_update, from_ephemeral));
472 EXPECT_TRUE(params.is_update);
682 EXPECT_TRUE(params.is_update);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
shared_module_service.h 64 bool is_update) OVERRIDE;
external_install_manager.h 63 bool is_update) OVERRIDE;
install_tracker.h 84 bool is_update) OVERRIDE;
shared_module_service_unittest.cc 61 bool is_update);
73 bool is_update) {
80 if (!is_update) {
extension_storage_monitor.h 69 bool is_update,
zipfile_installer_unittest.cc 48 bool is_update,
  /external/chromium_org/chrome/browser/autocomplete/
keyword_extensions_delegate_impl_unittest.cc 35 bool is_update) OVERRIDE;
58 bool is_update) {
  /external/chromium_org/chrome/browser/apps/drive/
drive_app_provider.h 78 bool is_update) OVERRIDE;
  /external/chromium_org/chrome/browser/search/
hotword_service.h 57 bool is_update) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/
recommended_apps.h 48 bool is_update,
  /external/chromium_org/chrome/browser/extensions/error_console/
error_console.h 137 bool is_update) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.h 81 bool is_update) OVERRIDE;
  /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,
  /external/chromium_org/storage/browser/quota/
storage_monitor.h 97 void DispatchEvent(const StorageObserver::Filter& filter, bool is_update);

Completed in 780 milliseconds

1 2 3