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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DScrollAlignment.h61 struct ScrollAlignment { struct in namespace:blink
62 static ScrollAlignmentBehavior getVisibleBehavior(const ScrollAlignment& s) { return s.m_rectVisible; }
63 static ScrollAlignmentBehavior getPartialBehavior(const ScrollAlignment& s) { return s.m_rectPartial; }
64 static ScrollAlignmentBehavior getHiddenBehavior(const ScrollAlignment& s) { return s.m_rectHidden; }
67 static LayoutRect getRectToExpose(const LayoutRect& visibleRect, const LayoutRect& exposeRect, const ScrollAlignment& alignX, const ScrollAlignment& alignY);
69 static const ScrollAlignment alignCenterIfNeeded;
70 static const ScrollAlignment alignToEdgeIfNeeded;
71 static const ScrollAlignment alignCenterAlways;
72 static const ScrollAlignment alignTopAlway
[all...]

Completed in 517 milliseconds