windowRect        263 Source/core/frame/DOMWindow.cpp     FloatRect window = host->chrome().windowRect();
windowRect       1075 Source/core/frame/DOMWindow.cpp         return lroundf(host->chrome().windowRect().height() * host->deviceScaleFactor());
windowRect       1076 Source/core/frame/DOMWindow.cpp     return static_cast<int>(host->chrome().windowRect().height());
windowRect       1089 Source/core/frame/DOMWindow.cpp         return lroundf(host->chrome().windowRect().width() * host->deviceScaleFactor());
windowRect       1090 Source/core/frame/DOMWindow.cpp     return static_cast<int>(host->chrome().windowRect().width());
windowRect       1135 Source/core/frame/DOMWindow.cpp         return lroundf(host->chrome().windowRect().x() * host->deviceScaleFactor());
windowRect       1136 Source/core/frame/DOMWindow.cpp     return static_cast<int>(host->chrome().windowRect().x());
windowRect       1149 Source/core/frame/DOMWindow.cpp         return lroundf(host->chrome().windowRect().y() * host->deviceScaleFactor());
windowRect       1150 Source/core/frame/DOMWindow.cpp     return static_cast<int>(host->chrome().windowRect().y());
windowRect       1427 Source/core/frame/DOMWindow.cpp     FloatRect windowRect = host->chrome().windowRect();
windowRect       1428 Source/core/frame/DOMWindow.cpp     windowRect.move(x, y);
windowRect       1430 Source/core/frame/DOMWindow.cpp     host->chrome().setWindowRect(adjustWindowRect(*m_frame, windowRect));
windowRect       1442 Source/core/frame/DOMWindow.cpp     FloatRect windowRect = host->chrome().windowRect();
windowRect       1443 Source/core/frame/DOMWindow.cpp     windowRect.setLocation(FloatPoint(x, y));
windowRect       1445 Source/core/frame/DOMWindow.cpp     host->chrome().setWindowRect(adjustWindowRect(*m_frame, windowRect));
windowRect       1457 Source/core/frame/DOMWindow.cpp     FloatRect fr = host->chrome().windowRect();
windowRect       1472 Source/core/frame/DOMWindow.cpp     FloatRect fr = host->chrome().windowRect();
windowRect         76 Source/core/loader/EmptyClients.h     virtual FloatRect windowRect() OVERRIDE { return FloatRect(); }
windowRect        105 Source/core/page/Chrome.cpp     return m_client->windowRect();
windowRect         77 Source/core/page/Chrome.h     FloatRect windowRect() const;
windowRect         87 Source/core/page/ChromeClient.h     virtual FloatRect windowRect() = 0;
windowRect         93 Source/core/page/CreateWindow.cpp     FloatRect windowRect = host->chrome().windowRect();
windowRect         97 Source/core/page/CreateWindow.cpp         windowRect.setX(features.x);
windowRect         99 Source/core/page/CreateWindow.cpp         windowRect.setY(features.y);
windowRect        101 Source/core/page/CreateWindow.cpp         windowRect.setWidth(features.width + (windowRect.width() - viewportSize.width()));
windowRect        103 Source/core/page/CreateWindow.cpp         windowRect.setHeight(features.height + (windowRect.height() - viewportSize.height()));
windowRect        106 Source/core/page/CreateWindow.cpp     FloatRect newWindowRect = DOMWindow::adjustWindowRect(frame, windowRect);
windowRect        103 Source/platform/Widget.cpp IntRect Widget::convertFromContainingWindow(const IntRect& windowRect) const
windowRect        106 Source/platform/Widget.cpp         IntRect parentRect = parentWidget->convertFromContainingWindow(windowRect);
windowRect        109 Source/platform/Widget.cpp     return windowRect;
windowRect        610 Source/platform/scroll/ScrollView.cpp IntRect ScrollView::windowToContents(const IntRect& windowRect) const
windowRect        612 Source/platform/scroll/ScrollView.cpp     IntRect viewRect = convertFromContainingWindow(windowRect);
windowRect        173 Source/web/ChromeClientImpl.cpp     return windowRect();
windowRect        517 Source/web/ChromeClientImpl.cpp         WebRect windowRect = m_webView->client()->windowRect();
windowRect        518 Source/web/ChromeClientImpl.cpp         screenRect.move(windowRect.x, windowRect.y);
windowRect         80 Source/web/ChromeClientImpl.h     virtual WebCore::FloatRect windowRect() OVERRIDE;
windowRect        107 Source/web/PopupContainer.cpp IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView)
windowRect        110 Source/web/PopupContainer.cpp     if (windowRect.x() >= screen.x() && windowRect.maxX() <= screen.maxX() && (widgetRectInScreen.x() < screen.x() || widgetRectInScreen.maxX() > screen.maxX())) {
windowRect        204 Source/web/PopupContainer.cpp     FloatRect windowRect = chromeClient().windowRect();
windowRect        207 Source/web/PopupContainer.cpp     widgetRectInScreen = layoutAndCalculateWidgetRectInternal(widgetRectInScreen, targetControlHeight, windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.get(), needToResizeView);
windowRect        112 Source/web/PopupContainer.h     static WebCore::IntRect layoutAndCalculateWidgetRectInternal(WebCore::IntRect widgetRectInScreen, int targetControlHeight, const WebCore::FloatRect& windowRect, const WebCore::FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const WebCore::IntSize& transformOffset, PopupContent*, bool& needToResizeView);
windowRect        135 Source/web/WebPluginContainerImpl.cpp     IntRect windowRect = view->contentsToWindow(damageRect);
windowRect        136 Source/web/WebPluginContainerImpl.cpp     m_webPlugin->paint(canvas, windowRect);
windowRect        419 Source/web/WebPluginContainerImpl.cpp     IntRect windowRect, clipRect;
windowRect        421 Source/web/WebPluginContainerImpl.cpp     calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects);
windowRect        423 Source/web/WebPluginContainerImpl.cpp     m_webPlugin->updateGeometry(windowRect, clipRect, cutOutRects, isVisible());
windowRect        885 Source/web/WebPluginContainerImpl.cpp                                                IntRect& windowRect,
windowRect        889 Source/web/WebPluginContainerImpl.cpp     windowRect = toScrollView(parent())->contentsToWindow(frameRect);
windowRect        893 Source/web/WebPluginContainerImpl.cpp     clipRect.move(-windowRect.x(), -windowRect.y());
windowRect        181 Source/web/WebPluginContainerImpl.h                            WebCore::IntRect& windowRect,
windowRect         81 Source/web/tests/PopupContainerTest.cpp     const FloatRect windowRect(0, 0, 512, 512);
windowRect         84 Source/web/tests/PopupContainerTest.cpp     return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, verticalOffset, transformOffset, content, needToResizeView);
windowRect         87 Source/web/tests/PopupContainerTest.cpp static IntRect calculatePosition(const IntRect& initialRect, PopupContent* content, FloatRect windowRect = FloatRect(0, 0, 512, 512), bool isRTL = true)
windowRect         93 Source/web/tests/PopupContainerTest.cpp     return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, 0, IntSize(), content, needToResizeView);
windowRect        140 public/web/WebWidgetClient.h     virtual WebRect windowRect() { return WebRect(); }