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

/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/paint/
H A DVideoPainter.cpp32 LayoutRect contentRect = m_renderVideo.contentBoxRect(); local
33 contentRect.moveBy(paintOffset);
35 bool clip = !contentRect.contains(rect);
38 context->clip(contentRect);
H A DHTMLCanvasPainter.cpp19 LayoutRect contentRect = m_renderHTMLCanvas.contentBoxRect(); local
20 contentRect.moveBy(paintOffset);
24 bool clip = !contentRect.contains(paintRect);
28 paintInfo.context->clip(pixelSnappedIntRect(contentRect));
36 LayoutSize layoutSize = contentRect.size();
H A DImagePainter.cpp152 LayoutRect contentRect = m_renderImage.contentBoxRect(); local
153 contentRect.moveBy(paintOffset);
156 bool clip = !contentRect.contains(paintRect);
159 context->clip(contentRect);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dversion_independent_window.h55 - (instancetype)initWithContentRect:(NSRect)contentRect
H A Dframed_browser_window.h38 - (id)initWithContentRect:(NSRect)contentRect
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.cpp133 FloatRect contentRect;
139 if (!getReplacementTextGeometry(paintOffset, contentRect, path, replacementTextRect, font, run, textWidth))
144 context->clip(contentRect);
159 bool RenderEmbeddedObject::getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth) const argument
161 contentRect = contentBoxRect();
162 contentRect.moveBy(roundedIntPoint(accumulatedOffset));
179 float x = (contentRect.size().width() / 2 - replacementTextRect.size().width() / 2) + contentRect.location().x();
180 float y = (contentRect.size().height() / 2 - replacementTextRect.size().height() / 2) + contentRect
[all...]
H A DRenderEmbeddedObject.h61 bool getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path&, FloatRect& replacementTextRect, Font&, TextRun&, float& textWidth) const;
H A DRenderReplaced.cpp289 LayoutRect contentRect = contentBoxRect(); local
293 return contentRect;
298 return contentRect;
300 LayoutRect finalRect = contentRect;
318 LayoutUnit xOffset = minimumValueForLength(style()->objectPosition().x(), contentRect.width() - finalRect.width());
319 LayoutUnit yOffset = minimumValueForLength(style()->objectPosition().y(), contentRect.height() - finalRect.height());
/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/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGImage.cpp204 LayoutRect contentRect = LayoutRect(paintInvalidationRectInLocalCoordinates()); local
205 if (!contentRect.isEmpty())
206 rects.append(contentRect);
/external/chromium_org/chrome/browser/ui/cocoa/panels/
H A Dpanel_window_controller_cocoa.h162 - (NSRect)frameRectForContentRect:(NSRect)contentRect;
/external/chromium_org/ui/gfx/test/
H A Dui_cocoa_test_helper.h25 - (id)initWithContentRect:(NSRect)contentRect;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp493 IntRect contentRect = pixelSnappedIntRect(m_renderer->absoluteClippedOverflowRect()); local
496 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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 360 milliseconds