HomeSort by relevance Sort by last modified time
    Searched defs:windowRect (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
CreateWindow.cpp 102 FloatRect windowRect = page->chrome().windowRect();
106 windowRect.setX(features.x);
108 windowRect.setY(features.y);
110 windowRect.setWidth(features.width + (windowRect.width() - viewportSize.width()));
112 windowRect.setHeight(features.height + (windowRect.height() - viewportSize.height()));
115 FloatRect newWindowRect = DOMWindow::adjustWindowRect(page, windowRect);
Chrome.cpp 114 FloatRect Chrome::windowRect() const
116 return m_client->windowRect();
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/Win32/
esUtil_win32.c 105 RECT windowRect;
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.top
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 104 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)
107 if (windowRect.x() >= screen.x() && windowRect.maxX() <= screen.maxX() && (widgetRectInScreen.x() < screen.x() || widgetRectInScreen.maxX() > screen.maxX())) {
199 FloatRect windowRect = client->windowRect();
202 widgetRectInScreen = layoutAndCalculateWidgetRectInternal(widgetRectInScreen, targetControlHeight, windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.get(), needToResizeView);
WebPluginContainerImpl.cpp 135 IntRect windowRect = view->contentsToWindow(damageRect);
136 m_webPlugin->paint(canvas, windowRect);
395 IntRect windowRect, clipRect;
397 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects);
399 m_webPlugin->updateGeometry(windowRect, clipRect, cutOutRects, isVisible());
856 IntRect& windowRect,
860 windowRect = parent()->contentsToWindow(frameRect);
864 clipRect.move(-windowRect.x(), -windowRect.y());
ChromeClientImpl.cpp 163 FloatRect ChromeClientImpl::windowRect()
183 return windowRect();
518 WebRect windowRect = m_webView->client()->windowRect();
519 windowPoint.move(-windowRect.x, -windowRect.y);
530 WebRect windowRect = m_webView->client()->windowRect();
531 screenRect.move(windowRect.x, windowRect.y)
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebWidgetClient.h 130 virtual WebRect windowRect() { return WebRect(); }
  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Surface.cpp 99 RECT windowRect;
100 if (!GetClientRect(getWindowHandle(), &windowRect))
108 width = windowRect.right - windowRect.left;
109 height = windowRect.bottom - windowRect.top;
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 165 RECT windowRect;
166 windowRect.left = 0;
167 windowRect.right = 8;
168 windowRect.top = 0;
169 windowRect.bottom = 8;
192 AdjustWindowRectEx(&windowRect, style, false, exStyle);
198 windowRect.right-windowRect.left,
199 windowRect.bottom-windowRect.top
    [all...]
  /external/skia/src/utils/win/
SkWGL_win.cpp 165 RECT windowRect;
166 windowRect.left = 0;
167 windowRect.right = 8;
168 windowRect.top = 0;
169 windowRect.bottom = 8;
192 AdjustWindowRectEx(&windowRect, style, false, exStyle);
198 windowRect.right-windowRect.left,
199 windowRect.bottom-windowRect.top
    [all...]
  /external/chromium_org/content/renderer/
render_widget.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 452 milliseconds