Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp854 if (RenderBox* scrollableBox = enclosingScrollableBox()) in scrollByRecursively() local
855 scrollableBox->scrollByRecursively(remainingScrollOffset, clamp); in scrollByRecursively()