Searched defs:WndProc (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/status_icons/
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/chromium_org/third_party/openssl/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/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_org/base/power_monitor/
H A Dpower_monitor_device_source_win.cc99 LRESULT CALLBACK PowerMonitorDeviceSource::PowerMessageWindow::WndProc( function in class:base::PowerMonitorDeviceSource::PowerMessageWindow
126 return message_hwnd->WndProc(hwnd, message, wparam, lparam);
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win.cc64 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
69 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd, function in class:StatusTrayWin
/external/chromium_org/content/browser/
H A Dsystem_message_window_win.cc150 LRESULT CALLBACK SystemMessageWindowWin::WndProc(HWND hwnd, UINT message, function in class:content::SystemMessageWindowWin
/external/chromium/chrome/browser/
H A Dprocess_singleton_win.cc303 LRESULT CALLBACK ProcessSingleton::WndProc(HWND hwnd, UINT message, function in class:ProcessSingleton
/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32window.cc62 wcex.lpfnWndProc = &Win32Window::WndProc;
103 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, function in class:talk_base::Win32Window
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor_win.cc132 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
136 LRESULT CALLBACK StorageMonitorWin::WndProc(HWND hwnd, UINT message, function in class:chrome::StorageMonitorWin
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32window.cc59 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc),
70 wcex.lpfnWndProc = &Win32Window::WndProc;
107 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, function in class:talk_base::Win32Window
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
68 wcex.lpfnWndProc = WndProc;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
68 wcex.lpfnWndProc = WndProc;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) function
139 wc.lpfnWndProc = WndProc;
/external/chromium_org/third_party/skia/src/views/win/
H A Dskia_win.cpp23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
81 wcex.lpfnWndProc = WndProc;
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM)
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function
/external/chromium_org/ui/base/win/
H A Dhwnd_subclass.cc18 LRESULT CALLBACK WndProc(HWND hwnd, function in namespace:__anon14263
126 ui::SetWindowProc(target_, &WndProc);
H A Dwindow_impl.cc107 &base::win::WrappedWindowProc<WindowImpl::WndProc>,
210 base::win::WrappedWindowProc<&WindowImpl::WndProc>;
244 LRESULT CALLBACK WindowImpl::WndProc(HWND hwnd, function in class:ui::WindowImpl
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc42 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, function
66 wcex.lpfnWndProc = WndProc;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/
H A Dd3d10winmain.cpp40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
68 wcex.lpfnWndProc = WndProc;
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11winmain.cpp40 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) function
68 wcex.lpfnWndProc = WndProc;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c47 WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) function
139 wc.lpfnWndProc = WndProc;
/external/skia/src/views/win/
H A Dskia_win.cpp23 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
81 wcex.lpfnWndProc = WndProc;
162 // FUNCTION: WndProc(HWND, UINT, WPARAM, LPARAM)
171 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) function
/external/chromium_org/content/shell/
H A Dshell_win.cc179 &Shell::WndProc,
193 LRESULT CALLBACK Shell::WndProc(HWND hwnd, UINT message, WPARAM wParam, function in class:content::Shell
/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/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc62 window_class.lpfnWndProc = MainUIWindow::WndProc;
118 LRESULT CALLBACK MainUIWindow::WndProc(HWND window, function in class:MainUIWindow

Completed in 730 milliseconds

12