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

12

/external/chromium_org/content/browser/
H A Dsystem_message_window_win.h27 LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
37 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
H A Dsystem_message_window_win.cc150 LRESULT CALLBACK SystemMessageWindowWin::WndProc(HWND hwnd, UINT message, function in class:content::SystemMessageWindowWin
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.cc42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc),
53 wcex.lpfnWndProc = &Win32Window::WndProc;
90 LRESULT Win32Window::WndProc(HWND hwnd, UINT uMsg, function in class:rtc::Win32Window
H A Dwin32window.h46 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
/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/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_win_unittest.cc91 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_LBUTTONDOWN);
93 tray.WndProc(NULL, icon->message_id(), icon->icon_id(), WM_RBUTTONDOWN);
109 tray.WndProc(
126 tray.WndProc(NULL, message_id, icon_id, WM_LBUTTONDOWN);
H A Dstatus_tray_win.h37 WndProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
H A Dstatus_tray_win.cc144 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
149 LRESULT CALLBACK StatusTrayWin::WndProc(HWND hwnd, function in class:StatusTrayWin
/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/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/components/storage_monitor/
H A Dstorage_monitor_win.h63 LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wparam,
H A Dstorage_monitor_win.cc138 return msg_wnd->WndProc(hwnd, message, wparam, lparam);
142 LRESULT CALLBACK StorageMonitorWin::WndProc(HWND hwnd, UINT message, function in class:storage_monitor::StorageMonitorWin
/external/chromium_org/ui/gfx/win/
H A Dwindow_impl.h46 // of windows, but is necessary if the tests unload the classes WndProc.
76 // Handles the WndProc callback for this object.
89 static LRESULT CALLBACK WndProc(HWND window,
H A Dwindow_impl.cc130 &base::win::WrappedWindowProc<WindowImpl::WndProc>,
245 base::win::WrappedWindowProc<&WindowImpl::WndProc>;
283 LRESULT CALLBACK WindowImpl::WndProc(HWND hwnd, function in class:gfx::WindowImpl
/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/ui/base/win/
H A Dhwnd_subclass.cc18 LRESULT CALLBACK WndProc(HWND hwnd, function in namespace:__anon16676
126 gfx::SetWindowProc(target_, &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/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.h73 static LRESULT CALLBACK WndProc(HWND window,
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/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;

Completed in 7391 milliseconds

12