Home
last modified time | relevance | path

Searched refs:nonFastScrollableRects (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h156 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(const LocalFrame*);
DPage.cpp187 PassRefPtrWillBeRawPtr<ClientRectList> Page::nonFastScrollableRects(const LocalFrame* frame) in nonFastScrollableRects() function in blink::Page
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h221 PassRefPtrWillBeRawPtr<ClientRectList> nonFastScrollableRects(Document*, ExceptionState&) const;
DInternals.idl173 …[RaisesException, TypeChecking=Interface] ClientRectList nonFastScrollableRects(Document document);
DInternals.cpp1617 PassRefPtrWillBeRawPtr<ClientRectList> Internals::nonFastScrollableRects(Document* document, Except… in nonFastScrollableRects() function in blink::Internals
1629 return page->nonFastScrollableRects(document->frame()); in nonFastScrollableRects()