Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DScrollBehavior.h72 static const ScrollAlignment alignTopAlways; member
DScrollBehavior.cpp54 const ScrollAlignment ScrollAlignment::alignTopAlways = { alignTop, alignTop, alignTop }; member in WebCore::ScrollAlignment
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp292 …alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignme… in setSelection()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2205 …->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); in scrollToAnchor()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp479 …scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); in scrollIntoView()