Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:tempRect

610     NSRect tempRect = r;
611 tempRect = [m_webView convertRect:tempRect toView:nil];
612 tempRect.origin = [[m_webView window] convertBaseToScreen:tempRect.origin];
613 return enclosingIntRect(tempRect);