Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp137 …DWORD slideDirection = (m_windowRect.y() < viewRect.top + v->contentsToWindow(r.location()).y()) ?… in show() local
139 … ::AnimateWindow(m_popup, defaultAnimationDuration, AW_SLIDE | slideDirection | AW_ACTIVATE); in show()