Home
last modified time | relevance | path

Searched refs:isScrollable (Results 1 – 10 of 10) sorted by relevance

/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
DUiAutomationElement.java123 public boolean isScrollable() { in isScrollable() method in UiAutomationElement
124 return node.isScrollable(); in isScrollable()
/external/droiddriver/src/com/google/android/droiddriver/
DUiElement.java105 boolean isScrollable(); in isScrollable() method
/external/droiddriver/src/com/google/android/droiddriver/finders/
DAttribute.java112 return element.isScrollable(); in getValue()
DByXPath.java133 setAttribute(element, Attribute.SCROLLABLE, uiElement.isScrollable()); in buildDomNode()
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
DViewElement.java157 public boolean isScrollable() { in isScrollable() method in ViewElement
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp156 bool frameIsScrollable = frameView && frameView->isScrollable(); in updateAfterCompositingChange()
928 bool frameIsScrollable = frameView && frameView->isScrollable(); in frameViewIsScrollableIsDirty()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h256 bool isScrollable();
DFrameView.cpp2628 bool FrameView::isScrollable() in isScrollable() function in WebCore::FrameView
2664 if (!isScrollable()) { in updateScrollableAreaSet()
3431 if (!isScrollable()) in wheelEvent()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerCompositor.cpp1717 return frameView->isScrollable(); in requiresCompositingForScrollableFrame()
1960 if (frameView && frameView->isScrollable()) in requiresCompositingForPosition()
DRenderBox.cpp851 return view()->frameView()->isScrollable(); in canAutoscroll()