Lines Matching defs:NotificationProvider
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)
91 void NotificationProvider::OnDisplay(int id) {
100 void NotificationProvider::OnError(int id) {
109 void NotificationProvider::OnClose(int id, bool by_user) {
120 void NotificationProvider::OnClick(int id) {
129 void NotificationProvider::OnNavigate() {