Home
last modified time | relevance | path

Searched refs:inRect (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DFloatQuad.h55 FloatQuad(const FloatRect& inRect) in FloatQuad() argument
56 : m_p1(inRect.location()) in FloatQuad()
57 , m_p2(inRect.right(), inRect.y()) in FloatQuad()
58 , m_p3(inRect.right(), inRect.bottom()) in FloatQuad()
59 , m_p4(inRect.x(), inRect.bottom()) in FloatQuad()
/external/webkit/WebKit/mac/Carbon/
DHIWebView.mm197 static inline void HIRectToQDRect( const HIRect* inRect, Rect* outRect )
199 outRect->top = (SInt16)CGRectGetMinY( *inRect );
200 outRect->left = (SInt16)CGRectGetMinX( *inRect );
201 outRect->bottom = (SInt16)CGRectGetMaxY( *inRect );
202 outRect->right = (SInt16)CGRectGetMaxX( *inRect );
/external/webkit/WebKit/mac/WebView/
DWebView.mm3416 if (!hitView && [[self superview] mouse:*point inRect:[self frame]])
DWebHTMLView.mm1448 if ([[self superview] mouse:point inRect:[self frame]])
/external/webkit/WebCore/
DChangeLog-2003-10-251292 (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]): Now
5705 * kwq/KWQComboBox.mm: (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
8195 * kwq/KWQComboBox.mm: (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
13686 (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
DChangeLog-2006-05-1022434 (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
33552 (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
35636 (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
DChangeLog-2002-12-036521 (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]): Get to the bridge
DChangeLog-2005-08-2329680 (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]): Handle case where box is 0.
56230 * kwq/KWQComboBox.mm: (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
DChangeLog-2005-12-191745 (-[KWQPopUpButtonCell trackMouse:inRect:ofView:untilMouseUp:]):
/external/webkit/WebKit/mac/
DChangeLog-2002-12-0312852 (-[IFImageRenderer beginAnimationInView:inRect:fromRect:]):
14308 (-[IFImageRenderer beginAnimationInView:inRect:fromRect:]): Remove the "fix"
14324 (-[IFImageRenderer beginAnimationInView:inRect:fromRect:]):
DChangeLog-2006-02-098463 …* WebCoreSupport.subproj/WebImageData.m: use the height of the inRect instead of the fromRect when…