HomeSort by relevance Sort by last modified time
    Searched refs:scrolling (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollectionManager.h 54 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.
SurfaceCollectionManager.cpp 196 bool scrolling,
201 // scrolling or have an incoming painting tree.
202 bool requireDirtyAll = (m_previouslyScrolling && !scrolling)
227 m_previouslyScrolling = scrolling;
234 bool scrolling, bool singleSurfaceMode,
238 m_fastSwapMode |= scrolling || singleSurfaceMode;
333 scrolling, shouldDraw);
  /external/webkit/Source/WebCore/html/
HTMLFrameElement.idl 31 attribute [Reflect] DOMString scrolling;
HTMLIFrameElement.idl 32 attribute [Reflect] DOMString scrolling;
  /external/webkit/Tools/TestWebKitAPI/win/
copy-resources.cmd 17 ..\Tests\WebKit2\spacebar-scrolling.html
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFrameElement07.js 78 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;
HTMLIFrameElement08.js 78 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/
HTMLFrameElement07.js 78 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;
HTMLIFrameElement08.js 78 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/platform/graphics/android/
GLWebViewState.cpp 155 // detect visibleContentRect scrolling from short programmatic scrolls/jumps
363 bool scrolling = isScrolling(); local
369 scale, scrolling,
  /frameworks/base/docs/html/design/
design_toc.cs 55 <li><a href="<?cs var:toroot ?>design/building-blocks/scrolling.html">Scrolling</a></li>
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 191 desc.scrolling = 'no';
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java 111 boolean scrolling; field in class:ViewPager.ItemInfo
150 // or end of the pager data set during touch scrolling.
188 * Determines speed during touch scrolling
533 mItems.get(i).scrolling = true;
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPropertyNames.in 309 -webkit-overflow-scrolling
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 514 var scrolling = document.getElementById(nav);
530 scrolling.scrollTop = offsetTop - navHeight + 180;
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 438 var scrolling = document.getElementById(nav);
443 scrolling.scrollTop = offsetTop - navHeight + 92;
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 532 @property(copy) NSString *scrolling; variable
573 @property(copy) NSString *scrolling; variable
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 104 // Prevent touch events from triggering any sort of native scrolling
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 103 // Prevent touch events from triggering any sort of native scrolling
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 382 // (to avoid intensive resizing that slows scrolling)
398 // update the sidenaav position for side scrolling
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 456 // (to avoid intensive resizing that slows scrolling)
472 // update the sidenaav position for side scrolling
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 435 // (to avoid intensive resizing that slows scrolling)
451 // update the sidenaav position for side scrolling
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 

Completed in 1163 milliseconds

1 2