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

  /external/chromium_org/chrome/browser/notifications/
notification_test_util.cc 7 MockNotificationDelegate::MockNotificationDelegate(const std::string& id)
11 MockNotificationDelegate::~MockNotificationDelegate() {}
13 std::string MockNotificationDelegate::id() const {
17 content::RenderViewHost* MockNotificationDelegate::GetRenderViewHost() const {
notification_test_util.h 16 class MockNotificationDelegate : public NotificationDelegate {
18 explicit MockNotificationDelegate(const std::string& id);
29 virtual ~MockNotificationDelegate();
33 DISALLOW_COPY_AND_ASSIGN(MockNotificationDelegate);
  /external/chromium/chrome/browser/notifications/
notification_test_util.cc 7 MockNotificationDelegate::MockNotificationDelegate(const std::string& id)
10 MockNotificationDelegate::~MockNotificationDelegate() {}
12 std::string MockNotificationDelegate::id() const {
notification_test_util.h 17 class MockNotificationDelegate : public NotificationDelegate {
19 explicit MockNotificationDelegate(const std::string& id);
20 virtual ~MockNotificationDelegate();
32 DISALLOW_COPY_AND_ASSIGN(MockNotificationDelegate);

Completed in 56 milliseconds