Searched refs:nonFastScrollableRects (Results 1 – 5 of 5) sorted by relevance
156 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
187 PassRefPtrWillBeRawPtr<ClientRectList> Page::nonFastScrollableRects(const LocalFrame* frame) in nonFastScrollableRects() function in blink::Page
221 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(Document*, ExceptionState&) const;
173 …[RaisesException, TypeChecking=Interface] ClientRectList nonFastScrollableRects(Document document);
1617 PassRefPtrWillBeRawPtr<ClientRectList> Internals::nonFastScrollableRects(Document* document, Except… in nonFastScrollableRects() function in blink::Internals1629 return page->nonFastScrollableRects(document->frame()); in nonFastScrollableRects()