Home
last modified time | relevance | path

Searched refs:KillTasks (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/display/manager/
H A Dcontent_protection_manager.cc162 void ContentProtectionManager::KillTasks() { in KillTasks() function in display::ContentProtectionManager
218 KillTasks(); in OnDisplayModeChanged()
224 KillTasks(); in OnDisplayModeChangeFailed()
H A Dcontent_protection_manager.h126 void KillTasks();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/display/manager/
H A Dcontent_protection_manager.cc162 void ContentProtectionManager::KillTasks() { in KillTasks() function in display::ContentProtectionManager
218 KillTasks(); in OnDisplayModeChanged()
224 KillTasks(); in OnDisplayModeChangeFailed()
H A Dcontent_protection_manager.h127 void KillTasks();
/dports/net/traefik/traefik-2.6.1/vendor/github.com/gambol99/go-marathon/
H A Dtask.go152 func (r *marathonClient) KillTasks(tasks []string, opts *KillTaskOpts) error { func
H A Dclient.go120 KillTasks(taskIDs []string, opts *KillTaskOpts) error methodSpec
/dports/net/traefik/traefik-2.6.1/pkg/provider/marathon/mocks/
H A DMarathon.go718 func (_m *Marathon) KillTasks(taskIDs []string, opts *marathon.KillTaskOpts) error { func