Home | History | Annotate | Download | only in WebView

Lines Matching refs:NSRect

695         NSRect f = [self frame];
804 - (id)_initWithFrame:(NSRect)f frameName:(NSString *)frameName groupName:(NSString *)groupName usesDocumentViews:(BOOL)usesDocumentViews
828 - (BOOL)_mustDrawUnionedRect:(NSRect)rect singleRects:(const NSRect *)rects count:(NSInteger)count
852 - (void)drawSingleRect:(NSRect)rect
920 - (void)drawRect:(NSRect)rect
927 const NSRect *rects;
1961 - (void)_addControlRect:(NSRect)bounds clip:(NSRect)clip fromView:(NSView *)view toDashboardRegions:(NSMutableDictionary *)regions
1963 NSRect adjustedBounds = bounds;
1968 NSRect adjustedClip;
2003 NSRect bounds = widget->frameRect();
2318 - (WebTextIterator *)textIteratorForRect:(NSRect)rect
3088 NSRect frame = (frameValue ? [frameValue rectValue] : NSZeroRect);
3135 - (id)initWithFrame:(NSRect)f
3140 - (id)initWithFrame:(NSRect)f frameName:(NSString *)frameName groupName:(NSString *)groupName
4760 NSRect documentViewVisibleRect = [documentView visibleRect];
4766 NSRect r = [[originalRects objectAtIndex:rectIndex] rectValue];
4890 - (void)_drawHeaderInRect:(NSRect)rect
4913 - (void)_drawFooterInRect:(NSRect)rect
4977 NSRect footerRect = NSMakeRect(headerFooterLeft, [printInfo bottomMargin]/scale - [self _footerHeight] ,
4979 NSRect headerRect = NSMakeRect(headerFooterLeft, (paperSize.height - [printInfo topMargin])/scale,