Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: ui/views/widget/hwnd_message_handler.h

Issue 10831394: Move more message handlers from NativeWidgetWin to HWNDMessageHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/views/widget/hwnd_message_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/hwnd_message_handler.h
===================================================================
--- ui/views/widget/hwnd_message_handler.h (revision 152370)
+++ ui/views/widget/hwnd_message_handler.h (working copy)
@@ -49,12 +49,22 @@
void OnExitMenuLoop(BOOL is_track_popup_menu);
void OnExitSizeMove();
LRESULT OnImeMessages(UINT message, WPARAM w_param, LPARAM l_param);
+ void OnInitMenu(HMENU menu);
+ void OnInitMenuPopup();
void OnInputLangChange(DWORD character_set, HKL input_language_id);
+ LRESULT OnKeyEvent(UINT message, WPARAM w_param, LPARAM l_param);
+ void OnKillFocus(HWND focused_window);
void OnMove(const CPoint& point);
void OnMoving(UINT param, const RECT* new_bounds);
+ LRESULT OnNCHitTest(const CPoint& point);
LRESULT OnNCUAHDrawCaption(UINT message, WPARAM w_param, LPARAM l_param);
LRESULT OnNCUAHDrawFrame(UINT message, WPARAM w_param, LPARAM l_param);
LRESULT OnPowerBroadcast(DWORD power_event, DWORD data);
+ LRESULT OnReflectedMessage(UINT message, WPARAM w_param, LPARAM l_param);
+ LRESULT OnSetCursor(UINT message, WPARAM w_param, LPARAM l_param);
+ void OnSetFocus(HWND last_focused_window);
+ LRESULT OnSetIcon(UINT size_type, HICON new_icon);
+ LRESULT OnSetText(const wchar_t* text);
void OnThemeChanged();
void OnVScroll(int scroll_type, short position, HWND scrollbar);
« no previous file with comments | « no previous file | ui/views/widget/hwnd_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698