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

  /external/chromium_org/ash/system/chromeos/screen_security/
screen_capture_tray_item.cc 74 std::string ScreenCaptureTrayItem::GetNotificationId() {
screen_share_tray_item.cc 84 std::string ScreenShareTrayItem::GetNotificationId() {
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor_browsertest.cc 130 std::string GetNotificationId(const std::string& extension_id) {
131 return monitor()->GetNotificationId(extension_id);
183 GetNotificationId(extension->id()));
252 GetNotificationId(extension->id()),
333 GetNotificationId(extension->id()),
extension_storage_monitor.cc 332 std::string ExtensionStorageMonitor::GetNotificationId(
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 83 milliseconds