frameRect         502 Source/core/accessibility/AXObject.cpp             return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
frameRect        1214 Source/core/accessibility/AXRenderObject.cpp     if (box->frameRect() != m_cachedFrameRect)
frameRect        1239 Source/core/accessibility/AXRenderObject.cpp     m_cachedFrameRect = box->frameRect();
frameRect         196 Source/core/accessibility/AXScrollView.cpp     return m_scrollView->frameRect();
frameRect          58 Source/core/accessibility/AXScrollbar.cpp     return m_scrollbar->frameRect();
frameRect         777 Source/core/dom/ContainerNode.cpp                 point.moveBy(box->frameRect().maxXMaxYCorner());
frameRect         384 Source/core/dom/FullscreenElementStack.cpp         m_savedPlaceholderFrameRect = toRenderBox(renderer)->frameRect();
frameRect         459 Source/core/dom/FullscreenElementStack.cpp         renderer->createPlaceholder(RenderStyle::clone(placeholder->style()), placeholder->frameRect());
frameRect         365 Source/core/frame/FrameView.cpp     IntRect oldRect = frameRect();
frameRect        2206 Source/core/frame/FrameView.cpp         resize(frameRect().width(), m_minAutoSize.height());
frameRect        2208 Source/core/frame/FrameView.cpp     IntSize size = frameRect().size();
frameRect        2443 Source/core/frame/FrameView.cpp         return frameRect();
frameRect        2609 Source/core/frame/FrameView.cpp         IntRect toFill = bar->frameRect();
frameRect        2697 Source/core/frame/FrameView.cpp     paint(&context, frameRect());
frameRect        3261 Source/core/frame/FrameView.cpp         setLayoutSizeInternal(frameRect().size());
frameRect         280 Source/core/frame/PinchViewport.cpp     return frame->view()->frameRect();
frameRect          44 Source/core/frame/RemoteFrameView.cpp     IntRect oldRect = frameRect();
frameRect          70 Source/core/page/PageAnimator.cpp     view->setFrameRect(view->frameRect());
frameRect         682 Source/core/page/scrolling/ScrollingCoordinator.cpp     offset.moveBy(frameView->frameRect().location());
frameRect         717 Source/core/page/scrolling/ScrollingCoordinator.cpp                 shouldHandleScrollGestureOnMainThreadRegion.unite(pluginView->frameRect());
frameRect         129 Source/core/plugins/PluginOcclusionSupport.cpp static void addTreeToOcclusions(const RenderObject* renderer, const IntRect& frameRect, Vector<IntRect>& occlusions)
frameRect         133 Source/core/plugins/PluginOcclusionSupport.cpp     if (renderer->isBox() && intersectsRect(renderer, frameRect))
frameRect         136 Source/core/plugins/PluginOcclusionSupport.cpp         addTreeToOcclusions(child, frameRect, occlusions);
frameRect         151 Source/core/plugins/PluginOcclusionSupport.cpp void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions)
frameRect         182 Source/core/plugins/PluginOcclusionSupport.cpp         if (isHTMLIFrameElement(*element) && intersectsRect(iframeRenderer, frameRect)) {
frameRect         199 Source/core/plugins/PluginOcclusionSupport.cpp         addTreeToOcclusions(elements[i]->renderer(), frameRect, occlusions);
frameRect          30 Source/core/plugins/PluginOcclusionSupport.h void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
frameRect          64 Source/core/rendering/FloatingObjects.cpp FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant)
frameRect          67 Source/core/rendering/FloatingObjects.cpp     , m_frameRect(frameRect)
frameRect          90 Source/core/rendering/FloatingObjects.cpp     return adoptPtr(new FloatingObject(renderer(), type(), LayoutRect(frameRect().location() - offset, frameRect().size()), shouldPaint, isDescendant));
frameRect         307 Source/core/rendering/FloatingObjects.cpp         return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxY(), floatingObject);
frameRect         308 Source/core/rendering/FloatingObjects.cpp     return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject);
frameRect         547 Source/core/rendering/FloatingObjects.cpp     return String::format("%p (%dx%d %dx%d)", floatingObject, floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRect().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject->frameRect().pixelSnappedMaxY());
frameRect          76 Source/core/rendering/FloatingObjects.h     const LayoutRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; }
frameRect          77 Source/core/rendering/FloatingObjects.h     void setFrameRect(const LayoutRect& frameRect) { ASSERT(!isInPlacedTree()); m_frameRect = frameRect; }
frameRect        1057 Source/core/rendering/InlineFlowBox.cpp     LayoutRect frameRect = roundedFrameRect();
frameRect        1058 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit minX = frameRect.x();
frameRect        1059 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit minY = frameRect.y();
frameRect        1060 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit width = frameRect.width();
frameRect        1061 Source/core/rendering/InlineFlowBox.cpp     LayoutUnit height = frameRect.height();
frameRect        1282 Source/core/rendering/InlineFlowBox.cpp     LayoutRect frameRect = roundedFrameRect();
frameRect        1284 Source/core/rendering/InlineFlowBox.cpp     constrainToLineTopAndBottomIfNeeded(frameRect);
frameRect        1287 Source/core/rendering/InlineFlowBox.cpp     LayoutRect localRect(frameRect);
frameRect        1297 Source/core/rendering/InlineFlowBox.cpp         LayoutRect paintRect = LayoutRect(adjustedPaintoffset, frameRect.size());
frameRect        1336 Source/core/rendering/InlineFlowBox.cpp                 LayoutUnit stripWidth = isHorizontal() ? totalLogicalWidth : frameRect.width();
frameRect        1337 Source/core/rendering/InlineFlowBox.cpp                 LayoutUnit stripHeight = isHorizontal() ? frameRect.height() : totalLogicalWidth;
frameRect        1354 Source/core/rendering/InlineFlowBox.cpp     LayoutRect frameRect = roundedFrameRect();
frameRect        1356 Source/core/rendering/InlineFlowBox.cpp     constrainToLineTopAndBottomIfNeeded(frameRect);
frameRect        1359 Source/core/rendering/InlineFlowBox.cpp     LayoutRect localRect(frameRect);
frameRect        1383 Source/core/rendering/InlineFlowBox.cpp     LayoutRect paintRect = LayoutRect(adjustedPaintOffset, frameRect.size());
frameRect        1396 Source/core/rendering/InlineFlowBox.cpp         boxModelObject()->paintNinePieceImage(paintInfo.context, LayoutRect(adjustedPaintOffset, frameRect.size()), renderer().style(), maskNinePieceImage, compositeOp);
frameRect        1408 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit stripWidth = isHorizontal() ? totalLogicalWidth : frameRect.width();
frameRect        1409 Source/core/rendering/InlineFlowBox.cpp         LayoutUnit stripHeight = isHorizontal() ? frameRect.height() : totalLogicalWidth;
frameRect         519 Source/core/rendering/RenderBlockFlow.cpp     LayoutRect oldRect = child->frameRect();
frameRect        2330 Source/core/rendering/RenderBlockFlow.cpp         LayoutRect oldRect = childBox->frameRect();
frameRect         130 Source/core/rendering/RenderBlockFlow.h     int pixelSnappedLogicalTopForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedY() : floatingObject->frameRect().pixelSnappedX(); }
frameRect         131 Source/core/rendering/RenderBlockFlow.h     int pixelSnappedLogicalBottomForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedMaxY() : floatingObject->frameRect().pixelSnappedMaxX(); }
frameRect         132 Source/core/rendering/RenderBlockFlow.h     int pixelSnappedLogicalLeftForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedX() : floatingObject->frameRect().pixelSnappedY(); }
frameRect         133 Source/core/rendering/RenderBlockFlow.h     int pixelSnappedLogicalRightForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->frameRect().pixelSnappedMaxX() : floatingObject->frameRect().pixelSnappedMaxY(); }
frameRect        1085 Source/core/rendering/RenderBlockLineLayout.cpp                 if (layoutState.floats()[layoutState.floatIndex()].rect != f->frameRect())
frameRect        1895 Source/core/rendering/RenderBox.cpp             LayoutRect columnRect(frameRect());
frameRect        4612 Source/core/rendering/RenderBox.cpp     LayoutRect rect(frameRect());
frameRect         175 Source/core/rendering/RenderBox.h     LayoutRect frameRect() const { return m_frameRect; }
frameRect         708 Source/core/rendering/RenderBox.h     virtual LayoutRect frameRectForStickyPositioning() const OVERRIDE FINAL { return frameRect(); }
frameRect         998 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     LayoutRect oldRect = child->frameRect();
frameRect         287 Source/core/rendering/RenderFlexibleBox.cpp             childFrameRects.append(child->frameRect());
frameRect         260 Source/core/rendering/RenderFlowThread.cpp         IntRect regionAbsoluteRect(roundedIntPoint(region->localToAbsolute()), roundedIntSize(region->frameRect().size()));
frameRect         173 Source/core/rendering/RenderFullScreen.cpp void RenderFullScreen::createPlaceholder(PassRefPtr<RenderStyle> style, const LayoutRect& frameRect)
frameRect         176 Source/core/rendering/RenderFullScreen.cpp         style->setWidth(Length(frameRect.width(), Fixed));
frameRect         178 Source/core/rendering/RenderFullScreen.cpp         style->setHeight(Length(frameRect.height(), Fixed));
frameRect          42 Source/core/rendering/RenderFullScreen.h     void createPlaceholder(PassRefPtr<RenderStyle>, const LayoutRect& frameRect);
frameRect         942 Source/core/rendering/RenderGrid.cpp         LayoutRect oldChildRect = child->frameRect();
frameRect        1358 Source/core/rendering/RenderGrid.cpp             if ((*overflowIterator)->frameRect().intersects(localRepaintRect))
frameRect        1365 Source/core/rendering/RenderGrid.cpp                 if ((*overflowIterator)->frameRect().intersects(localRepaintRect))
frameRect        1382 Source/core/rendering/RenderGrid.cpp                 if ((*overflowIterator)->frameRect().intersects(localRepaintRect))
frameRect        1388 Source/core/rendering/RenderGrid.cpp             if ((*overflowIterator)->frameRect().intersects(localRepaintRect))
frameRect         336 Source/core/rendering/RenderMenuList.cpp     IntSize size = pixelSnappedIntRect(frameRect()).size();
frameRect          58 Source/core/rendering/RenderMeter.cpp     IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect()));
frameRect          66 Source/core/rendering/RenderMeter.cpp     LayoutRect frame = frameRect();
frameRect          86 Source/core/rendering/RenderScrollbarTheme.cpp         return scrollbar->frameRect();
frameRect         118 Source/core/rendering/RenderScrollbarTheme.cpp     toRenderScrollbar(scrollbar)->paintPart(context, ScrollbarBGPart, scrollbar->frameRect());
frameRect         368 Source/core/rendering/RenderTable.cpp     LayoutRect captionRect(caption->frameRect());
frameRect         983 Source/core/rendering/RenderTableSection.cpp             LayoutRect oldCellRect = cell->frameRect();
frameRect         293 Source/core/rendering/RenderTextControlSingleLine.cpp         clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect());
frameRect         209 Source/core/rendering/RenderTreeAsText.cpp         r = toRenderBox(&o)->frameRect();
frameRect         361 Source/core/rendering/RenderView.cpp     return rootBox->frameRect().contains(frameRect());
frameRect         110 Source/core/rendering/RenderWidget.cpp     if (widget->frameRect() == newFrame)
frameRect         125 Source/core/rendering/RenderWidget.cpp     return widget->frameRect().size() != newFrame.size();
frameRect         174 Source/core/rendering/RenderWidget.cpp     IntPoint widgetLocation = widget->frameRect().location();
frameRect         196 Source/core/rendering/RenderWidget.cpp             paintInfo.overlapTestRequests->set(this, widget->frameRect());
frameRect        1115 Source/core/rendering/compositing/CompositedLayerMapping.cpp             layer->setPosition(hBar->frameRect().location() - offsetFromRoot - offsetFromRenderer);
frameRect        1116 Source/core/rendering/compositing/CompositedLayerMapping.cpp             layer->setSize(hBar->frameRect().size());
frameRect        1118 Source/core/rendering/compositing/CompositedLayerMapping.cpp                 layer->setContentsRect(IntRect(IntPoint(), hBar->frameRect().size()));
frameRect        1126 Source/core/rendering/compositing/CompositedLayerMapping.cpp             layer->setPosition(vBar->frameRect().location() - offsetFromRoot - offsetFromRenderer);
frameRect        1127 Source/core/rendering/compositing/CompositedLayerMapping.cpp             layer->setSize(vBar->frameRect().size());
frameRect        1129 Source/core/rendering/compositing/CompositedLayerMapping.cpp                 layer->setContentsRect(IntRect(IntPoint(), vBar->frameRect().size()));
frameRect        1963 Source/core/rendering/compositing/CompositedLayerMapping.cpp     const IntRect& scrollbarRect = scrollbar->frameRect();
frameRect        1625 Source/core/rendering/compositing/RenderLayerCompositor.cpp     const IntRect& scrollbarRect = scrollbar->frameRect();
frameRect        1898 Source/core/rendering/compositing/RenderLayerCompositor.cpp             m_renderView.frameView()->invalidateScrollbar(horizontalScrollbar, IntRect(IntPoint(0, 0), horizontalScrollbar->frameRect().size()));
frameRect        1907 Source/core/rendering/compositing/RenderLayerCompositor.cpp             m_renderView.frameView()->invalidateScrollbar(verticalScrollbar, IntRect(IntPoint(0, 0), verticalScrollbar->frameRect().size()));
frameRect          77 Source/core/rendering/svg/RenderSVGText.h     virtual FloatRect objectBoundingBox() const OVERRIDE { return frameRect(); }
frameRect          55 Source/platform/Widget.h     int x() const { return frameRect().x(); }
frameRect          56 Source/platform/Widget.h     int y() const { return frameRect().y(); }
frameRect          57 Source/platform/Widget.h     int width() const { return frameRect().width(); }
frameRect          58 Source/platform/Widget.h     int height() const { return frameRect().height(); }
frameRect          59 Source/platform/Widget.h     IntSize size() const { return frameRect().size(); }
frameRect          60 Source/platform/Widget.h     IntPoint location() const { return frameRect().location(); }
frameRect          63 Source/platform/Widget.h     const IntRect& frameRect() const { return m_frame; }
frameRect          56 Source/platform/exported/WebScrollbarThemeClientImpl.h     virtual IntRect frameRect() const OVERRIDE;
frameRect         309 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         IntRect frameRect = frameContext->frameRect();
frameRect         312 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         if (frameRect.maxX() > size().width())
frameRect         313 Source/platform/image-decoders/gif/GIFImageDecoder.cpp             frameRect.setWidth(size().width() - frameRect.x());
frameRect         314 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         if (frameRect.maxY() > size().height())
frameRect         315 Source/platform/image-decoders/gif/GIFImageDecoder.cpp             frameRect.setHeight(size().height() - frameRect.y());
frameRect         317 Source/platform/image-decoders/gif/GIFImageDecoder.cpp         buffer.setOriginalFrameRect(frameRect);
frameRect         222 Source/platform/image-decoders/gif/GIFImageReader.h     WebCore::IntRect frameRect() const { return WebCore::IntRect(m_xOffset, m_yOffset, m_width, m_height); }
frameRect         248 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             IntRect frameRect(animatedFrame.x_offset, animatedFrame.y_offset, animatedFrame.width, animatedFrame.height);
frameRect         250 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             if (frameRect.maxX() > size().width())
frameRect         251 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp                 frameRect.setWidth(size().width() - animatedFrame.x_offset);
frameRect         252 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             if (frameRect.maxY() > size().height())
frameRect         253 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp                 frameRect.setHeight(size().height() - animatedFrame.y_offset);
frameRect         254 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp             m_frameBufferCache[i].setOriginalFrameRect(frameRect);
frameRect         385 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     const IntRect& frameRect = buffer.originalFrameRect();
frameRect         386 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     ASSERT_WITH_SECURITY_IMPLICATION(width == frameRect.width());
frameRect         387 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     ASSERT_WITH_SECURITY_IMPLICATION(decodedHeight <= frameRect.height());
frameRect         388 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     const int left = frameRect.x();
frameRect         389 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     const int top = frameRect.y();
frameRect         497 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     const IntRect& frameRect = buffer.originalFrameRect();
frameRect         509 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp         m_decoderBuffer.u.RGBA.size = m_decoderBuffer.u.RGBA.stride * frameRect.height();
frameRect         516 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     m_decoderBuffer.u.RGBA.rgba = reinterpret_cast<uint8_t*>(buffer.getAddr(frameRect.x(), frameRect.y()));
frameRect         183 Source/platform/scroll/ScrollView.cpp     return scrollbarInclusion == ExcludeScrollbars ? excludeScrollbars(frameRect().size()) : frameRect().size();
frameRect         441 Source/platform/scroll/ScrollView.cpp         IntRect oldRect(m_horizontalScrollbar->frameRect());
frameRect         447 Source/platform/scroll/ScrollView.cpp         if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect())
frameRect         460 Source/platform/scroll/ScrollView.cpp         IntRect oldRect(m_verticalScrollbar->frameRect());
frameRect         466 Source/platform/scroll/ScrollView.cpp         if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect())
frameRect         688 Source/platform/scroll/ScrollView.cpp     if (m_horizontalScrollbar && m_horizontalScrollbar->shouldParticipateInHitTesting() && m_horizontalScrollbar->frameRect().contains(viewPoint))
frameRect         690 Source/platform/scroll/ScrollView.cpp     if (m_verticalScrollbar && m_verticalScrollbar->shouldParticipateInHitTesting() && m_verticalScrollbar->frameRect().contains(viewPoint))
frameRect         697 Source/platform/scroll/ScrollView.cpp     IntRect oldRect = frameRect();
frameRect         721 Source/platform/scroll/ScrollView.cpp     IntRect scrollbarRect = scrollbar->frameRect();
frameRect         918 Source/platform/scroll/ScrollView.cpp         horizontalOverhangRect = frameRect();
frameRect         923 Source/platform/scroll/ScrollView.cpp         horizontalOverhangRect = frameRect();
frameRect         924 Source/platform/scroll/ScrollView.cpp         horizontalOverhangRect.setY(frameRect().maxY() - height - horizontalScrollbarHeight);
frameRect         932 Source/platform/scroll/ScrollView.cpp         verticalOverhangRect.setHeight(frameRect().height() - horizontalOverhangRect.height() - horizontalScrollbarHeight);
frameRect         933 Source/platform/scroll/ScrollView.cpp         verticalOverhangRect.setX(frameRect().x());
frameRect         934 Source/platform/scroll/ScrollView.cpp         if (horizontalOverhangRect.y() == frameRect().y())
frameRect         935 Source/platform/scroll/ScrollView.cpp             verticalOverhangRect.setY(frameRect().y() + horizontalOverhangRect.height());
frameRect         937 Source/platform/scroll/ScrollView.cpp             verticalOverhangRect.setY(frameRect().y());
frameRect         941 Source/platform/scroll/ScrollView.cpp         verticalOverhangRect.setHeight(frameRect().height() - horizontalOverhangRect.height() - horizontalScrollbarHeight);
frameRect         942 Source/platform/scroll/ScrollView.cpp         verticalOverhangRect.setX(frameRect().maxX() - width - verticalScrollbarWidth);
frameRect         943 Source/platform/scroll/ScrollView.cpp         if (horizontalOverhangRect.y() == frameRect().y())
frameRect         944 Source/platform/scroll/ScrollView.cpp             verticalOverhangRect.setY(frameRect().y() + horizontalOverhangRect.height());
frameRect         946 Source/platform/scroll/ScrollView.cpp             verticalOverhangRect.setY(frameRect().y());
frameRect         999 Source/platform/scroll/ScrollView.cpp         int horizontalScrollbarYMin = m_horizontalScrollbar->frameRect().y();
frameRect        1000 Source/platform/scroll/ScrollView.cpp         int horizontalScrollbarYMax = m_horizontalScrollbar->frameRect().y() + m_horizontalScrollbar->frameRect().height();
frameRect        1001 Source/platform/scroll/ScrollView.cpp         int horizontalScrollbarXMin = m_horizontalScrollbar->frameRect().x() + m_horizontalScrollbar->frameRect().width();
frameRect        1006 Source/platform/scroll/ScrollView.cpp     int verticalScrollbarXMin = m_verticalScrollbar->frameRect().x();
frameRect        1007 Source/platform/scroll/ScrollView.cpp     int verticalScrollbarXMax = m_verticalScrollbar->frameRect().x() + m_verticalScrollbar->frameRect().width();
frameRect        1008 Source/platform/scroll/ScrollView.cpp     int verticalScrollbarYMin = m_verticalScrollbar->frameRect().y() + m_verticalScrollbar->frameRect().height();
frameRect         191 Source/platform/scroll/Scrollbar.cpp     if (context->paintingDisabled() || !frameRect().intersects(damageRect))
frameRect          70 Source/platform/scroll/Scrollbar.h     virtual IntRect frameRect() const OVERRIDE { return Widget::frameRect(); }
frameRect         132 Source/platform/scroll/ScrollbarTheme.cpp     if (!scrollbar->frameRect().contains(testPosition))
frameRect         186 Source/platform/scroll/ScrollbarTheme.cpp         result = scrollbar->frameRect();
frameRect          54 Source/platform/scroll/ScrollbarThemeClient.h     virtual IntRect frameRect() const = 0;
frameRect          38 Source/platform/scroll/ScrollbarThemeMock.cpp     return scrollbar->frameRect();
frameRect         112 Source/platform/scroll/ScrollbarThemeOverlay.cpp     IntRect rect = scrollbar->frameRect();
frameRect         337 Source/web/PopupContainer.cpp     IntRect r = intersection(rect, frameRect());
frameRect         351 Source/web/PopupListBox.cpp     IntRect r = intersection(rect, frameRect());
frameRect          39 Source/web/ScrollbarGroup.cpp ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect)
frameRect          41 Source/web/ScrollbarGroup.cpp     , m_frameRect(frameRect)
frameRect         128 Source/web/ScrollbarGroup.cpp void ScrollbarGroup::setFrameRect(const IntRect& frameRect)
frameRect         130 Source/web/ScrollbarGroup.cpp     m_frameRect = frameRect;
frameRect          43 Source/web/ScrollbarGroup.h     ScrollbarGroup(WebCore::FrameView*, const WebCore::IntRect& frameRect);
frameRect         512 Source/web/WebFrameImpl.cpp         client()->initializeChildFrame(frame()->view()->frameRect(), frame()->view()->visibleContentScaleFactor());
frameRect        1977 Source/web/WebFrameImpl.cpp     view->invalidateRect(view->frameRect());
frameRect          97 Source/web/WebPluginContainerImpl.cpp void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect)
frameRect          99 Source/web/WebPluginContainerImpl.cpp     Widget::setFrameRect(frameRect);
frameRect         120 Source/web/WebPluginContainerImpl.cpp     if (!frameRect().intersects(damageRect))
frameRect         421 Source/web/WebPluginContainerImpl.cpp     calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects);
frameRect         427 Source/web/WebPluginContainerImpl.cpp         m_scrollbarGroup->setFrameRect(frameRect());
frameRect         634 Source/web/WebPluginContainerImpl.cpp         m_scrollbarGroup = adoptPtr(new ScrollbarGroup(m_element->document().frame()->view(), frameRect()));
frameRect         884 Source/web/WebPluginContainerImpl.cpp void WebPluginContainerImpl::calculateGeometry(const IntRect& frameRect,
frameRect         889 Source/web/WebPluginContainerImpl.cpp     windowRect = toScrollView(parent())->contentsToWindow(frameRect);
frameRect         895 Source/web/WebPluginContainerImpl.cpp     getPluginOcclusions(m_element, this->parent(), frameRect, cutOutRects);
frameRect         898 Source/web/WebPluginContainerImpl.cpp         cutOutRects[i].move(-frameRect.x(), -frameRect.y());
frameRect         180 Source/web/WebPluginContainerImpl.h     void calculateGeometry(const WebCore::IntRect& frameRect,
frameRect         185 Source/web/WebPluginContainerImpl.h     void windowCutOutRects(const WebCore::IntRect& frameRect,
frameRect         127 Source/web/WebPluginScrollbarImpl.cpp     return m_scrollbar->frameRect().location();
frameRect         132 Source/web/WebPluginScrollbarImpl.cpp     return m_scrollbar->frameRect().size();
frameRect         204 Source/web/WebPluginScrollbarImpl.cpp     IntRect oldRect = m_scrollbar->frameRect();
frameRect         287 Source/web/WebPluginScrollbarImpl.cpp     if (!m_scrollbar->frameRect().contains(mousedown.x, mousedown.y))
frameRect         309 Source/web/WebPluginScrollbarImpl.cpp     if (m_scrollbar->frameRect().contains(mousemove.x, mousemove.y)
frameRect        3466 Source/web/WebViewImpl.cpp         WebSize frameSize = mainFrameImpl()->frame()->view()->frameRect().size();
frameRect        3612 Source/web/WebViewImpl.cpp         pinchViewport.setSize(mainFrameImpl()->frame()->view()->frameRect().size());
frameRect          56 Source/web/tests/FakeWebPlugin.h     virtual void updateGeometry(const blink::WebRect& frameRect, const blink::WebRect& clipRect, const blink::WebVector<blink::WebRect>& cutOutsRects, bool isVisible) OVERRIDE { }
frameRect        5424 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ_RECT(WebCore::IntRect(0, 0, 200, 200), frameView->frameRect());
frameRect        5426 Source/web/tests/WebFrameTest.cpp     EXPECT_EQ_RECT(WebCore::IntRect(100, 100, 200, 200), frameView->frameRect());
frameRect         433 public/web/WebFrameClient.h     virtual void initializeChildFrame(const WebRect& frameRect, float scaleFactor) { }
frameRect          88 public/web/WebPlugin.h         const WebRect& frameRect, const WebRect& clipRect,