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

  /external/chromium_org/content/shell/renderer/test_runner/
notification_presenter.h 20 class NotificationPresenter : public blink::WebNotificationPresenter {
22 NotificationPresenter();
23 virtual ~NotificationPresenter();
60 DISALLOW_COPY_AND_ASSIGN(NotificationPresenter);
notification_presenter.cc 36 NotificationPresenter::NotificationPresenter() : delegate_(0) {}
38 NotificationPresenter::~NotificationPresenter() {}
40 void NotificationPresenter::GrantPermission(const std::string& origin,
45 bool NotificationPresenter::SimulateClick(const std::string& title) {
58 void NotificationPresenter::Reset() {
68 bool NotificationPresenter::show(const WebNotification& notification) {
113 void NotificationPresenter::cancel(const WebNotification& notification) {
125 void NotificationPresenter::objectDestroyed
    [all...]

Completed in 43 milliseconds