Searched refs:ABE_TOP (Results 1 – 6 of 6) sorted by relevance
393 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 …]
1162 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 …]
127 case ABE_TOP: in appbar_cliprect()
171 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()
89 case ABE_TOP: in testwindow_setpos()301 windows[1].edge = ABE_TOP; in test_setpos()
18 #define ABE_TOP 1 macro