Searched refs:OnWndProc (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dfont_smoothing_win.cc31 virtual void OnWndProc(HWND hwnd,
88 void CachedFontSmoothingSettings::OnWndProc(HWND hwnd, function in class:__anon14308::CachedFontSmoothingSettings
H A Dsys_color_change_listener.cc64 virtual void OnWndProc(HWND hwnd,
93 void SysColorChangeObserver::OnWndProc(HWND hwnd, function in class:gfx::SysColorChangeObserver
/external/chromium_org/ui/base/win/
H A Dhwnd_subclass.h65 LRESULT OnWndProc(HWND hwnd, UINT message, WPARAM w_param, LPARAM l_param);
H A Dsingleton_hwnd.cc45 OnWndProc(window, message, wparam, lparam));
H A Dsingleton_hwnd.h29 virtual void OnWndProc(HWND hwnd,
H A Dwindow_impl.h76 virtual LRESULT OnWndProc(UINT message, WPARAM w_param, LPARAM l_param);
H A Dhwnd_subclass.cc25 return wrapped_wnd_proc ? wrapped_wnd_proc->OnWndProc(hwnd,
132 LRESULT HWNDSubclass::OnWndProc(HWND hwnd, function in class:ui::HWNDSubclass
H A Dwindow_impl.cc227 LRESULT WindowImpl::OnWndProc(UINT message, WPARAM w_param, LPARAM l_param) { function in class:ui::WindowImpl
265 return window->OnWndProc(message, w_param, l_param);
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.h158 virtual LRESULT OnWndProc(UINT message,
H A Dhwnd_message_handler.cc855 LRESULT HWNDMessageHandler::OnWndProc(UINT message, function in class:views::HWNDMessageHandler

Completed in 505 milliseconds