Home
last modified time | relevance | path

Searched defs:ScrollAlignment (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DScrollAlignment.h61 struct ScrollAlignment { struct
62 …static ScrollAlignmentBehavior getVisibleBehavior(const ScrollAlignment& s) { return s.m_rectVisib… in getVisibleBehavior() argument
63 …static ScrollAlignmentBehavior getPartialBehavior(const ScrollAlignment& s) { return s.m_rectParti… in getPartialBehavior() argument
64 …static ScrollAlignmentBehavior getHiddenBehavior(const ScrollAlignment& s) { return s.m_rectHidden… in getHiddenBehavior() argument
69 static const ScrollAlignment alignCenterIfNeeded; argument
70 static const ScrollAlignment alignToEdgeIfNeeded; argument
71 static const ScrollAlignment alignCenterAlways; argument
72 static const ScrollAlignment alignTopAlways; argument
73 static const ScrollAlignment alignBottomAlways; argument
75 ScrollAlignmentBehavior m_rectVisible; argument
[all …]