Searched refs:isScrollable (Results 1 – 12 of 12) sorted by relevance
66 return m_renderView.frameView()->isScrollable(); in requiresCompositingForScrollableFrame()170 return layer->scrollsWithViewport() && m_renderView.frameView()->isScrollable(); in requiresCompositingForPositionFixed()
43 if (!element.isScrollable()) { in perform()
105 boolean isScrollable(); in isScrollable() method
54 return parent != null && parent.isScrollable(); in isTopLevelScrollItem()
76 put(Attribute.SCROLLABLE, isScrollable()); in run()133 private boolean isScrollable() { in isScrollable() method in ViewElement.SnapshotViewAttributesRunnable
87 put(attribs, Attribute.SCROLLABLE, node.isScrollable()); in UiAutomationElement()
121 public boolean isScrollable() { in isScrollable() method in BaseUiElement
157 setAttribute(element, Attribute.SCROLLABLE, uiElement.isScrollable()); in buildDomNode()
256 bool isScrollable();
2255 bool FrameView::isScrollable() in isScrollable() function in blink::FrameView2297 if (!isScrollable()) { in updateScrollableAreaSet()3023 if (!isScrollable()) in wheelEvent()
151 bool frameIsScrollable = frameView && frameView->isScrollable(); in updateAfterCompositingChangeIfNeeded()979 bool frameIsScrollable = frameView && frameView->isScrollable(); in frameViewIsDirty()
724 return view()->frameView()->isScrollable(); in canAutoscroll()