Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_controller.h101 CGFloat totalMagnifyGestureAmount_; variable
Dbrowser_window_controller.mm1674 totalMagnifyGestureAmount_ += [event deltaZ];
1675 if (totalMagnifyGestureAmount_ > zoomInThreshold) {
1677 } else if (totalMagnifyGestureAmount_ < zoomOutThreshold) {
1691 totalMagnifyGestureAmount_ = 0;