HomeSort by relevance Sort by last modified time
    Searched defs:WndProc (Results 1 - 6 of 6) sorted by null

  /external/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
87 wndclass.lpfnWndProc = WndProc;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
  /external/icu4c/samples/layout/
clayout.c 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
80 wndclass.lpfnWndProc = WndProc;
118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
layout.cpp 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
79 wndclass.lpfnWndProc = WndProc;
117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/WebKitTools/WinLauncher/
WinLauncher.cpp 57 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
266 wcex.lpfnWndProc = WndProc;
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
433 return (LRESULT)CallWindowProc((WNDPROC)DefEditProc,hDlg,message,wParam,lParam);
436 return (LRESULT)CallWindowProc((WNDPROC)DefEditProc,hDlg,message,wParam,lParam);
  /external/libpng/contrib/visupng/
VisualPng.c 40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
87 wndclass.lpfnWndProc = WndProc;
145 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam,
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c 373 // WndProc
382 static MRESULT EXPENTRY WndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
    [all...]

Completed in 260 milliseconds