Home | History | Annotate | Download | only in nav

Lines Matching refs:invScreenRect

254 int drawGL(WebCore::IntRect& invScreenRect, WebCore::IntRect* invalRect,
282 int ret = m_glWebViewState->drawGL(invScreenRect, m_visibleContentRect, invalRect,
790 invScreenRect = _invScreenRect;
801 if (invScreenRect.isEmpty()) {
807 int titlebarHeight = screenRect.height() - invScreenRect.height();
814 WebCore::IntRect localInvScreenRect = invScreenRect;
817 // to the FBO, rather than the screen(which will use invScreenRect).
849 invScreenRect = _invScreenRect;
861 WebCore::IntRect invScreenRect;
912 WebCore::IntRect invScreenRect = jrect_to_webrect(env, jinvscreenrect);
920 invScreenRect, scale, extras);
923 functor->updateInvScreenRect(invScreenRect);
949 WebCore::IntRect invScreenRect = jrect_to_webrect(env, jinvscreenrect);
950 functor->updateInvScreenRect(invScreenRect);