Home
last modified time | relevance | path

Searched refs:getVisibleBehavior (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DScrollAlignment.cpp69 scrollX = getVisibleBehavior(alignX); in getRectToExpose()
72 scrollX = getVisibleBehavior(alignX); in getRectToExpose()
109 scrollY = getVisibleBehavior(alignY); in getRectToExpose()
112 scrollY = getVisibleBehavior(alignY); in getRectToExpose()
DScrollAlignment.h62 …static ScrollAlignmentBehavior getVisibleBehavior(const ScrollAlignment& s) { return s.m_rectVisib… in getVisibleBehavior() function