Searched defs:ShellNotificationManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_notification_manager.h19 class ShellNotificationManager { class in namespace:content
21 ShellNotificationManager();
22 ~ShellNotificationManager();
45 DISALLOW_COPY_AND_ASSIGN(ShellNotificationManager);
H A Dshell_notification_manager.cc9 ShellNotificationManager::ShellNotificationManager() {} function in class:content::ShellNotificationManager
11 ShellNotificationManager::~ShellNotificationManager() {}
14 ShellNotificationManager::CheckPermission(const GURL& origin) {
23 void ShellNotificationManager::RequestPermission(
29 void ShellNotificationManager::SetPermission(
35 void ShellNotificationManager::ClearPermissions() {

Completed in 564 milliseconds