Home | History | Annotate | Download | only in js

Lines Matching refs:windowRect

786     FloatRect windowRect(windowFeatures.xSet ? windowFeatures.x : 0, windowFeatures.ySet ? windowFeatures.y : 0,
788 DOMWindow::adjustWindowRect(screenAvailableRect(page ? page->mainFrame()->view() : 0), windowRect, windowRect);
790 windowFeatures.x = windowRect.x();
791 windowFeatures.y = windowRect.y();
792 windowFeatures.height = windowRect.height();
793 windowFeatures.width = windowRect.width();