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

  /external/chromium_org/ui/base/win/
foreground_helper.cc 62 if (WM_TIMER == msg.message) {
  /external/chromium_org/base/message_loop/
message_pump_win.cc 120 // SetTimer() have a 10ms granularity. We have to use WM_TIMER as a wakeup
127 // its normal work. However, we *also* set the system timer so that WM_TIMER
145 // Create a WM_TIMER event that will wake us up to check for any pending
168 case WM_TIMER:
183 // * WM_TIMER messages
209 // existing WM_TIMER if any will fire when delayed work should run. We
211 // if we did do all remaining delayed work, then lets kill the WM_TIMER.
371 // and process a replacement message, such as a WM_PAINT or WM_TIMER. The
385 // We only peek out WM_PAINT and WM_TIMER here for reasons mentioned above.
387 PeekMessage(&msg, NULL, WM_TIMER, WM_TIMER, PM_REMOVE)
    [all...]
message_loop_unittest.cc 431 // Do not count WM_TIMER since it is not what we post and it will cause
433 if (msg.message != WM_TIMER)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32socketserver.cc 177 case WM_TIMER:
193 if (uMsg == WM_TIMER) {
842 if (wm == s_wm_wakeup_id || (wm == WM_TIMER && wp == 1)) {
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 147 case WM_TIMER: {
  /external/skia/src/views/win/
SkOSWindow_win.cpp 147 case WM_TIMER: {
  /external/chromium_org/ui/gfx/win/
msg_util.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.rh 364 #define WM_TIMER 0x0113
windowsx.h16 319 #define FORWARD_WM_TIMER(hwnd,id,fn) (void)(fn)((hwnd),WM_TIMER,(WPARAM)(UINT)(id),0L)
    [all...]
windowsx.h 285 #define FORWARD_WM_TIMER(hwnd,id,fn) (void)(fn)((hwnd),WM_TIMER,(WPARAM)(UINT)(id),(LPARAM)0)
    [all...]
winuser.h 1062 #define WM_TIMER 0x0113
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 410 milliseconds