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

  /external/webkit/Source/WebCore/rendering/
RenderListBox.h 54 int scrollToward(const IntPoint&); // Returns the new index or -1 if no scroll occurred
RenderListBox.cpp 503 int newOffset = scrollToward(scrollPoint);
513 int RenderListBox::scrollToward(const IntPoint& destination)
536 int endIndex = scrollToward(pos);

Completed in 66 milliseconds