Home | History | Annotate | Download | only in testing

Lines Matching defs:scrollElementToRect

932 void Internals::scrollElementToRect(Element* element, long x, long y, long w, long h, ExceptionState& exceptionState)
940 frameView->scrollElementToRect(element, IntRect(x, y, w, h));