Home
last modified time | relevance | path

Searched refs:ABE_TOP (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/apitests/shell32/
H A DSHAppBarMessage.cpp393 case ABE_TOP: in AppBar_AutoHide()
455 case ABE_TOP: in AppBar_SetSide()
501 case ABE_TOP: in AppBar_Hide()
587 case ABE_TOP: in AppBar_QueryPos()
631 case ABE_TOP: in AppBar_PosChanged()
652 case ABE_TOP: in AppBar_PosChanged()
672 m_uSide = ABE_TOP; in OnCreate()
864 iy = ABE_TOP; in OnMouseMove()
893 if (iy == ABE_TOP) in OnMouseMove()
895 m_uSide = ABE_TOP; in OnMouseMove()
[all …]
/reactos/base/shell/explorer/
H A Dtraywnd.cpp1162 case ABE_TOP: in AdjustSizerRect()
1187 case ABE_TOP: in MakeTrayRectWithSize()
1562 case ABE_TOP: in ResizeWorkArea()
1849 case ABE_TOP: in FitToRebar()
1981 case ABE_TOP: in ProcessAutoHide()
2016 case ABE_TOP: in ProcessAutoHide()
2125 case ABE_TOP: in DrawSizerWithTheme()
2583 case ABE_TOP: in OnNcHitTest()
2769 case ABE_TOP: in IsPointWithinStartButton()
2815 case ABE_TOP: in IsPointWithinShowDesktopButton()
[all …]
H A Dappbar.cpp127 case ABE_TOP: in appbar_cliprect()
/reactos/base/applications/magnify/
H A Dmagnifier.c171 case ABE_TOP: in DoAppBarStuff()
683 else if (pt.y <= rcWorkArea.top+8 && nearEdge != ABE_TOP) in WndProc()
685 AttachAppBar(ABE_TOP); in WndProc()
686 nearEdge = ABE_TOP; in WndProc()
/reactos/modules/rostests/winetests/shell32/
H A Dappbar.c89 case ABE_TOP: in testwindow_setpos()
301 windows[1].edge = ABE_TOP; in test_setpos()
/reactos/sdk/include/psdk/
H A Dshellapi.h18 #define ABE_TOP 1 macro