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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.h 30 void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
PluginOcclusionSupport.cpp 129 static void addTreeToOcclusions(const RenderObject* renderer, const IntRect& frameRect, Vector<IntRect>& occlusions)
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)
183 if (isHTMLIFrameElement(*element) && intersectsRect(iframeRenderer, frameRect)) {
200 addTreeToOcclusions(elements[i]->renderer(), frameRect, occlusions);
  /external/chromium_org/third_party/WebKit/public/web/
WebRemoteFrameClient.h 31 const WebRect& frameRect,
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 56 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; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFullScreen.h 43 void createPlaceholder(PassRefPtr<RenderStyle>, const LayoutRect& frameRect);
RenderMeter.cpp 56 IntSize frameSize = RenderTheme::theme().meterSizeForBounds(this, pixelSnappedIntRect(frameRect()));
64 LayoutRect frame = frameRect();
FloatingObjects.cpp 63 FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant)
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().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject->frameRect().pix (…)
    [all...]
RenderFullScreen.cpp 186 void RenderFullScreen::createPlaceholder(PassRefPtr<RenderStyle> style, const LayoutRect& frameRect)
189 style->setWidth(Length(frameRect.width(), Fixed));
191 style->setHeight(Length(frameRect.height(), Fixed));
  /external/chromium_org/ui/message_center/cocoa/
opaque_views.h 33 - (id)initWithFrame:(NSRect)frameRect backgroundColor:(NSColor*)color;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelectionTest.cpp 132 IntRect frameRect = frameView.frameRect();
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/
GdiPlusMetaFile.h 108 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, frameUnit,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetafile.h 119 Metafile(HDC referenceHdc, const RectF& frameRect,
126 referenceHdc, type, &frameRect, frameUnit,
130 Metafile(HDC referenceHdc, const Rect& frameRect,
137 referenceHdc, type, &frameRect, frameUnit,
153 const RectF& frameRect,
160 filename, referenceHdc, type, &frameRect,
165 const Rect& frameRect,
172 filename, referenceHdc, type, &frameRect,
187 Metafile(IStream *stream, HDC referenceHdc, const RectF& frameRect,
194 stream, referenceHdc, type, &frameRect,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMock.cpp 39 return scrollbar->frameRect();
ScrollView.cpp 169 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...]
ScrollbarThemeMacOverlayAPI.mm 94 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();
ScrollbarThemeClient.h 54 virtual IntRect frameRect() const = 0;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 36 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
SDL_QuartzWindow.m 105 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag
116 [ super setFrame:frameRect display:flag ];
122 [ super setFrame:frameRect display:flag ];
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ViewFilter.java 84 protected RectF getTargetRect(Rect frameRect, Rect bufferRect) {
87 float frameAR = (float)frameRect.width() / frameRect.height();
131 protected void setupShader(ImageShader shader, Rect frameRect, Rect outputRect) {
132 shader.setTargetRect(getTargetRect(frameRect, outputRect));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElementTest.cpp 91 IntRect frameRect = frameView.frameRect();
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/
GIFImageDecoder.cpp 309 IntRect frameRect = frameContext->frameRect();
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/
media_gallery_list_entry_view.h 36 // Does size to fit if frameRect is empty.
37 - (id)initWithFrame:(NSRect)frameRect
  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrameView.cpp 44 IntRect oldRect = frameRect();
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 335 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.height())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ViewPainter.cpp 93 return rootBox->frameRect().contains(m_renderView.frameRect());

Completed in 246 milliseconds

1 2 3 4