Searched refs:frameRect (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/plugins/
H A DPluginOcclusionSupport.h30 void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
H A DPluginOcclusionSupport.cpp129 static void addTreeToOcclusions(const RenderObject* renderer, const IntRect& frameRect, Vector<IntRect>& occlusions) argument
133 if (renderer->isBox() && intersectsRect(renderer, frameRect))
136 addTreeToOcclusions(child, frameRect, occlusions);
151 void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions) argument
183 if (isHTMLIFrameElement(*element) && intersectsRect(iframeRenderer, frameRect)) {
200 addTreeToOcclusions(elements[i]->renderer(), frameRect, occlusions);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebRemoteFrameClient.h31 const WebRect& frameRect,
30 initializeChildFrame( const WebRect& frameRect, float scaleFactor) argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWidget.h56 int x() const { return frameRect().x(); }
57 int y() const { return frameRect().y(); }
58 int width() const { return frameRect().width(); }
59 int height() const { return frameRect().height(); }
60 IntSize size() const { return frameRect().size(); }
61 IntPoint location() const { return frameRect().location(); }
64 const IntRect& frameRect() const { return m_frame; } function in class:blink::Widget
/external/chromium_org/ui/message_center/cocoa/
H A Dopaque_views.h33 - (id)initWithFrame:(NSRect)frameRect backgroundColor:(NSColor*)color;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelectionTest.cpp132 IntRect frameRect = frameView.frameRect(); local
133 frameRect.setWidth(frameRect.width() + 1);
134 frameRect.setHeight(frameRect.height() + 1);
135 dummyPageHolder().frameView().setFrameRect(frameRect);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMetaFile.h108 IN const RectF & frameRect,
117 referenceHdc, type, &frameRect, frameUnit,
126 IN const Rect & frameRect,
135 referenceHdc, type, &frameRect, frameUnit,
162 IN const RectF & frameRect,
171 referenceHdc, type, &frameRect, frameUnit,
181 IN const Rect & frameRect,
190 referenceHdc, type, &frameRect, frameUnit,
217 IN const RectF & frameRect,
226 referenceHdc, type, &frameRect, frameUni
106 Metafile( IN HDC referenceHdc, IN const RectF & frameRect, IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi, IN EmfType type = EmfTypeEmfPlusDual, IN const WCHAR * description = NULL ) argument
124 Metafile( IN HDC referenceHdc, IN const Rect & frameRect, IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi, IN EmfType type = EmfTypeEmfPlusDual, IN const WCHAR * description = NULL ) argument
159 Metafile( IN const WCHAR* fileName, IN HDC referenceHdc, IN const RectF & frameRect, IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi, IN EmfType type = EmfTypeEmfPlusDual, IN const WCHAR * description = NULL ) argument
178 Metafile( IN const WCHAR* fileName, IN HDC referenceHdc, IN const Rect & frameRect, IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi, IN EmfType type = EmfTypeEmfPlusDual, IN const WCHAR * description = NULL ) argument
214 Metafile( IN IStream * stream, IN HDC referenceHdc, IN const RectF & frameRect, IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi, IN EmfType type = EmfTypeEmfPlusDual, IN const WCHAR * description = NULL ) argument
233 Metafile( IN IStream * stream, IN HDC referenceHdc, IN const Rect & frameRect, IN MetafileFrameUnit frameUnit = MetafileFrameUnitGdi, IN EmfType type = EmfTypeEmfPlusDual, IN const WCHAR * description = NULL ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFullScreen.h43 void createPlaceholder(PassRefPtr<RenderStyle>, const LayoutRect& frameRect);
H A DRenderMeter.cpp56 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect()));
64 LayoutRect frame = frameRect();
H A DFloatingObjects.cpp63 FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant) argument
66 , m_frameRect(frameRect)
89 return adoptPtr(new FloatingObject(renderer(), type(), LayoutRect(frameRect().location() - offset, frameRect().size()), shouldPaint, isDescendant));
301 return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxY(), floatingObject);
302 return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject);
530 return String::format("%p (%dx%d %dx%d)", floatingObject, floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRect()
[all...]
H A DRenderFullScreen.cpp186 void RenderFullScreen::createPlaceholder(PassRefPtr<RenderStyle> style, const LayoutRect& frameRect) argument
189 style->setWidth(Length(frameRect.width(), Fixed));
191 style->setHeight(Length(frameRect.height(), Fixed));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMock.cpp39 return scrollbar->frameRect();
H A DScrollView.cpp169 return scrollbarInclusion == ExcludeScrollbars ? excludeScrollbars(frameRect().size()) : frameRect().size();
384 IntRect oldRect(m_horizontalScrollbar->frameRect());
390 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect())
404 IntRect oldRect(m_verticalScrollbar->frameRect());
410 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect())
699 if (m_horizontalScrollbar && m_horizontalScrollbar->shouldParticipateInHitTesting() && m_horizontalScrollbar->frameRect().contains(viewPoint))
701 if (m_verticalScrollbar && m_verticalScrollbar->shouldParticipateInHitTesting() && m_verticalScrollbar->frameRect().contains(viewPoint))
708 IntRect oldRect = frameRect();
732 IntRect scrollbarRect = scrollbar->frameRect();
[all...]
H A DScrollbarThemeMacOverlayAPI.mm94 CGRect frameRect = scrollbar->frameRect();
97 [scrollbarPainter setBoundsSize: NSSizeFromCGSize(frameRect.size)];
99 NSRect trackRect = NSMakeRect(0, 0, frameRect.size.width, frameRect.size.height);
120 [scrollbarPainter setBoundsSize: NSSizeFromCGSize(scrollbar->frameRect().size())];
182 return scrollbar->frameRect();
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWindow.h36 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
H A DSDL_QuartzWindow.m105 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag
116 [ super setFrame:frameRect display:flag ];
122 [ super setFrame:frameRect display:flag ];
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElementTest.cpp91 IntRect frameRect = frameView.frameRect(); local
92 frameRect.setWidth(frameRect.width() + 1);
93 frameRect.setHeight(frameRect.height() + 1);
94 page().frameView().setFrameRect(frameRect);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp309 IntRect frameRect = frameContext->frameRect(); local
311 // Make sure the frameRect doesn't extend outside the buffer.
312 if (frameRect.maxX() > size().width())
313 frameRect.setWidth(size().width() - frameRect.x());
314 if (frameRect.maxY() > size().height())
315 frameRect.setHeight(size().height() - frameRect.y());
317 buffer.setOriginalFrameRect(frameRect);
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
H A Dmedia_gallery_list_entry_view.h36 // Does size to fit if frameRect is empty.
37 - (id)initWithFrame:(NSRect)frameRect
H A Dbrowser_action_button.h64 - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DRemoteFrameView.cpp44 IntRect oldRect = frameRect();
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp335 IntRect frameRect(animatedFrame.x_offset, animatedFrame.y_offset, animatedFrame.width, animatedFrame.height);
336 // Make sure the frameRect doesn't extend outside the buffer.
337 if (frameRect.maxX() > size().width())
338 frameRect.setWidth(size().width() - animatedFrame.x_offset);
339 if (frameRect.maxY() > size().height())
340 frameRect.setHeight(size().height() - animatedFrame.y_offset);
341 m_frameBufferCache[i].setOriginalFrameRect(frameRect);
478 const IntRect& frameRect = buffer.originalFrameRect();
479 ASSERT_WITH_SECURITY_IMPLICATION(width == frameRect.width());
480 ASSERT_WITH_SECURITY_IMPLICATION(decodedHeight <= frameRect
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DViewPainter.cpp93 return rootBox->frameRect().contains(m_renderView.frameRect());
H A DInlineFlowBoxPainter.cpp196 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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXScrollbar.cpp58 return m_scrollbar->frameRect();

Completed in 2524 milliseconds

1234