HomeSort by relevance Sort by last modified time
    Searched defs:WarningService (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/
warning_service.cc 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
    [all...]
warning_service.h 34 class WarningService : public ExtensionRegistryObserver,
44 explicit WarningService(content::BrowserContext* browser_context);
45 virtual ~WarningService();
64 // Notifies the WarningService of browser_context |browser_context_id| that

Completed in 58 milliseconds