Lines Matching refs:ABE_LEFT
399 case ABE_LEFT: in AppBar_AutoHide()
461 case ABE_LEFT: in AppBar_SetSide()
507 case ABE_LEFT: in AppBar_Hide()
564 if (ABE_LEFT == abd.uEdge || ABE_RIGHT == abd.uEdge) in AppBar_QueryPos()
581 case ABE_LEFT: in AppBar_QueryPos()
637 case ABE_LEFT: in AppBar_PosChanged()
658 case ABE_LEFT: in AppBar_PosChanged()
815 if (m_uSide == ABE_LEFT && uHitTest == HTRIGHT) in OnNCHitTest()
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()
1006 AppBar_SetSide(s_hwnd2, ABE_LEFT); in DoAction()