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

  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 53 Node* findNonEmptyAnchorNode(const IntPoint& point, const IntRect& viewRect, EventHandler* eventHandler)
60 const int maxNodeArea = area(viewRect) * viewportToNodeMaxRelativeArea;
62 IntSize pointOffset = viewRect.size();
78 void ViewportAnchor::setAnchor(const IntRect& viewRect, const FloatSize& anchorInViewCoords)
80 m_viewRect = viewRect;
86 if (viewRect.isEmpty())
90 if (viewRect.location() == IntPoint::zero())
93 FloatSize anchorOffset = viewRect.size();
95 const FloatPoint anchorPoint = FloatPoint(viewRect.location()) + anchorOffset;
97 Node* node = findNonEmptyAnchorNode(flooredIntPoint(anchorPoint), viewRect, m_eventHandler)
    [all...]
ViewportAnchor.h 60 void setAnchor(const WebCore::IntRect& viewRect, const WebCore::FloatSize& anchorInViewCoords);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.cpp 616 IntRect viewRect = convertFromRootView(rootViewRect);
617 viewRect.move(scrollOffset());
618 return viewRect;
623 IntRect viewRect = contentsRect;
624 viewRect.move(-scrollOffset());
625 return convertToRootView(viewRect);
642 IntRect viewRect = convertFromContainingWindow(windowRect);
643 viewRect.move(scrollOffset());
644 return viewRect;
649 IntRect viewRect = contentsRect
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 609 LayoutRect viewRect = view->viewRect();
610 // If the viewRect is wider than the relevantViewRect, center the relevantViewRect.
611 if (viewRect.width() > relevantViewRect.width())
612 relevantViewRect.setX((viewRect.width() - relevantViewRect.width()) / 2);
632 // The objects are only relevant if they are being painted within the viewRect().
FrameView.cpp     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java 189 void onContactSelected(Uri contactLookupUri, Rect viewRect);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.h 103 virtual LayoutRect viewRect() const OVERRIDE;
RenderView.cpp 529 LayoutRect vr = viewRect();
    [all...]
RenderObject.h     [all...]
RenderLayer.cpp     [all...]
RenderObject.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
RenderBoxModelObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 407 IntRect viewRect = view->visibleContentRect();
415 reset(size, m_size.isEmpty() ? IntSize() : frameViewFullSize, viewRect.x(), viewRect.y());
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 534 IntRect viewRect = view->visibleContentRect();
535 viewRect.intersect(contentRect);
536 return viewRect.isEmpty();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java     [all...]

Completed in 1491 milliseconds