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

  /external/chromium_org/ui/base/win/
foreground_helper.cc 28 static const int kHotKeyId = 0x0000baba;
34 RegisterHotKey(hwnd(), kHotKeyId, 0, VK_F22);
53 SetTimer(hwnd(), kHotKeyId, kHotKeyWaitTimeout, NULL);
68 UnregisterHotKey(hwnd(), kHotKeyId);
69 KillTimer(hwnd(), kHotKeyId);
  /external/chromium_org/chrome_frame/test/
simulate_input.cc 30 static const int kHotKeyId = 0x0000baba;
33 RegisterHotKey(m_hWnd, kHotKeyId, 0, VK_F22);
42 SetTimer(kHotKeyId, kHotKeyWaitTimeout, NULL);
56 UnregisterHotKey(m_hWnd, kHotKeyId);
57 KillTimer(kHotKeyId);

Completed in 23 milliseconds