HomeSort by relevance Sort by last modified time
    Searched refs:frameRect (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlineFlowBoxPainter.cpp 196 LayoutRect frameRect = roundedFrameRectClampedToLineTopAndBottomIfNeeded();
199 LayoutRect localRect(frameRect);
203 LayoutRect paintRect = LayoutRect(adjustedPaintOffset, frameRect.size());
243 LayoutUnit stripWidth = m_inlineFlowBox.isHorizontal() ? totalLogicalWidth : frameRect.width();
244 LayoutUnit stripHeight = m_inlineFlowBox.isHorizontal() ? frameRect.height() : totalLogicalWidth;
259 LayoutRect frameRect = roundedFrameRectClampedToLineTopAndBottomIfNeeded();
262 LayoutRect localRect(frameRect);
286 LayoutRect paintRect = LayoutRect(adjustedPaintOffset, frameRect.size());
299 BoxPainter::paintNinePieceImage(*m_inlineFlowBox.boxModelObject(), paintInfo.context, LayoutRect(adjustedPaintOffset, frameRect.size()), m_inlineFlowBox.renderer().style(), maskNinePieceImage, compositeOp);
311 LayoutUnit stripWidth = m_inlineFlowBox.isHorizontal() ? totalLogicalWidth : frameRect.width()
    [all...]
GridPainter.cpp 61 if ((*it)->frameRect().intersects(localPaintInvalidationRect))
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_action_button.h 64 - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXScrollbar.cpp 58 return m_scrollbar->frameRect();
AXScrollView.cpp 196 return m_scrollView->frameRect();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.h 79 virtual FloatRect objectBoundingBox() const OVERRIDE { return frameRect(); }
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeClientImpl.h 55 virtual IntRect frameRect() const OVERRIDE;
WebScrollbarThemeClientImpl.cpp 95 IntRect WebScrollbarThemeClientImpl::frameRect() const
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacNonOverlayAPI.mm 87 trackInfo.bounds = scrollbar->frameRect();
114 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
116 IntRect bufferRect(scrollbar->frameRect());
118 bufferRect.move(-scrollbar->frameRect().x(), -scrollbar->frameRect().y());
130 ThemeMac::inflateRectForAA(scrollbar->frameRect()),
150 FloatRect(scrollbar->frameRect().location(), imageBuffer->size()));
277 return scrollbar->frameRect();
Scrollbar.h 69 virtual IntRect frameRect() const OVERRIDE { return Widget::frameRect(); }
  /external/chromium_org/third_party/WebKit/Source/web/
ScrollbarGroup.cpp 37 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect)
39 , m_frameRect(frameRect)
126 void ScrollbarGroup::setFrameRect(const IntRect& frameRect)
128 m_frameRect = frameRect;
ScrollbarGroup.h 40 ScrollbarGroup(FrameView*, const IntRect& frameRect);
WebPluginScrollbarImpl.cpp 124 return m_scrollbar->frameRect().location();
129 return m_scrollbar->frameRect().size();
201 IntRect oldRect = m_scrollbar->frameRect();
284 if (!m_scrollbar->frameRect().contains(mousedown.x, mousedown.y))
306 if (m_scrollbar->frameRect().contains(mousemove.x, mousemove.y)
WebPluginContainerImpl.h 192 const IntRect& frameRect,
198 const IntRect& frameRect,
WebPluginContainerImpl.cpp 101 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect)
103 Widget::setFrameRect(frameRect);
113 if (!frameRect().intersects(damageRect))
402 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects);
408 m_scrollbarGroup->setFrameRect(frameRect());
648 m_scrollbarGroup = adoptPtr(new ScrollbarGroup(m_element->document().frame()->view(), frameRect()));
930 void WebPluginContainerImpl::calculateGeometry(const IntRect& frameRect,
935 windowRect = toScrollView(parent())->contentsToWindow(frameRect);
941 getPluginOcclusions(m_element, this->parent(), frameRect, cutOutRects);
944 cutOutRects[i].move(-frameRect.x(), -frameRect.y())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.h 55 virtual void updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<WebRect>& cutOutsRects, bool isVisible) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameViewAutoSizeInfo.cpp 76 m_frameView->resize(m_frameView->frameRect().width(), m_minAutoSize.height());
78 IntSize size = m_frameView->frameRect().size();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 125 int pixelSnappedLogicalTopForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedY() : floatingObject->frameRect().pixelSnappedX(); }
126 int pixelSnappedLogicalBottomForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedMaxY() : floatingObject->frameRect().pixelSnappedMaxX(); }
127 int pixelSnappedLogicalLeftForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedX() : floatingObject->frameRect().pixelSnappedY(); }
128 int pixelSnappedLogicalRightForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedMaxX() : floatingObject->frameRect().pixelSnappedMaxY(); }
RenderScrollbarTheme.cpp 87 return scrollbar->frameRect();
119 toRenderScrollbar(scrollbar)->paintPart(context, ScrollbarBGPart, scrollbar->frameRect());
FloatingObjects.h 76 const LayoutRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; }
77 void setFrameRect(const LayoutRect& frameRect) { ASSERT(!isInPlacedTree()); m_frameRect = frameRect; }
RenderWidget.cpp 124 if (widget->frameRect() == newFrame)
130 return widget->frameRect().size() != newFrame.size();
178 IntPoint widgetLocation = widget->frameRect().location();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
SurfaceHolderTarget.java 148 Rect frameRect = new Rect(0, 0, image.getWidth(), image.getHeight());
150 setupShader(mShader, frameRect, surfRect);
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.h 163 - (NSRect)contentRectForFrameRect:(NSRect)frameRect;
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageAnimator.cpp 89 view->setFrameRect(view->frameRect());
  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 95 const WebRect& frameRect, const WebRect& clipRect,

Completed in 368 milliseconds

12 3 4