Searched refs:ShellNotificationManager (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/shell/browser/
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() {
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_content_browser_client.h20 class ShellNotificationManager;
34 ShellNotificationManager* GetShellNotificationManager();
104 scoped_ptr<ShellNotificationManager> shell_notification_manager_;
H A Dshell_message_filter.cc104 ShellNotificationManager* manager =
114 ShellNotificationManager* manager =
124 ShellNotificationManager* manager =
H A Dshell_content_browser_client.cc122 ShellNotificationManager* manager =
153 ShellNotificationManager*
160 shell_notification_manager_.reset(new ShellNotificationManager());
328 ShellNotificationManager* manager = GetShellNotificationManager();

Completed in 212 milliseconds