Searched refs:isScrollable (Results 1 – 10 of 10) sorted by relevance
123 public boolean isScrollable() { in isScrollable() method in UiAutomationElement124 return node.isScrollable(); in isScrollable()
105 boolean isScrollable(); in isScrollable() method
112 return element.isScrollable(); in getValue()
133 setAttribute(element, Attribute.SCROLLABLE, uiElement.isScrollable()); in buildDomNode()
157 public boolean isScrollable() { in isScrollable() method in ViewElement
156 bool frameIsScrollable = frameView && frameView->isScrollable(); in updateAfterCompositingChange()928 bool frameIsScrollable = frameView && frameView->isScrollable(); in frameViewIsScrollableIsDirty()
256 bool isScrollable();
2628 bool FrameView::isScrollable() in isScrollable() function in WebCore::FrameView2664 if (!isScrollable()) { in updateScrollableAreaSet()3431 if (!isScrollable()) in wheelEvent()
1717 return frameView->isScrollable(); in requiresCompositingForScrollableFrame()1960 if (frameView && frameView->isScrollable()) in requiresCompositingForPosition()
851 return view()->frameView()->isScrollable(); in canAutoscroll()