Searched refs:WndProc (Results 1 - 15 of 15) sorted by relevance

/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win.h19 LRESULT CALLBACK WndProc(HWND hwnd,
H A Dstatus_tray_win_unittest.cc50 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_LBUTTONDOWN);
52 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
H A Dstatus_tray_win.cc47 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
52 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd, function in class:StatusTrayWin
/external/openssl/apps/
H A Dwinrand.c66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
87 wndclass.lpfnWndProc = WndProc;
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) function
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.h65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
H A Dwin32window.cc62 wcex.lpfnWndProc = &Win32Window::WndProc;
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, function in class:talk_base::Win32Window
/external/chromium/chrome/browser/
H A Dprocess_singleton.h135 LRESULT CALLBACK WndProc(HWND hwnd,
146 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
H A Dprocess_singleton_win.cc303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message, function in class:ProcessSingleton
/external/webkit/Tools/WinCELauncher/
H A Dmain.cpp34 static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function
89 wc.lpfnWndProc = WndProc;
/external/icu4c/samples/layout/
H A Dclayout.c36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
80 wndclass.lpfnWndProc = WndProc;
118 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
H A Dlayout.cpp35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
79 wndclass.lpfnWndProc = WndProc;
117 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
/external/skia/include/views/
H A DSkEvent.h263 static bool WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
266 static bool WndProc(Display*, Window, XEvent&);
/external/webkit/Tools/WinLauncher/
H A DWinLauncher.cpp57 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
266 wcex.lpfnWndProc = WndProc;
376 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function
/external/libpng/contrib/visupng/
H A DVisualPng.c40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
87 wndclass.lpfnWndProc = WndProc;
145 LRESULT CALLBACK WndProc (HWND hwnd, UINT message, WPARAM wParam, function
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c373 // WndProc
382 static MRESULT EXPENTRY WndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) function
1187 WndProc,

Completed in 202 milliseconds