Searched refs:GetNotificationId (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_capture_tray_item.h31 virtual std::string GetNotificationId() OVERRIDE;
H A Dscreen_share_tray_item.h31 virtual std::string GetNotificationId() OVERRIDE;
H A Dscreen_capture_tray_item.cc75 std::string ScreenCaptureTrayItem::GetNotificationId() { function in class:ash::internal::ScreenCaptureTrayItem
H A Dscreen_share_tray_item.cc85 std::string ScreenShareTrayItem::GetNotificationId() { function in class:ash::internal::ScreenShareTrayItem
H A Dscreen_tray_item.h125 virtual std::string GetNotificationId() = 0;
H A Dscreen_tray_item.cc159 GetNotificationId(), false /* by_user */);
H A Dscreen_tray_item_unittest.cc184 EXPECT_TRUE(message_center->HasNotification(tray_item->GetNotificationId()));
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddesktop_notifications.cc116 std::string GetNotificationId(DesktopNotifications::NotificationType type, function in namespace:file_manager::__anon4568
303 std::string notification_id = GetNotificationId(type, path);
312 std::string notification_id = GetNotificationId(type, path);
323 std::string notification_id = GetNotificationId(type, path);
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dchrome_notifier_service_unittest.cc45 std::string GetNotificationId(const SyncData& sync_data) { function in namespace:__anon5631
151 change_map_[GetNotificationId(iter->sync_data())] = *iter;

Completed in 153 milliseconds