Home | History | Annotate | Download | only in WebCore

Lines Matching full:pan

1167         while pan-scrolling does not cause scrolling from around 10 pixels to
1172 Factor out the no-pan-scroll radius.
1174 Create a constant for the no-pan-scroll radius.
1177 Factor out the no-pan-scroll radius.
1358 - fix <rdar://problem/6958664> REGRESSION (r42665): When I drag to pan a
39284 after pan scrolling
39289 (WebCore::ScrollView::scrollContents): Don't repaint the pan scroll
78399 Make pan scrolling a platform configurable option
94557 <rdar://6159244> Pan-scrolling does not work on particular sites (starmagazine.com, nytimes.com)
95950 <rdar://6157207> Mouse pointer does not change when new window is opened after pan-scrolling original window
95952 We shouldn't be able to create another window while we are in pan scrolling.
96505 When pan-scrolling, typing on the keyboard should either stop the pan scroll or be ignored
96513 (WebCore::EventHandler::keyEvent): Verifies which key has been hit and decide either to stop the pan scroll or to swallow the key event.