Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shell32/
H A DSHAppBarMessage.cpp399 case ABE_LEFT: in AppBar_AutoHide()
461 case ABE_LEFT: in AppBar_SetSide()
507 case ABE_LEFT: in AppBar_Hide()
581 case ABE_LEFT: in AppBar_QueryPos()
637 case ABE_LEFT: in AppBar_PosChanged()
658 case ABE_LEFT: in AppBar_PosChanged()
853 ix = ABE_LEFT; in OnMouseMove()
876 if (ix == ABE_LEFT) in OnMouseMove()
878 m_uSide = ABE_LEFT; in OnMouseMove()
939 case ABE_LEFT: in OnLButtonUp()
[all …]
/reactos/base/shell/explorer/
H A Dtraywnd.cpp1168 case ABE_LEFT: in AdjustSizerRect()
1183 case ABE_LEFT: in MakeTrayRectWithSize()
1565 case ABE_LEFT: in ResizeWorkArea()
1859 case ABE_LEFT: in FitToRebar()
1975 case ABE_LEFT: in ProcessAutoHide()
2012 case ABE_LEFT: in ProcessAutoHide()
2122 case ABE_LEFT: in DrawSizerWithTheme()
2587 case ABE_LEFT: in OnNcHitTest()
2770 case ABE_LEFT: in IsPointWithinStartButton()
2813 case ABE_LEFT: in IsPointWithinShowDesktopButton()
[all …]
H A Dappbar.cpp121 case ABE_LEFT: in appbar_cliprect()
/reactos/base/applications/magnify/
H A Dmagnifier.c165 case ABE_LEFT: in DoAppBarStuff()
678 if (pt.x <= rcWorkArea.left+8 && nearEdge != ABE_LEFT) in WndProc()
680 AttachAppBar(ABE_LEFT); in WndProc()
681 nearEdge = ABE_LEFT; in WndProc()
/reactos/modules/rostests/winetests/shell32/
H A Dappbar.c81 case ABE_LEFT: in testwindow_setpos()
/reactos/sdk/include/psdk/
H A Dshellapi.h17 #define ABE_LEFT 0 macro