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

  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.cc 47 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
52 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd,
  /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/webkit/Tools/WinCELauncher/
main.cpp 34 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
89 wc.lpfnWndProc = WndProc;
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.cc 62 wcex.lpfnWndProc = &Win32Window::WndProc;
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg,
  /external/chromium/chrome/browser/
process_singleton_win.cc 303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message,
  /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/Tools/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)
431 return (LRESULT)CallWindowProc((WNDPROC)DefEditProc,hDlg,message,wParam,lParam);
434 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 216 milliseconds