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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h168 PassRefPtr<ClientRectList> nonFastScrollableRects(const Frame*);
H A DPage.cpp244 PassRefPtr<ClientRectList> Page::nonFastScrollableRects(const Frame* frame) function in class:WebCore::Page
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h227 PassRefPtr<ClientRectList> nonFastScrollableRects(Document*, ExceptionState&) const;
H A DInternals.idl187 [RaisesException] ClientRectList nonFastScrollableRects(Document document);
H A DInternals.cpp1677 PassRefPtr<ClientRectList> Internals::nonFastScrollableRects(Document* document, ExceptionState& es) const function in class:WebCore::Internals
1688 return page->nonFastScrollableRects(document->frame());

Completed in 650 milliseconds