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

1 2

  /external/chromium_org/third_party/lcov/bin/
install.sh 3 # install.sh [--uninstall] sourcefile targetfile
7 # Check for uninstall option
8 if test "x$1" == "x--uninstall" ; then
9 UNINSTALL=true
13 UNINSTALL=false
20 echo Usage: install.sh [--uninstall] source target >&2
53 echo WARNING: Skipping uninstall for $TARGET - versions differ! >&2
56 echo WARNING: Skipping uninstall for $TARGET - not installed! >&2
62 if $UNINSTALL ; then
  /external/chromium_org/third_party/lcov-1.9/bin/
install.sh 3 # install.sh [--uninstall] sourcefile targetfile [install options]
7 # Check for uninstall option
8 if test "x$1" == "x--uninstall" ; then
9 UNINSTALL=true
14 UNINSTALL=false
22 echo Usage: install.sh [--uninstall] source target [install options] >&2
56 echo WARNING: Skipping uninstall for $TARGET - versions differ! >&2
59 echo WARNING: Skipping uninstall for $TARGET - not installed! >&2
65 if $UNINSTALL ; then
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.cc 25 UNINSTALL,
66 AddItemWithStringId(UNINSTALL, IDS_EXTENSIONS_UNINSTALL);
94 } else if (command_id == DISABLE || command_id == UNINSTALL) {
132 case UNINSTALL: {
extension_info_map_unittest.cc 97 info_map->RemoveExtension(extension2->id(), UnloadedExtensionInfo::UNINSTALL);
image_loading_tracker_unittest.cc 164 UnloadedExtensionInfo::UNINSTALL);
extension_service.cc 273 return; // Yup, known extension, don't uninstall.
276 // This is an external extension that we don't have registered. Uninstall.
382 // --uninstall-extension. The LOG statements within this function are used to
383 // inform the user if the uninstall cannot be done.
400 // The following call to UninstallExtension will not allow an uninstall of a
404 LOG(WARNING) << "Cannot uninstall extension with id " << extension_id
656 // Policy change which triggers an uninstall will always set
657 // |external_uninstall| to true so this is the only way to uninstall
686 UnloadExtension(extension_id, UnloadedExtensionInfo::UNINSTALL);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_model_unittest.cc 55 ASSERT_TRUE(menu->IsCommandIdEnabled(ExtensionContextMenuModel::UNINSTALL));
62 ASSERT_FALSE(menu->IsCommandIdEnabled(ExtensionContextMenuModel::UNINSTALL));
extension_context_menu_model.cc 86 } else if (command_id == UNINSTALL) {
125 case UNINSTALL: {
176 AddItem(UNINSTALL, l10n_util::GetStringUTF16(IDS_EXTENSIONS_UNINSTALL));
extension_context_menu_model.h 33 UNINSTALL,
98 // Keeps track of the extension uninstall dialog.
extension_disabled_ui.cc 180 UNINSTALL,
301 // Delay showing the uninstall dialog, so that this function returns
333 user_response_ = UNINSTALL;
  /external/chromium/chrome/browser/automation/
automation_extension_tracker.cc 37 if (service && info->reason == UnloadedExtensionInfo::UNINSTALL) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.cc 39 UNINSTALL,
52 // ExtensionUninstaller runs the extension uninstall flow. It shows the
53 // extension uninstall dialog and wait for user to confirm or cancel the
54 // uninstall.
227 UNINSTALL,
321 } else if (command_id == UNINSTALL) {
369 } else if (command_id == UNINSTALL) {
  /external/chromium_org/chrome/installer/setup/
install_worker_unittest.cc 408 // We don't want to include Chrome Binaries for uninstall if the machine
413 if (operation != InstallerState::UNINSTALL || !machine_has_other_products)
427 DCHECK(operation != InstallerState::UNINSTALL);
787 // Uninstall multi Chrome on a machine with multi Chrome Frame.
    [all...]
install_worker.cc 184 // Binaries. Only setup.exe is required, and only for uninstall.
245 if (installer_state.operation() == InstallerState::UNINSTALL) {
292 // the operation is an uninstall.
301 DCHECK(installer_state.operation() != InstallerState::UNINSTALL ||
304 DCHECK(installer_state.operation() == InstallerState::UNINSTALL ||
310 if (installer_state.operation() == InstallerState::UNINSTALL) {
411 // uninstall to be managed entirely by the MSI machinery (accessible via the
444 VLOG(1) << "Deleting old uninstall shortcut (if present): "
450 "Failed to delete old uninstall shortcut.");
666 // This method adds work items to create (or update) Chrome uninstall entry i
    [all...]
setup_util.cc 336 bool is_uninstall = installer_state.operation() == InstallerState::UNINSTALL;
  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 59 UNINSTALL = 1 << 1,
background_contents_service.cc 289 case UnloadedExtensionInfo::UNINSTALL:
enumerate_modules_model_win.cc 42 ModuleEnumerator::UNINSTALL | ModuleEnumerator::SEE_LINK);
848 if (module->recommended_action & ModuleEnumerator::UNINSTALL) {
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.h 61 UNINSTALL = 1 << 1,
enumerate_modules_model_win.cc 50 ModuleEnumerator::UNINSTALL | ModuleEnumerator::SEE_LINK);
    [all...]
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 37 echo You must now UNINSTALL and RE-INSTALL the latest version of Chrome
  /external/chromium_org/chrome/installer/util/
installer_state.h 43 // TODO(erikwright): This is now used a fair bit during uninstall, and
44 // InstallerState::Initialize() contains a lot of code for uninstall. The class
66 UNINSTALL
installer_state.cc 125 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
131 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
138 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
178 // Uninstall each product of type |type| listed below based on the
179 // presence or absence of |switch_name| in that product's uninstall
210 VLOG(1) << "Uninstall distribution: "
273 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
281 operation_ = UNINSTALL;
  /external/chromium/chrome/browser/profiles/
profile.h 59 UNINSTALL, // The extension is being uninstalled.
  /external/chromium/chrome/common/extensions/
extension.h     [all...]

Completed in 1253 milliseconds

1 2