Searched refs:notification_code (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1299 void HWNDMessageHandler::OnCommand(UINT notification_code, argument
1304 if (notification_code > 1 || delegate_->HandleAppCommand(command))
2058 void HWNDMessageHandler::OnSysCommand(UINT notification_code, argument
2063 // Windows uses the 4 lower order bits of |notification_code| for type-
2068 (((notification_code & sc_mask) == SC_SIZE) ||
2069 ((notification_code & sc_mask) == SC_MOVE) ||
2070 ((notification_code & sc_mask) == SC_MAXIMIZE)))
2073 if ((notification_code & sc_mask) == SC_MINIMIZE ||
2074 (notification_code & sc_mask) == SC_MAXIMIZE ||
2075 (notification_code
2111 DefWindowProc(hwnd(), WM_SYSCOMMAND, notification_code, local
[all...]
H A Dhwnd_message_handler.h419 void OnCommand(UINT notification_code, int command, HWND window);
457 void OnSysCommand(UINT notification_code, const gfx::Point& point);

Completed in 882 milliseconds