Searched refs:notification_code (Results 1 – 2 of 2) sorted by relevance
1299 void HWNDMessageHandler::OnCommand(UINT notification_code, in OnCommand() argument1304 if (notification_code > 1 || delegate_->HandleAppCommand(command)) in OnCommand()2058 void HWNDMessageHandler::OnSysCommand(UINT notification_code, in OnSysCommand() argument2068 (((notification_code & sc_mask) == SC_SIZE) || in OnSysCommand()2069 ((notification_code & sc_mask) == SC_MOVE) || in OnSysCommand()2070 ((notification_code & sc_mask) == SC_MAXIMIZE))) in OnSysCommand()2073 if ((notification_code & sc_mask) == SC_MINIMIZE || in OnSysCommand()2074 (notification_code & sc_mask) == SC_MAXIMIZE || in OnSysCommand()2075 (notification_code & sc_mask) == SC_RESTORE) { in OnSysCommand()2077 } else if ((notification_code & sc_mask) == SC_MOVE || in OnSysCommand()[all …]
419 void OnCommand(UINT notification_code, int command, HWND window);457 void OnSysCommand(UINT notification_code, const gfx::Point& point);