Searched defs:GetNotificationId (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_capture_tray_item.cc74 std::string ScreenCaptureTrayItem::GetNotificationId() { function in class:ash::ScreenCaptureTrayItem
H A Dscreen_share_tray_item.cc84 std::string ScreenShareTrayItem::GetNotificationId() { function in class:ash::ScreenShareTrayItem
/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor_browsertest.cc130 std::string GetNotificationId(const std::string& extension_id) { function in class:extensions::ExtensionStorageMonitorTest
131 return monitor()->GetNotificationId(extension_id);
183 GetNotificationId(extension->id()));
252 GetNotificationId(extension->id()),
333 GetNotificationId(extension->id()),
H A Dextension_storage_monitor.cc332 std::string ExtensionStorageMonitor::GetNotificationId( function in class:extensions::ExtensionStorageMonitor
374 std::string notification_id(GetNotificationId(extension_id));
442 GetNotificationId(extension_id), false);
527 GetNotificationId(extension_id), false);
538 center->RemoveNotification(GetNotificationId(*it), false);

Completed in 309 milliseconds