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

/external/chromium_org/content/public/browser/
H A Ddesktop_notification_delegate.h12 class DesktopNotificationDelegate { class in namespace:content
14 virtual ~DesktopNotificationDelegate() {}
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dconsumer_management_service.cc75 class DesktopNotificationDelegate : public NotificationDelegate { class in namespace:__anon3403
79 DesktopNotificationDelegate(const std::string& id,
92 virtual ~DesktopNotificationDelegate();
97 DISALLOW_COPY_AND_ASSIGN(DesktopNotificationDelegate);
100 DesktopNotificationDelegate::DesktopNotificationDelegate( function in class:__anon3403::DesktopNotificationDelegate
106 DesktopNotificationDelegate::~DesktopNotificationDelegate() {
109 std::string DesktopNotificationDelegate::id() const {
113 content::WebContents* DesktopNotificationDelegate
[all...]

Completed in 99 milliseconds