HomeSort by relevance Sort by last modified time
    Searched refs:IsWorkstationLocked (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/base/win/
lock_state.h 14 UI_EXPORT bool IsWorkstationLocked();
lock_state.cc 11 bool IsWorkstationLocked() {
  /external/chromium/chrome/browser/
idle_win.cc 11 static bool IsWorkstationLocked();
14 if (IsScreensaverRunning() || IsWorkstationLocked())
41 bool IsWorkstationLocked() {
  /external/chromium_org/chrome/browser/
idle_win.cc 53 return ui::IsWorkstationLocked() || IsScreensaverRunning();
  /external/chromium_org/chrome_frame/
test_utils.h 132 bool IsWorkstationLocked();
test_utils.cc 270 bool IsWorkstationLocked() {
  /external/chromium_org/chrome_frame/test/
ui_test.cc 93 if (IsWorkstationLocked()) {
138 if (IsWorkstationLocked()) {
179 if (IsWorkstationLocked()) {
212 if (IsWorkstationLocked()) {
240 if (IsWorkstationLocked()) {
261 if (IsWorkstationLocked()) {
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc     [all...]

Completed in 61 milliseconds