Searched refs:scrolling (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderPartObject.cpp70 bool scrolling = element->scrollingMode() != ScrollbarAlwaysOff; local
76 if (scrolling || !widthIsFixed || !heightIsFixed) {
86 if (scrolling || !widthIsFixed)
108 if (scrolling || !heightIsFixed)
110 if (scrolling || !widthIsFixed)
156 bool scrolling = static_cast<HTMLIFrameElement*>(node())->scrollingMode() != ScrollbarAlwaysOff;
157 if (!scrolling && style()->width().isFixed())
190 bool scrolling = static_cast<HTMLIFrameElement*>(node())->scrollingMode() != ScrollbarAlwaysOff;
191 if (!scrolling && style()->height().isFixed())
/external/webkit/WebCore/html/
H A DHTMLFrameElement.idl31 attribute [ConvertNullToNullString, Reflect] DOMString scrolling;
H A DHTMLIFrameElement.idl33 attribute [ConvertNullToNullString, Reflect] DOMString scrolling;
/external/webkit/WebKit/chromium/src/mac/
H A DWebInputEventFactory.mm1073 // trackpad/Mighty Mouse is used (which both provide continuous scrolling).
1085 // Fourth, for trackpads there is a concept of chunkiness. When scrolling
1119 // There are two devices that provide continuous scrolling events (trackpads
1150 // scrolling. If the event is continuous, then doing pixel scrolling with the
1162 // P.S. The "smooth scrolling" option in the system preferences is utterly
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h526 @property(copy) NSString *scrolling; variable
567 @property(copy) NSString *scrolling; variable

Completed in 54 milliseconds