Home | History | Annotate | Download | only in browser

Lines Matching defs:WarningService

17 WarningService::WarningService(content::BrowserContext* browser_context)
26 WarningService::~WarningService() {}
28 void WarningService::ClearWarnings(
46 std::set<Warning::WarningType> WarningService::
58 std::vector<std::string> WarningService::GetWarningMessagesForExtension(
74 void WarningService::AddWarnings(const WarningSet& warnings) {
85 void WarningService::NotifyWarningsOnUI(
98 WarningService* warning_service =
104 void WarningService::AddObserver(Observer* observer) {
108 void WarningService::RemoveObserver(Observer* observer) {
112 void WarningService::NotifyWarningsChanged() {
116 void WarningService::OnExtensionUnloaded(