OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDLE_STATE_LOCKED
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
idle.h
12
IDLE_STATE_LOCKED
= 2 // Only available on supported systems.
idle_linux.cc
73
return
IDLE_STATE_LOCKED
;
idle_win.cc
15
return
IDLE_STATE_LOCKED
;
/external/chromium/chrome/browser/notifications/
notification_ui_manager.cc
149
is_user_active_ = CalculateIdleState(0) !=
IDLE_STATE_LOCKED
&&
Completed in 506 milliseconds