Searched defs:rect (Results 1 - 25 of 389) sorted by last modified time

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp5750 void Document::adjustFloatRectForScrollAndAbsoluteZoomAndFrameScale(FloatRect& rect, RenderObject* renderer) argument
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameView.cpp432 void FrameView::invalidateRect(const IntRect& rect) argument
611 const IntRect rect = renderView->documentRect(); local
1929 void FrameView::scrollElementToRect(Element* element, const IntRect& rect) argument
3079 invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) argument
3348 paintScrollbar(GraphicsContext* context, Scrollbar* bar, const IntRect& rect) argument
3524 paintContents(GraphicsContext* p, const IntRect& rect) argument
3856 IntRect rect = pixelSnappedIntRect(enclosingLayoutRect(renderer->localToAbsoluteQuad(FloatRect(rendererRect)).boundingBox())); local
3867 IntRect rect = viewRect; local
[all...]
H A DDragController.cpp876 void DragController::doImageDrag(Element* element, const IntPoint& dragOrigin, const IntRect& rect, Clipboard* clipboard, Frame* frame, IntPoint& dragImageOffset) argument
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderEmbeddedObject.cpp405 LayoutRect rect = unavailablePluginIndicatorBounds(absoluteLocation); local
[all...]
H A DRenderLayer.cpp1471 void RenderLayer::setFilterBackendNeedsRepaintingInRect(const LayoutRect& rect, bool immediate) argument
1892 LayoutRect rect = roundedRect; local
2025 void RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutRect& rect, ColumnOffsetAdjustmen argument
2283 scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) argument
2828 invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect) argument
2857 invalidateScrollCornerRect(const IntRect& rect) argument
[all...]
H A DRenderBlock.cpp91 LayoutRect rect; member in struct:WebCore::SameSizeAsFloatingObject
[all...]
H A DFilterEffectRenderer.cpp82 inline bool isFilterSizeValid(FloatRect rect) argument
H A DRenderInline.cpp624 void operator()(const FloatRect& rect) argument
663 void operator()(const FloatRect& rect) argument
779 void operator()(const FloatRect& rect) argument
842 LinesBoundingBoxGeneratorContext(FloatRect& rect) : m_rect(rect) { } argument
843 operator ()(const FloatRect& rect) argument
1071 computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect& rect, bool fixed) const argument
[all...]
H A DRenderTable.cpp1359 LayoutRect rect = RenderBlock::overflowClipRect(location, region, relevancy); local
[all...]
H A DRenderBlock.h652 LayoutRect rect; member in struct:WebCore::RenderBlock::FloatWithRect
H A DRenderObject.cpp587 bool RenderObject::scrollRectToVisible(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY) argument
1105 void RenderObject::addPDFURLRect(GraphicsContext* context, const LayoutRect& rect) argument
1225 IntRect rect = rects[i]; local
1529 void RenderObject::computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect& rect, bool fixed) const argument
3031 imageChanged(CachedImage* image, const IntRect* rect) argument
3033 imageChanged(static_cast<WrappedImagePtr>(image), rect); local
[all...]
H A DRenderLayerBacking.cpp937 IntRect rect = contentsBox(); local
H A DRenderView.cpp574 void RenderView::computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect& rect, bool fixed) const argument
[all...]
H A DRenderLayerFilterInfo.h76 void expandDirtySourceRect(const LayoutRect& rect) { m_dirtySourceRect.unite(rect); } argument
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.cpp1303 rectOnScreen( LPRECT rect) argument
H A DWebView.cpp786 RECT rect = windowRect; local
968 RECT* rect; local
1159 RECT rect = dirtyRect; local
1202 RECT rect = dirtyRect; local
1214 frameRect(RECT* rect) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp127 static PassRefPtr<WebImage> imageForRect(FrameView* frameView, const IntRect& rect, SnapshotOptions options) argument
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.cpp133 void PluginView::setFrameRect(const IntRect& rect) argument
1188 void PluginView::invalidateWindowlessPluginRect(const IntRect& rect) argument
1202 void PluginView::paintMissingPluginIcon(GraphicsContext* context, const IntRect& rect) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityObject.cpp549 LayoutRect rect = elementRect(); local
937 VisiblePosition AccessibilityObject::visiblePositionForBounds(const IntRect& rect, AccessibilityVisiblePositionForBounds visiblePositionForBounds) const argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/
H A DPluginControllerProxy.cpp232 void PluginControllerProxy::invalidate(const IntRect& rect) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebPageProxy.cpp1020 void WebPageProxy::setViewNeedsDisplay(const IntRect& rect) argument
3214 void WebPageProxy::showPopupMenu(const IntRect& rect, uint64_t textDirection, const Vector<WebPopupItem>& items, int32_t selectedIndex, const PlatformPopupMenuData& data) argument
4151 void WebPageProxy::drawHeader(WebFrameProxy* frame, const FloatRect& rect) argument
4158 void WebPageProxy::drawFooter(WebFrameProxy* frame, const FloatRect& rect) argument
4297 void WebPageProxy::drawRectToImage(WebFrameProxy* frame, const PrintInfo& printInfo, const IntRect& rect, cons argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DFrameSelection.cpp1070 IntRect rect = c.absoluteCaretBounds(); local
1367 static void repaintCaretForLocalRect(Node* node, const LayoutRect& rect) argument
2021 LayoutRect rect; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp768 void MediaPlayerPrivateAVFoundationCF::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect) argument
782 void MediaPlayerPrivateAVFoundationCF::paint(GraphicsContext* context, const IntRect& rect) argument
1734 createImageForTimeInRect(float time, const IntRect& rect) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp1105 void WebPage::setFixedVisibleContentRect(const IntRect& rect) argument
1179 void WebPage::drawRect(GraphicsContext& graphicsContext, const IntRect& rect) argument
1196 void WebPage::drawPageOverlay(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& rect) argument
1519 scaledSnapshotWithOptions(const IntRect& rect, double scaleFactor, SnapshotOptions options) argument
2236 windowToScreen(const IntRect& rect) argument
3534 drawRectToImage(uint64_t frameID, const PrintInfo& printInfo, const IntRect& rect, const WebCore::IntSize& imageSize, uint64_t callbackID) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorPageAgent.cpp1056 void InspectorPageAgent::didPaint(GraphicsContext* context, const LayoutRect& rect) argument

Completed in 500 milliseconds

1234567891011>>