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

1 2

  /external/chromium_org/third_party/lcov/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,
298 // Delay showing the uninstall dialog, so that this function returns
330 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 36 UNINSTALL,
154 UNINSTALL,
206 } else if (command_id == UNINSTALL) {
258 } else if (command_id == 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 119 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
126 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
163 // Uninstall each product of type |type| listed below based on the
164 // presence or absence of |switch_name| in that product's uninstall
191 VLOG(1) << "Uninstall distribution: "
254 VLOG(1) << (is_uninstall ? "Uninstall" : "Install")
262 operation_ = UNINSTALL;
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 152 // Binaries. Only setup.exe is required, and only for uninstall.
213 if (installer_state.operation() == InstallerState::UNINSTALL) {
260 // the operation is an uninstall.
269 DCHECK(installer_state.operation() != InstallerState::UNINSTALL ||
272 DCHECK(installer_state.operation() == InstallerState::UNINSTALL ||
278 if (installer_state.operation() == InstallerState::UNINSTALL) {
374 // uninstall to be managed entirely by the MSI machinery (accessible via the
408 VLOG(1) << "Deleting old uninstall shortcut (if present): "
414 "Failed to delete old uninstall shortcut.");
624 // This method adds work items to create (or update) Chrome uninstall entry i
    [all...]
install_worker_unittest.cc 392 // We don't want to include Chrome Binaries for uninstall if the machine
397 if (operation != InstallerState::UNINSTALL || !machine_has_other_products)
410 DCHECK(operation != InstallerState::UNINSTALL);
723 InstallerState::UNINSTALL,
744 // Loop over operations: {uninstall, install/update}.
754 // Skip the CF uninstall case due to limitations in
756 if (op_list[i_op] == InstallerState::UNINSTALL)
766 // If uninstall, remove product with bitwise AND; else add with OR.
767 int mach_after = (op_list[i_op] == InstallerState::UNINSTALL) ?
setup_util.cc 327 bool is_uninstall = installer_state.operation() == InstallerState::UNINSTALL;
  /external/chromium/chrome/browser/profiles/
profile.h 59 UNINSTALL, // The extension is being uninstalled.
  /external/chromium/chrome/common/extensions/
extension.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 

Completed in 1132 milliseconds

1 2