Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DScrollAlignment.h72 static const ScrollAlignment alignTopAlways; member
DScrollAlignment.cpp54 const ScrollAlignment ScrollAlignment::alignTopAlways = { ScrollAlignmentTop, ScrollAlignmentTop, S… member in WebCore::ScrollAlignment
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelection.cpp293 …alignment = (align == AlignCursorOnScrollAlways) ? ScrollAlignment::alignTopAlways : ScrollAlignme… in setSelection()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1202 pathRect, ScrollAlignment::alignCenterAlways, ScrollAlignment::alignTopAlways); in scrollPathIntoViewInternal()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1959 …->scrollRectToVisible(rect, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); in scrollToAnchor()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp450 …scrollRectToVisible(bounds, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignTopAlways); in scrollIntoView()