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

  /external/chromium_org/content/renderer/
notification_provider.h 15 // NotificationProvider class is owned by the RenderFrame. Only to be used on
17 class NotificationProvider : public RenderFrameObserver,
20 explicit NotificationProvider(RenderFrame* render_frame);
21 virtual ~NotificationProvider();
45 DISALLOW_COPY_AND_ASSIGN(NotificationProvider);
notification_provider.cc 26 NotificationProvider::NotificationProvider(RenderFrame* render_frame)
30 NotificationProvider::~NotificationProvider() {
33 bool NotificationProvider::show(const WebNotification& notification) {
48 void NotificationProvider::cancel(const WebNotification& notification) {
56 void NotificationProvider::objectDestroyed(
65 WebNotificationPresenter::Permission NotificationProvider::checkPermission(
75 bool NotificationProvider::OnMessageReceived(const IPC::Message& message) {
77 IPC_BEGIN_MESSAGE_MAP(NotificationProvider, message
    [all...]

Completed in 532 milliseconds