Searched refs:alignTopAlways (Results 1 – 6 of 6) sorted by relevance
72 static const ScrollAlignment alignTopAlways; member
54 const ScrollAlignment ScrollAlignment::alignTopAlways = { ScrollAlignmentTop, ScrollAlignmentTop, S… member in WebCore::ScrollAlignment
293 …alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignme… in setSelection()
1202 pathRect, ScrollAlignment::alignCenterAlways, ScrollAlignment::alignTopAlways); in scrollPathIntoViewInternal()
1959 …->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); in scrollToAnchor()
450 …scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); in scrollIntoView()