Searched defs:windowRect (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
H A DesUtil_win32.c105 RECT windowRect; local
121 windowRect.left = 0;
122 windowRect.top = 0;
123 windowRect.right = esContext->width;
124 windowRect.bottom = esContext->height;
126 AdjustWindowRect ( &windowRect, wStyle, FALSE );
134 windowRect.right - windowRect.left,
135 windowRect.bottom - windowRect
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DCreateWindow.cpp92 FloatRect windowRect = page->chrome().windowRect(); local
96 windowRect.setX(features.x);
98 windowRect.setY(features.y);
100 windowRect.setWidth(features.width + (windowRect.width() - viewportSize.width()));
102 windowRect.setHeight(features.height + (windowRect.height() - viewportSize.height()));
105 FloatRect newWindowRect = DOMWindow::adjustWindowRect(page, windowRect);
H A DChrome.cpp114 FloatRect Chrome::windowRect() const function in class:WebCore::Chrome
116 return m_client->windowRect();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebWidgetClient.h136 virtual WebRect windowRect() { return WebRect(); } function in class:blink::WebWidgetClient
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp101 RECT windowRect; local
102 if (!GetClientRect(getWindowHandle(), &windowRect))
110 width = windowRect.right - windowRect.left;
111 height = windowRect.bottom - windowRect.top;
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp102 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) argument
105 if (windowRect.x() >= screen.x() && windowRect.maxX() <= screen.maxX() && (widgetRectInScreen.x() < screen.x() || widgetRectInScreen.maxX() > screen.maxX())) {
199 FloatRect windowRect = chromeClient().windowRect(); local
202 widgetRectInScreen = layoutAndCalculateWidgetRectInternal(widgetRectInScreen, targetControlHeight, windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.get(), needToResizeView);
H A DWebPluginContainerImpl.cpp136 IntRect windowRect = view->contentsToWindow(damageRect); local
137 m_webPlugin->paint(canvas, windowRect);
403 IntRect windowRect, clipRect;
405 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects); local
407 m_webPlugin->updateGeometry(windowRect, clipRect, cutOutRects, isVisible());
870 IntRect& windowRect,
874 windowRect = toScrollView(parent())->contentsToWindow(frameRect);
878 clipRect.move(-windowRect.x(), -windowRect.y());
869 calculateGeometry(const IntRect& frameRect, IntRect& windowRect, IntRect& clipRect, Vector<IntRect>& cutOutRects) argument
H A DChromeClientImpl.cpp166 FloatRect ChromeClientImpl::windowRect() function in class:blink::ChromeClientImpl
186 return windowRect();
525 WebRect windowRect = m_webView->client()->windowRect(); local
526 windowPoint.move(-windowRect.x, -windowRect.y);
537 WebRect windowRect = m_webView->client()->windowRect(); local
538 screenRect.move(windowRect.x, windowRect
[all...]
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp149 RECT windowRect; local
150 windowRect.left = 0;
151 windowRect.right = 8;
152 windowRect.top = 0;
153 windowRect.bottom = 8;
176 AdjustWindowRectEx(&windowRect, style, false, exStyle);
182 windowRect.right-windowRect.left,
183 windowRect.bottom-windowRect
[all...]
/external/skia/src/utils/win/
H A DSkWGL_win.cpp149 RECT windowRect; local
150 windowRect.left = 0;
151 windowRect.right = 8;
152 windowRect.top = 0;
153 windowRect.bottom = 8;
176 AdjustWindowRectEx(&windowRect, style, false, exStyle);
182 windowRect.right-windowRect.left,
183 windowRect.bottom-windowRect
[all...]
/external/chromium_org/content/renderer/
H A Drender_widget.cc2042 WebRect RenderWidget::windowRect() { function in class:content::RenderWidget
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 296 milliseconds