Home | History | Annotate | Download | only in src

Lines Matching refs:currentFrame

892     Frame* currentFrame = frame;
893 while (!scrollHandled && currentFrame) {
894 scrollHandled = currentFrame->view()->scroll(scrollDirection, scrollGranularity);
895 currentFrame = currentFrame->tree()->parent();