Searched refs:UINT_PTR (Results 1 – 7 of 7) sorted by relevance
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | DumpRenderTreeWin.h | 57 extern UINT_PTR waitToDumpWatchdog;
|
D | FrameLoadDelegate.cpp | 199 static void CALLBACK processWorkTimer(HWND, UINT, UINT_PTR id, DWORD) in processWorkTimer()
|
D | LayoutTestControllerWin.cpp | 620 static void CALLBACK waitUntilDoneWatchdogFired(HWND, UINT, UINT_PTR, DWORD) in waitUntilDoneWatchdogFired() argument
|
D | DumpRenderTree.cpp | 101 UINT_PTR waitToDumpWatchdog = 0;
|
/external/netperf/ |
D | netserver.c | 682 …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/ |
D | QTMovieWinTimer.cpp | 38 static UINT_PTR timerID;
|
/external/webkit/WebKit/win/ |
D | WebView.cpp | 2382 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()
|