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

  /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/chrome/browser/automation/
automation_extension_tracker.cc 37 if (service && info->reason == UnloadedExtensionInfo::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/chrome/browser/profiles/
profile.h 59 UNINSTALL, // The extension is being uninstalled.
  /external/chromium/chrome/common/extensions/
extension.h     [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 163 milliseconds