Searched refs:UNINSTALL (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_context_menu_model.cc25 UNINSTALL, enumerator in enum:MenuEntries
66 AddItemWithStringId(UNINSTALL, IDS_EXTENSIONS_UNINSTALL);
94 } else if (command_id == DISABLE || command_id == UNINSTALL) {
132 case UNINSTALL: {
H A Dextension_info_map_unittest.cc97 info_map->RemoveExtension(extension2->id(), UnloadedExtensionInfo::UNINSTALL);
H A Dimage_loading_tracker_unittest.cc164 UnloadedExtensionInfo::UNINSTALL);
H A Dextension_service.cc686 UnloadExtension(extension_id, UnloadedExtensionInfo::UNINSTALL);
/external/chromium/chrome/browser/automation/
H A Dautomation_extension_tracker.cc37 if (service && info->reason == UnloadedExtensionInfo::UNINSTALL) {
/external/chromium/chrome/browser/
H A Denumerate_modules_model_win.h59 UNINSTALL = 1 << 1, enumerator in enum:ModuleEnumerator::RecommendedAction
H A Dbackground_contents_service.cc289 case UnloadedExtensionInfo::UNINSTALL:
H A Denumerate_modules_model_win.cc42 ModuleEnumerator::UNINSTALL | ModuleEnumerator::SEE_LINK);
848 if (module->recommended_action & ModuleEnumerator::UNINSTALL) {
/external/chromium/chrome/browser/profiles/
H A Dprofile.h59 UNINSTALL, // The extension is being uninstalled. enumerator in enum:UnloadedExtensionInfo::Reason
/external/chromium/chrome/common/extensions/
H A Dextension.h968 UNINSTALL, // The extension is being uninstalled. enumerator in enum:UnloadedExtensionInfo::Reason

Completed in 1367 milliseconds