Home
last modified time | relevance | path

Searched refs:GetNotificationId (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dextension_storage_monitor_browsertest.cc130 std::string GetNotificationId(const std::string& extension_id) { in GetNotificationId() function in extensions::ExtensionStorageMonitorTest
131 return monitor()->GetNotificationId(extension_id); in GetNotificationId()
183 GetNotificationId(extension->id())); in WriteBytes()
252 GetNotificationId(extension->id()), in IN_PROC_BROWSER_TEST_F()
333 GetNotificationId(extension->id()), in IN_PROC_BROWSER_TEST_F()
Dextension_storage_monitor.cc332 std::string ExtensionStorageMonitor::GetNotificationId( in GetNotificationId() function in extensions::ExtensionStorageMonitor
374 std::string notification_id(GetNotificationId(extension_id)); in OnImageLoaded()
442 GetNotificationId(extension_id), false); in DisableStorageMonitoring()
527 GetNotificationId(extension_id), false); in RemoveNotificationForExtension()
538 center->RemoveNotification(GetNotificationId(*it), false); in RemoveAllNotifications()
Dextension_storage_monitor.h81 std::string GetNotificationId(const std::string& extension_id);
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_share_tray_item.h30 virtual std::string GetNotificationId() OVERRIDE;
Dscreen_capture_tray_item.h30 virtual std::string GetNotificationId() OVERRIDE;
Dscreen_capture_tray_item.cc74 std::string ScreenCaptureTrayItem::GetNotificationId() { in GetNotificationId() function in ash::ScreenCaptureTrayItem
Dscreen_share_tray_item.cc84 std::string ScreenShareTrayItem::GetNotificationId() { in GetNotificationId() function in ash::ScreenShareTrayItem
Dscreen_tray_item.h123 virtual std::string GetNotificationId() = 0;
Dscreen_tray_item.cc157 GetNotificationId(), false /* by_user */); in Update()
Dscreen_tray_item_unittest.cc185 tray_item->GetNotificationId())); in TestNotificationView()