NotificationPresenter   36 content/shell/renderer/test_runner/notification_presenter.cc NotificationPresenter::NotificationPresenter() : delegate_(0) {}
NotificationPresenter   38 content/shell/renderer/test_runner/notification_presenter.cc NotificationPresenter::~NotificationPresenter() {}
NotificationPresenter   40 content/shell/renderer/test_runner/notification_presenter.cc void NotificationPresenter::GrantPermission(const std::string& origin,
NotificationPresenter   45 content/shell/renderer/test_runner/notification_presenter.cc bool NotificationPresenter::SimulateClick(const std::string& title) {
NotificationPresenter   58 content/shell/renderer/test_runner/notification_presenter.cc void NotificationPresenter::Reset() {
NotificationPresenter   68 content/shell/renderer/test_runner/notification_presenter.cc bool NotificationPresenter::show(const WebNotification& notification) {
NotificationPresenter  113 content/shell/renderer/test_runner/notification_presenter.cc void NotificationPresenter::cancel(const WebNotification& notification) {
NotificationPresenter  125 content/shell/renderer/test_runner/notification_presenter.cc void NotificationPresenter::objectDestroyed(
NotificationPresenter  131 content/shell/renderer/test_runner/notification_presenter.cc WebNotificationPresenter::Permission NotificationPresenter::checkPermission(
NotificationPresenter  145 content/shell/renderer/test_runner/notification_presenter.cc void NotificationPresenter::requestPermission(
NotificationPresenter   22 content/shell/renderer/test_runner/notification_presenter.h class NotificationPresenter : public blink::WebNotificationPresenter {
NotificationPresenter   24 content/shell/renderer/test_runner/notification_presenter.h   NotificationPresenter();
NotificationPresenter   25 content/shell/renderer/test_runner/notification_presenter.h   virtual ~NotificationPresenter();
NotificationPresenter   64 content/shell/renderer/test_runner/notification_presenter.h   DISALLOW_COPY_AND_ASSIGN(NotificationPresenter);
NotificationPresenter 1387 content/shell/renderer/test_runner/test_runner.cc       notification_presenter_(new content::NotificationPresenter()),
NotificationPresenter   41 content/shell/renderer/test_runner/test_runner.h class NotificationPresenter;
NotificationPresenter  693 content/shell/renderer/test_runner/test_runner.h   scoped_ptr<content::NotificationPresenter> notification_presenter_;