Searched defs:iMessage (Results 1 – 5 of 5) sorted by relevance
/MusicPlayer2/scintilla/win32/ |
H A D | ScintillaDLL.cxx | 20 ScintillaWin *sci, UINT iMessage, uptr_t wParam, sptr_t lParam) { in Scintilla_DirectFunction()
|
H A D | ScintillaWin.cxx | 1245 unsigned int SciMessageFromEM(unsigned int iMessage) noexcept { in SciMessageFromEM() 1387 sptr_t ScintillaWin::ShowContextMenu(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in ShowContextMenu() 1418 sptr_t ScintillaWin::MouseMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in MouseMessage() 1529 sptr_t ScintillaWin::KeyMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in KeyMessage() 1596 sptr_t ScintillaWin::FocusMessage(unsigned int iMessage, uptr_t wParam, sptr_t) { in FocusMessage() 1624 sptr_t ScintillaWin::IMEMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in IMEMessage() 1683 sptr_t ScintillaWin::EditMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in EditMessage() 1746 sptr_t ScintillaWin::IdleMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in IdleMessage() 1786 sptr_t ScintillaWin::SciMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in SciMessage() 1857 sptr_t ScintillaWin::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in WndProc() [all …]
|
H A D | PlatWin.cxx | 3161 LRESULT PASCAL ListBoxX::ControlWndProc(HWND hWnd, UINT iMessage, WPARAM wParam, LPARAM lParam) { in ControlWndProc() 3222 LRESULT ListBoxX::WndProc(HWND hWnd, UINT iMessage, WPARAM wParam, LPARAM lParam) { in WndProc() 3352 HWND hWnd, UINT iMessage, WPARAM wParam, LPARAM lParam) { in StaticWndProc()
|
/MusicPlayer2/scintilla/src/ |
H A D | ScintillaBase.cxx | 147 int ScintillaBase::KeyCommand(unsigned int iMessage) { in KeyCommand() 897 sptr_t ScintillaBase::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in WndProc()
|
H A D | Editor.cxx | 2751 void Editor::NotifyMacroRecord(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in NotifyMacroRecord() 3267 constexpr unsigned int WithExtends(unsigned int iMessage) noexcept { in WithExtends() 3294 constexpr int NaturalDirection(unsigned int iMessage) noexcept { in NaturalDirection() 3325 constexpr bool IsRectExtend(unsigned int iMessage, bool isRectMoveExtends) noexcept { in IsRectExtend() 3381 int Editor::HorizontalMove(unsigned int iMessage) { in HorizontalMove() 3626 int Editor::DelWordOrLine(unsigned int iMessage) { in DelWordOrLine() 3696 int Editor::KeyCommand(unsigned int iMessage) { in KeyCommand() 4114 unsigned int iMessage, ///< Accepts both @c SCI_SEARCHNEXT and @c SCI_SEARCHPREV. in SearchText() 5677 void Editor::StyleSetMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in StyleSetMessage() 5732 sptr_t Editor::StyleGetMessage(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { in StyleGetMessage() [all …]
|