Home
last modified time | relevance | path

Searched refs:UINT_PTR (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
DDumpRenderTreeWin.h57 extern UINT_PTR waitToDumpWatchdog;
DFrameLoadDelegate.cpp199 static void CALLBACK processWorkTimer(HWND, UINT, UINT_PTR id, DWORD) in processWorkTimer()
DLayoutTestControllerWin.cpp620 static void CALLBACK waitUntilDoneWatchdogFired(HWND, UINT, UINT_PTR, DWORD) in waitUntilDoneWatchdogFired() argument
DDumpRenderTree.cpp101 UINT_PTR waitToDumpWatchdog = 0;
/external/netperf/
Dnetserver.c682 …snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -I %x", (int)(UINT_PTR)se… in set_up_server()
683 …snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -i %x", (int)(UINT_PTR)se… in set_up_server()
684 …snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -i %x", (int)(UINT_PTR)wh… in set_up_server()
/external/webkit/WebCore/platform/graphics/win/
DQTMovieWinTimer.cpp38 static UINT_PTR timerID;
/external/webkit/WebKit/win/
DWebView.cpp2382 info.uId = reinterpret_cast<UINT_PTR>(m_viewWindow); in initializeToolTipWindow()
2404 info.uId = reinterpret_cast<UINT_PTR>(m_viewWindow); in setToolTip()
3719 static void CALLBACK preflightSpellCheckerTimerCallback(HWND, UINT, UINT_PTR id, DWORD) in preflightSpellCheckerTimerCallback()