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

123456

/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKRenderObject.cpp76 IntRect frameRect = toImpl(renderObjectRef)->frameRect(); local
77 return WKRectMake(frameRect.x(), frameRect.y(), frameRect.width(), frameRect.height());
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DIFrameShimSupport.h30 void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebRenderObject.h52 PassRefPtr<MutableArray> elementClassNames, WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr<MutableArray> children)
54 return adoptRef(new WebRenderObject(name, elementTagName, elementID, elementClassNames, absolutePosition, frameRect, children));
64 WebCore::IntRect frameRect() const { return m_frameRect; } function in class:WebKit::WebRenderObject
69 WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr<MutableArray> children)
76 , m_frameRect(frameRect)
51 create(const String& name, const String& elementTagName, const String& elementID, PassRefPtr<MutableArray> elementClassNames, WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr<MutableArray> children) argument
68 WebRenderObject(const String& name, const String& elementTagName, const String& elementID, PassRefPtr<MutableArray> elementClassNames, WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr<MutableArray> children) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenPlaceholderView.mm40 - (id)initWithFrame:(NSRect)frameRect
42 self = [super initWithFrame:frameRect];
52 warningFrame.origin = NSMakePoint((frameRect.size.width - warningFrame.size.width) / 2, (frameRect.size.height - warningFrame.size.height) / 2);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CIBevelSample/
H A DCIBevelView.rb13 def initWithFrame(frameRect)
14 return nil if super_initWithFrame(frameRect).nil?
17 @points << CGPoint.new(0.5 * frameRect.size.width, frameRect.size.height - 100.0)
19 @points << CGPoint.new(frameRect.size.width - 150.0, 100.0)
29 @twirlFilter.setValue_forKey(CIVector.vectorWithX_Y(0.5 * frameRect.size.width, 0.5 * frameRect.size.height), 'inputCenter')
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DCIBevelView.py22 def initWithFrame_(self, frameRect):
23 self = super(CIBevelView, self).initWithFrame_(frameRect)
28 self.points[0] = CGPointMake(0.5 * frameRect.size.width, frameRect.size.height - 100.0)
30 self.points[2] = CGPointMake(frameRect.size.width - 150.0, 100.0)
46 0.5*frameRect.size.width,
47 0.5*frameRect.size.height),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DCIBevelView.py22 def initWithFrame_(self, frameRect):
23 self = super(CIBevelView, self).initWithFrame_(frameRect)
28 self.points[0] = CGPointMake(0.5 * frameRect.size.width, frameRect.size.height - 100.0)
30 self.points[2] = CGPointMake(frameRect.size.width - 150.0, 100.0)
46 0.5*frameRect.size.width,
47 0.5*frameRect.size.height),
/macosx-10.9.5/WebKit-7537.78.2/mac/Carbon/
H A DCarbonWindowFrame.m86 + (NSRect)contentRectForFrameRect:(NSRect)frameRect styleMask:(NSUInteger)style {
89 return frameRect;
191 - (NSRect)dragRectForFrameRect:(NSRect)frameRect {
197 dragRect.origin.y = NSMaxY(frameRect) - dragRect.size.height;
198 dragRect.size.width = frameRect.size.width;
199 dragRect.origin.x = frameRect.origin.x;
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DWidgetBlackBerry.cpp83 IntRect Widget::frameRect() const function in class:WebCore::Widget
/macosx-10.9.5/WebCore-7537.78.1/platform/mock/
H A DScrollbarThemeMock.cpp37 return scrollbar->frameRect();
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWidgetWin.cpp91 IntRect Widget::frameRect() const function in class:WebCore::Widget
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFullScreen.h44 void createPlaceholder(PassRefPtr<RenderStyle>, const LayoutRect& frameRect);
H A DRenderMeter.cpp59 IntSize frameSize = theme()->meterSizeForBounds(this, pixelSnappedIntRect(frameRect()));
67 LayoutRect frame = frameRect();
H A DRenderFullScreen.cpp176 void RenderFullScreen::createPlaceholder(PassRefPtr<RenderStyle> style, const LayoutRect& frameRect) argument
179 style->setWidth(Length(frameRect.width(), Fixed));
181 style->setHeight(Length(frameRect.height(), Fixed));
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CGPDFViewer/
H A DPDFView.rb11 def initWithFrame(frameRect)
12 super_initWithFrame(frameRect)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DFontSampleDisplayView.py42 def initWithFrame_(self, frameRect):
43 self = super(FontSampleDisplayView, self).initWithFrame_(frameRect)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DFontSampleDisplayView.py42 def initWithFrame_(self, frameRect):
43 self = super(FontSampleDisplayView, self).initWithFrame_(frameRect)
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DWidget.h129 int x() const { return frameRect().x(); }
130 int y() const { return frameRect().y(); }
131 int width() const { return frameRect().width(); }
132 int height() const { return frameRect().height(); }
133 IntSize size() const { return frameRect().size(); }
134 IntPoint location() const { return frameRect().location(); }
137 IntRect frameRect() const;
H A DScrollView.cpp578 IntRect oldRect(m_horizontalScrollbar->frameRect());
584 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect())
599 IntRect oldRect(m_verticalScrollbar->frameRect());
605 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect())
864 if (m_horizontalScrollbar && m_horizontalScrollbar->shouldParticipateInHitTesting() && m_horizontalScrollbar->frameRect().contains(viewPoint))
866 if (m_verticalScrollbar && m_verticalScrollbar->shouldParticipateInHitTesting() && m_verticalScrollbar->frameRect().contains(viewPoint))
879 IntRect oldRect = frameRect();
917 IntRect scrollbarRect = scrollbar->frameRect();
1130 horizontalOverhangRect = frameRect();
1135 horizontalOverhangRect = frameRect();
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp348 IntRect frameRect(frameContext->xOffset, frameContext->yOffset, frameContext->width, frameContext->height);
350 // Make sure the frameRect doesn't extend outside the buffer.
351 if (frameRect.maxX() > size().width())
352 frameRect.setWidth(size().width() - frameContext->xOffset);
353 if (frameRect.maxY() > size().height())
354 frameRect.setHeight(size().height() - frameContext->yOffset);
357 int left = upperBoundScaledX(frameRect.x());
358 int right = lowerBoundScaledX(frameRect.maxX(), left);
359 int top = upperBoundScaledY(frameRect.y());
360 int bottom = lowerBoundScaledY(frameRect
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityScrollbar.cpp55 return m_scrollbar->frameRect();
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DWidgetEfl.cpp66 IntRect Widget::frameRect() const function in class:WebCore::Widget
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DGtkPluginWidget.cpp65 IntRect rect = frameRect();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/gtk/
H A DWebPageProxyGtk.cpp96 void WebPageProxy::windowedPluginGeometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect, uint64_t windowID) argument
109 webkitWebViewBaseChildMoveResize(WEBKIT_WEB_VIEW_BASE(viewWidget()), plugin, frameRect);
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DEmbeddedWidget.cpp85 if (rect != frameRect())
102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());

Completed in 163 milliseconds

123456