Searched refs:contentRect (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DOpaqueRectTrackingContentLayerDelegateTest.cpp52 virtual void paint(GraphicsContext& context, const IntRect& contentRect) OVERRIDE
54 m_callback(context, contentRect);
64 virtual void operator()(GraphicsContext& context, const IntRect& contentRect) OVERRIDE
67 IntRect top(contentRect.x(), contentRect.y(), contentRect.width(), contentRect.height() / 2);
68 IntRect bottom(contentRect.x(), contentRect.y() + contentRect
75 operator ()(GraphicsContext& context, const IntRect& contentRect) argument
88 operator ()(GraphicsContext& context, const IntRect& contentRect) argument
193 delegate.paintContents(skCanvas(), contentRect, false, opaqueRect); local
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
H A Dconstrained_window_custom_window.h25 - (id)initWithContentRect:(NSRect)contentRect;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DLayerPainterChromium.h40 virtual void paint(SkCanvas*, const IntRect& contentRect, FloatRect& opaque) = 0;
/external/chromium_org/ui/aura/
H A Droot_window_mac.h24 - (id)initWithContentRect:(NSRect)contentRect
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.cpp154 FloatRect contentRect;
160 if (!getReplacementTextGeometry(paintOffset, contentRect, path, replacementTextRect, font, run, textWidth))
164 context->clip(contentRect);
179 bool RenderEmbeddedObject::getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth) const argument
181 contentRect = contentBoxRect();
182 contentRect.moveBy(roundedIntPoint(accumulatedOffset));
199 float x = (contentRect.size().width() / 2 - replacementTextRect.size().width() / 2) + contentRect.location().x();
200 float y = (contentRect.size().height() / 2 - replacementTextRect.size().height() / 2) + contentRect
[all...]
H A DRenderVideo.cpp152 IntRect contentRect = pixelSnappedIntRect(contentBoxRect()); local
153 if (elementSize.isEmpty() || contentRect.isEmpty())
156 LayoutRect renderBox = contentRect;
163 renderBox.move((contentRect.width() - renderBox.width()) / 2, 0);
168 renderBox.move(0, (contentRect.height() - renderBox.height()) / 2);
H A DRenderEmbeddedObject.h77 bool getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path&, FloatRect& replacementTextRect, Font&, TextRun&, float& textWidth) const;
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWindow.h40 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
H A DSDL_QuartzWindow.m184 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
196 return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag ];
H A DSDL_QuartzVideo.m694 NSRect contentRect;
701 contentRect = NSMakeRect (0, 0, width, height);
805 initWithContentRect:contentRect
820 [ qz_window setContentSize:contentRect.size ];
822 [ window_view setFrameSize:contentRect.size ];
836 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
882 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
968 NSRect contentRect;
977 contentRect = NSMakeRect (0, 0, width, height);
1030 initWithContentRect:contentRect
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dframed_browser_window.h38 - (id)initWithContentRect:(NSRect)contentRect
/external/chromium/chrome/browser/ui/cocoa/
H A Dcocoa_test_helper.h27 - (id)initWithContentRect:(NSRect)contentRect;
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_window_controller_cocoa.h148 - (NSRect)frameRectForContentRect:(NSRect)contentRect;
/external/chromium_org/ui/base/test/
H A Dui_cocoa_test_helper.h25 - (id)initWithContentRect:(NSRect)contentRect;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGImage.cpp225 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates()); local
226 if (!contentRect.isEmpty())
227 rects.append(contentRect);
/external/chromium/chrome/browser/resources/
H A Dnew_new_tab.js913 var contentRect = main.getBoundingClientRect();
923 if ((!rtl && contentRect.right > attributionRect.left) ||
924 (rtl && attributionRect.right > contentRect.left)) {
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAccessibilityRenderObject.cpp532 IntRect contentRect = pixelSnappedIntRect(m_renderer->absoluteClippedOverflowRect()); local
535 viewRect.intersect(contentRect);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 295 milliseconds