Home
last modified time | relevance | path

Searched refs:UNINSTALL (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_context_menu_model.cc25 UNINSTALL, enumerator
66 AddItemWithStringId(UNINSTALL, IDS_EXTENSIONS_UNINSTALL); in InitCommonCommands()
94 } else if (command_id == DISABLE || command_id == UNINSTALL) { in IsCommandIdEnabled()
132 case UNINSTALL: { in ExecuteCommand()
Dimage_loading_tracker_unittest.cc164 UnloadedExtensionInfo::UNINSTALL); in TEST_F()
Dextension_info_map_unittest.cc97 info_map->RemoveExtension(extension2->id(), UnloadedExtensionInfo::UNINSTALL); in TEST_F()
Dextension_service.cc686 UnloadExtension(extension_id, UnloadedExtensionInfo::UNINSTALL); in UninstallExtension()
/external/chromium/chrome/browser/automation/
Dautomation_extension_tracker.cc37 if (service && info->reason == UnloadedExtensionInfo::UNINSTALL) { in Observe()
/external/chromium/chrome/browser/
Denumerate_modules_model_win.h59 UNINSTALL = 1 << 1, enumerator
Denumerate_modules_model_win.cc42 ModuleEnumerator::UNINSTALL | ModuleEnumerator::SEE_LINK);
848 if (module->recommended_action & ModuleEnumerator::UNINSTALL) { in GetModuleList()
Dbackground_contents_service.cc289 case UnloadedExtensionInfo::UNINSTALL: in Observe()
/external/chromium/chrome/browser/profiles/
Dprofile.h59 UNINSTALL, // The extension is being uninstalled. enumerator
/external/libpng/scripts/
DCMakeLists.txt202 # UNINSTALL
/external/libpng/
DCMakeLists.txt274 # UNINSTALL
/external/chromium/chrome/common/extensions/
Dextension.h968 UNINSTALL, // The extension is being uninstalled. enumerator