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

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurfaceCollectionManager.h54 bool scrolling, bool singleSurfaceMode,
62 int singleSurfaceModeInvalidation(bool hasRunningAnimation, bool scrolling, bool shouldDraw);
68 // Used in single surface mode only. True if the previous frame is scrolling.
H A DSurfaceCollectionManager.cpp175 bool scrolling,
180 // scrolling or have an incoming painting tree.
181 bool requireDirtyAll = (m_previouslyScrolling && !scrolling)
206 m_previouslyScrolling = scrolling;
213 bool scrolling, bool singleSurfaceMode,
217 m_fastSwapMode |= scrolling || singleSurfaceMode;
309 scrolling, shouldDraw);
174 singleSurfaceModeInvalidation(bool hasRunningAnimation, bool scrolling, bool shouldDraw) argument
211 drawGL(double currentTime, IntRect& viewRect, SkRect& visibleContentRect, float scale, bool scrolling, bool singleSurfaceMode, bool* collectionsSwappedPtr, bool* newCollectionHasAnimPtr, TexturesResult* texturesResultPtr, bool shouldDraw) argument
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLFrameElement07.js78 The scrolling attribute specifies whether or not the frame should have
81 Retrieve the scrolling attribute of the first FRAME element and examine
104 vscrolling = testNode.scrolling;
H A DHTMLIFrameElement08.js78 The scrolling attribute specifies whether or not the frame should have
81 Retrieve the scrolling attribute of the first FRAME element and examine
104 vscrolling = testNode.scrolling;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLFrameElement07.js78 The scrolling attribute specifies whether or not the frame should have
81 Retrieve the scrolling attribute of the first FRAME element and examine
104 vscrolling = testNode.scrolling;
H A DHTMLIFrameElement08.js78 The scrolling attribute specifies whether or not the frame should have
81 Retrieve the scrolling attribute of the first FRAME element and examine
104 vscrolling = testNode.scrolling;
/external/webkit/Source/WebCore/html/
H A DHTMLFrameElement.idl31 attribute [Reflect] DOMString scrolling;
H A DHTMLIFrameElement.idl32 attribute [Reflect] DOMString scrolling;
/external/webkit/Tools/TestWebKitAPI/win/
H A Dcopy-resources.cmd17 ..\Tests\WebKit2\spacebar-scrolling.html
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js438 var scrolling = document.getElementById(nav);
443 scrolling.scrollTop = offsetTop - navHeight + 92;
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.cpp155 // detect visibleContentRect scrolling from short programmatic scrolls/jumps
365 bool scrolling = isScrolling(); local
371 scale, scrolling,
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Dfeed.js191 desc.scrolling = 'no';
/external/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in309 -webkit-overflow-scrolling
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h532 @property(copy) NSString *scrolling; variable
573 @property(copy) NSString *scrolling; variable

Completed in 1353 milliseconds