Searched refs:windowRect (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DWidget.cpp108 IntRect Widget::convertFromContainingWindow(const IntRect& windowRect) const
111 IntRect parentRect = parentScrollView->convertFromContainingWindow(windowRect);
114 return convertFromContainingWindowToRoot(this, windowRect);
H A DScrollView.cpp884 IntRect ScrollView::windowToContents(const IntRect& windowRect) const
887 return convertFromContainingWindow(windowRect);
889 IntRect viewRect = convertFromContainingWindow(windowRect);
/macosx-10.10/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebChromeClientIOS.mm75 FloatRect WebChromeClientIOS::windowRect()
77 CGRect windowRect = [[webView() _UIDelegateForwarder] webViewFrame:webView()];
78 return enclosingIntRect(windowRect);
H A DWebChromeClientIOS.h36 virtual WebCore::FloatRect windowRect() override;
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DPopupMenuWin.h60 const IntRect& windowRect() const { return m_windowRect; } function in class:WebCore::PopupMenuWin
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp53 FloatRect ChromeClientWinCE::windowRect() function in class:WebKit::ChromeClientWinCE
70 return windowRect();
H A DChromeClientWinCE.h41 virtual WebCore::FloatRect windowRect() override;
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebChromeClient.cpp95 FloatRect WebChromeClient::windowRect() function in class:WebChromeClient
464 void WebChromeClient::invalidateRootView(const IntRect& windowRect) argument
467 m_webView->repaint(windowRect, false /*contentChanged*/, false /*repaintContentOnly*/);
470 void WebChromeClient::invalidateContentsAndRootView(const IntRect& windowRect) argument
473 m_webView->repaint(windowRect, true /*contentChanged*/, false /*repaintContentOnly*/);
476 void WebChromeClient::invalidateContentsForSlowScroll(const IntRect& windowRect) argument
479 m_webView->repaint(windowRect, true /*contentChanged*/, true /*repaintContentOnly*/);
H A DWebChromeClient.h47 virtual WebCore::FloatRect windowRect();
/macosx-10.10/WebCore-7600.1.25/page/
H A DChromeClient.h99 virtual FloatRect windowRect() = 0;
185 virtual FloatSize screenSize() const { return const_cast<ChromeClient*>(this)->windowRect().size(); }
186 virtual FloatSize availableScreenSize() const { return const_cast<ChromeClient*>(this)->windowRect().size(); }
H A DChrome.h105 FloatRect windowRect() const;
H A DDOMWindow.cpp322 FloatRect window = page->chrome().windowRect();
1205 return static_cast<int>(page->chrome().windowRect().height());
1221 return static_cast<int>(page->chrome().windowRect().width());
1258 return static_cast<int>(page->chrome().windowRect().x());
1270 return static_cast<int>(page->chrome().windowRect().y());
1559 FloatRect fr = page->chrome().windowRect();
1572 FloatRect fr = page->chrome().windowRect();
1587 FloatRect fr = page->chrome().windowRect();
1599 FloatRect fr = page->chrome().windowRect();
H A DChrome.cpp155 FloatRect Chrome::windowRect() const function in class:WebCore::Chrome
157 return m_client.windowRect();
/macosx-10.10/WebKit-7600.1.25/wince/
H A DWebView.cpp119 RECT windowRect; local
120 frameRect(&windowRect);
121 view()->resize(IntRect(windowRect).size());
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.cpp289 RECT windowRect; local
290 GetClientRect(m_fullscreenWindow->hwnd(), &windowRect);
291 m_fullscreenSize.setWidth(windowRect.right - windowRect.left);
292 m_fullscreenSize.setHeight(windowRect.bottom - windowRect.top);
H A DWebView.cpp778 void WebView::repaint(const WebCore::IntRect& windowRect, bool contentChanged, bool immediate, bool repaintContentOnly) argument
783 addToDirtyRegion(windowRect);
788 RECT rect = windowRect;
792 addToDirtyRegion(windowRect);
817 RECT windowRect; local
818 ::GetClientRect(m_viewWindow, &windowRect);
819 LONG width = windowRect.right - windowRect.left;
820 LONG height = windowRect.bottom - windowRect
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClientLocal.cpp232 FloatRect frameRect = m_frontendPage->chrome().windowRect();
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebChromeClient.mm159 NSRect windowRect = toDeviceSpace(rect, [m_webView window]);
160 [[m_webView _UIDelegateForwarder] webView:m_webView setFrame:windowRect];
164 FloatRect WebChromeClient::windowRect()
167 NSRect windowRect = [[m_webView _UIDelegateForwarder] webViewFrame:m_webView];
168 return toUserSpace(windowRect, [m_webView window]);
H A DWebChromeClient.h49 virtual WebCore::FloatRect windowRect() override;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebChromeClient.h56 virtual WebCore::FloatRect windowRect() override;
H A DWebChromeClient.cpp129 FloatRect WebChromeClient::windowRect() function in class:WebKit::WebChromeClient
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp3501 FloatRect windowRect = page->chrome().windowRect(); local
3503 windowRect.setX(features.x);
3505 windowRect.setY(features.y);
3508 windowRect.setWidth(features.width + (windowRect.width() - viewportSize.width()));
3510 windowRect.setHeight(features.height + (windowRect.height() - viewportSize.height()));
3513 FloatRect newWindowRect = DOMWindow::adjustWindowRect(page, windowRect);
H A DEmptyClients.h72 virtual FloatRect windowRect() override { return FloatRect(); }
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinWm.c6224 RECT windowRect;
6244 GetWindowRect(wmPtr->wrapper, &windowRect);
6245 newHeight = windowRect.bottom - windowRect.top;
6260 GetClientRect(wmPtr->wrapper, &windowRect);
6261 newHeight = windowRect.bottom - windowRect.top;
6157 RECT windowRect; local
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinWm.c5746 RECT windowRect;
5768 GetWindowRect(wmPtr->wrapper, &windowRect);
5769 newHeight = windowRect.bottom - windowRect.top;
5784 GetClientRect(wmPtr->wrapper, &windowRect);
5785 newHeight = windowRect.bottom - windowRect.top;
5683 RECT windowRect; local

Completed in 191 milliseconds