HomeSort by relevance Sort by last modified time
    Searched refs:scrollToward (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h 56 int scrollToward(const IntPoint&); // Returns the new index or -1 if no scroll occurred
RenderListBox.cpp 530 int newOffset = scrollToward(scrollPoint);
540 int RenderListBox::scrollToward(const IntPoint& destination)
562 int endIndex = scrollToward(pos);

Completed in 211 milliseconds