Home
last modified time | relevance | path

Searched refs:idle_threshold (Results 1 – 25 of 48) sorted by relevance

12

/dports/x11/workrave/workrave-1.10.44/backend/src/
H A DActivityMonitor.cc66 idle_threshold = 5 * G_USEC_PER_SEC; in ActivityMonitor()
159 << (idle_threshold / G_USEC_PER_SEC) << " " << idle_threshold); in get_current_state()
160 if (tv > idle_threshold) in get_current_state()
180 idle_threshold = idle * 1000; in set_parameters()
196 idle = idle_threshold / 1000; in get_parameters()
H A DActivityMonitor.hh102 gint64 idle_threshold; member in ActivityMonitor
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/idle/
H A Didle_manager.cc32 ui::IdleState CalculateIdleState(base::TimeDelta idle_threshold) override { in CalculateIdleState() argument
33 return ui::CalculateIdleState(idle_threshold.InSeconds()); in CalculateIdleState()
47 base::TimeDelta idle_threshold) { in IdleTimeToIdleState() argument
49 if (idle_time >= idle_threshold) in IdleTimeToIdleState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/idle/
H A Didle.cc11 IdleState CalculateIdleState(int idle_threshold) { in CalculateIdleState() argument
18 if (CalculateIdleTime() >= idle_threshold) in CalculateIdleState()
H A Didle.h28 COMPONENT_EXPORT(UI_BASE_IDLE) IdleState CalculateIdleState(int idle_threshold);
H A Didle_android.cc81 IdleState CalculateIdleState(int idle_threshold) { in CalculateIdleState() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/idle/
H A Didle.cc11 IdleState CalculateIdleState(int idle_threshold) { in CalculateIdleState() argument
18 if (CalculateIdleTime() >= idle_threshold) in CalculateIdleState()
H A Didle.h28 COMPONENT_EXPORT(UI_BASE_IDLE) IdleState CalculateIdleState(int idle_threshold);
H A Didle_android.cc81 IdleState CalculateIdleState(int idle_threshold) { in CalculateIdleState() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/demo_mode/
H A Ddemo_mode_resources_remover.cc94 idle_threshold(base::TimeDelta::FromSeconds(30)) {} in UsageAccumulationConfig()
99 const base::TimeDelta& idle_threshold) in UsageAccumulationConfig() argument
102 idle_threshold(idle_threshold) {} in UsageAccumulationConfig()
189 (now - *usage_end_) > usage_accumulation_config_.idle_threshold; in OnUserActivity()
H A Ddemo_mode_resources_remover.h98 const base::TimeDelta& idle_threshold);
110 base::TimeDelta idle_threshold; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/idle/
H A Didle_manager.cc77 ui::IdleState CalculateIdleState(int idle_threshold) override;
88 ui::IdleState DefaultIdleProvider::CalculateIdleState(int idle_threshold) { in CalculateIdleState() argument
89 return ui::CalculateIdleState(idle_threshold); in CalculateIdleState()
102 int idle_threshold) { in IdleTimeToIdleState() argument
107 } else if (idle_time >= idle_threshold) { in IdleTimeToIdleState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/idle/
H A Didle_manager.cc76 ui::IdleState CalculateIdleState(int idle_threshold) override;
87 ui::IdleState DefaultIdleProvider::CalculateIdleState(int idle_threshold) { in CalculateIdleState() argument
88 return ui::CalculateIdleState(idle_threshold); in CalculateIdleState()
101 int idle_threshold) { in IdleTimeToIdleState() argument
106 } else if (idle_time >= idle_threshold) { in IdleTimeToIdleState()
/dports/games/gnubik/gnubik-2.4.3/src/
H A Dselect.c62 gint idle_threshold; member
105 cs->idle_threshold = holdoff; in select_create()
118 cs->timer = g_timeout_add (cs->idle_threshold, UnsetMotion, cs); in select_create()
151 cs->timer = g_timeout_add (cs->idle_threshold, UnsetMotion, cs); in select_enable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/idle/
H A Didle_manager_impl.cc49 base::TimeDelta idle_threshold) { in IdleTimeToIdleState() argument
51 if (idle_time >= idle_threshold) in IdleTimeToIdleState()
/dports/x11-wm/durden/durden-0.6.1/durden/input/
H A Ddevstate.lua9 local idle_threshold = gconfig_get("idle_threshold");
12 idle_threshold = val;
294 if idle_clock == idle_threshold then
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/ANRdaemon/
H A DANRdaemon.cpp82 static int idle_threshold = 10; variable
165 int threshold = idle_threshold + (tracing?100:0); in is_heavy_load()
560 idle_threshold = 10000 - threshold; in get_options()
/dports/sysutils/dunst/dunst-1.6.1/src/
H A Dsettings.c217 settings.idle_threshold = option_get_time(
219 "idle_threshold", "-idle_threshold", defaults.idle_threshold,
232 if (settings.idle_threshold > 0)
236 settings.idle_threshold = 0;
/dports/sysutils/dunst/dunst-1.6.1/test/functional-tests/
H A Ddunstrc.markup13 idle_threshold = 120
H A Ddunstrc.nomarkup13 idle_threshold = 120
H A Ddunstrc.nowrap13 idle_threshold = 120
H A Ddunstrc.ignore_newline13 idle_threshold = 120
H A Ddunstrc.ignore_newline_no_wrap13 idle_threshold = 120
H A Ddunstrc.default13 idle_threshold = 120
H A Ddunstrc.show_age13 idle_threshold = 120

12