HomeSort by relevance Sort by last modified time
    Searched refs:screenRect (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformScreen.h 46 FloatRect screenRect(Widget*);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Screen.cpp 53 long height = static_cast<long>(screenRect(m_frame->view()).height());
65 long width = static_cast<long>(screenRect(m_frame->view()).width());
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 804 Rect screenRect = screen.getBounds();
827 assertTrue("Pinch must be in center of target view", p2s.y == screenRect.centerY())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
PlatformScreenChromium.cpp 76 FloatRect screenRect(Widget* widget)
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupContainerTest.cpp 79 const FloatRect screenRect(0, 0, screenMaxX, screenMaxY);
83 return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, verticalOffset, transformOffset, content, needToResizeView);
89 const FloatRect screenRect(0, 0, screenMaxX, screenMaxY);
92 return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, 0, IntSize(), content, needToResizeView);
WebViewTest.cpp     [all...]
  /frameworks/uiautomator/tests/CtsUiAutomatorTest/src/com/android/uiautomator/tests/cts/
CtsUiAutomatorTest.java 778 Rect screenRect = screen.getBounds();
801 assertTrue("Pinch must be in center of target view", p2s.y == screenRect.centerY());
804 withinMarginOfError(0.1f, screenRect.centerX(), p1s.x));
807 withinMarginOfError(0.1f, screenRect.centerX(), p2s.x));
810 withinMarginOfError(0.1f, screenRect.centerX() - screenRect.left,
811 screenRect.centerX() - p1e.x));
814 withinMarginOfError(0.1f, screenRect.right, p2e.x));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.cpp 229 SkRect screenRect;
230 context->getTotalMatrix().mapRect(&screenRect, destRect);
231 float realScaleX = screenRect.width() / srcRect.width();
232 float realScaleY = screenRect.height() / srcRect.height();
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 527 IntRect screenRect(rect);
531 screenRect.move(windowRect.x, windowRect.y);
534 return screenRect;
698 IntRect screenRect = bounds;
699 screenRect.setLocation(view->screenToContents(bounds.location()));
700 if (!visibleRect.contains(screenRect)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 264 FloatRect sg = screenRect(frame->page()->mainFrame()->view());
365 FloatRect sg = screenRect(frame->page()->mainFrame()->view());
381 FloatRect sg = screenRect(frame->page()->mainFrame()->view());
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_view.js 684 * @param {Rect} screenRect Target rectangle in screen coordinates.
687 ImageView.prototype.createZoomEffect = function(screenRect) {
689 this.viewport_.screenToDeviceRect(screenRect),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 335 IntRect screenRect() const;
    [all...]
Element.cpp 806 IntRect Element::screenRect() const
    [all...]

Completed in 675 milliseconds