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

  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.h 46 BOOL horizontallyPinnedByPreviousWheelEvent;
WebDynamicScrollBarsView.mm 350 if (isLatchingEvent && !horizontallyPinnedByPreviousWheelEvent) {
368 horizontallyPinnedByPreviousWheelEvent = (horizontalPosition == 0.0 || horizontalPosition == 1.0);

Completed in 36 milliseconds