HomeSort by relevance Sort by last modified time
    Searched refs:NSRect (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.h 46 NSRect originalIconFrame_; // frame of iconView_ as loaded from nib
  /external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h 38 NSTextField* CreateLabel(NSRect bounds);
  /external/webkit/Source/WebCore/bindings/objc/
DOMHTML.mm 111 - (NSRect)_rectOnScreen
114 NSRect result = [self boundingBox];
  /external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.mm 102 - (NSRect)_renderRect:(bool *)isReplaced
104 return NSRect(core(self)->renderRect(isReplaced));
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 289 NSRect newFrameSize = NSMakeRect(0, 0,
383 - (unsigned)_pageForRect:(NSRect)rect
420 - (void)_drawPreview:(NSRect)nsRect
424 IntRect rect(nsRect);
463 [self _drawPDFDocument:pdfDocument.get() page:1 atPoint:NSMakePoint(nsRect.origin.x, nsRect.origin.y)];
466 - (void)drawRect:(NSRect)nsRect
468 LOG(View, "WKPrintingView %p printing rect x:%g, y:%g, width:%g, height:%g%s", self, nsRect.origin.x, nsRect.origin.y, nsRect.size.width, nsRect.size.height, [self _isPrintingPreview] ? " fo (…)
    [all...]
WKView.mm 86 - (NSRect)_growBoxRect;
176 - (id)initWithFrame:(NSRect)frame
181 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef
212 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef
339 - (void)setFrame:(NSRect)rect andScrollBy:(NSSize)offset
360 NSRect windowFrameInScreenCoordinates = [window frame];
361 NSRect viewFrameInWindowCoordinates = [self convertRect:[self frame] toView:nil];
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_controller.h 218 NSRect originalNoItemsRect_; // Original, pre-resized field rect.
219 NSRect originalImportBookmarksRect_; // Original, pre-resized field rect.
389 - (NSRect)frameForBookmarkButtonFromCell:(NSCell*)cell xOffset:(int*)xOffset;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 303 NSRect rect = [ qz_window frame ];
318 NSRect frame = [ qz_window frame ];
326 NSRect vis = [ screen visibleFrame ];
357 NSRect frame = [ window frame ];
372 NSRect vis = [ screen visibleFrame ];
402 NSRect vis = [ screen visibleFrame ];
  /external/webkit/Source/WebCore/page/
Frame.h 203 NSImage* snapshotDragImage(Node*, NSRect* imageRect, NSRect* elementRect) const;
204 NSImage* imageFromRect(NSRect) const;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 73 - (id)initWithFrame:(NSRect)frame
187 NSRect boundsInWindow = [self convertRect:[self bounds] toView:windowContentView];
189 NSRect visibleRectInWindow;
421 - (void)drawRect:(NSRect)rect
424 NSRect sourceRect = { NSZeroPoint, [_cachedSnapshot.get() size] };
NetscapePluginInstanceProxy.h 88 void resize(NSRect size, NSRect clipRect);
92 void windowFrameChanged(NSRect frame);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WKFullScreenWindowController.mm 185 NSRect screenFrame = [screen frame];
187 NSRect webViewFrame = [_webView convertRectToBase:[_webView frame]];
193 NSRect windowFrame = NSUnionRect(screenFrame, webViewFrame);
197 NSRect backgroundFrame = {[[self window] convertScreenToBase:screenFrame.origin], screenFrame.size};
537 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
WebContextMenuProxyMac.mm 208 NSRect menuRect = NSMakeRect(menuLocation.x(), menuLocation.y(), 0, 0);
215 NSRect titleFrame = [m_popup.get() titleRectForBounds:menuRect];
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 36 void (*wkDrawBezeledTextFieldCell)(NSRect, BOOL enabled);
37 void (*wkDrawTextFieldCellFocusRing)(NSTextFieldCell*, NSRect);
39 void (*wkDrawBezeledTextArea)(NSRect, BOOL enabled);
ScrollViewMac.mm 181 NSRect tempRect = rect;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 127 NSRect GetBlockedPopupRect() const;
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameView.mm 295 - (id)initWithFrame:(NSRect)frame
448 - (void)drawRect:(NSRect)rect
466 - (NSRect)visibleRect
477 NSRect rendererVisibleRect;
484 NSRect viewVisibleRect = [super visibleRect];
488 NSRect frame = [self frame];
584 NSRect frame = [[[self _scrollView] documentView] frame];
    [all...]
WebTextCompletionController.mm 86 NSRect scrollFrame = NSMakeRect(0, 0, 100, 100);
87 NSRect tableFrame = NSZeroRect;
130 NSRect windowFrame;
208 NSRect wordRect = [frame _caretRectAtPosition:Position(core([wholeWord startContainer]), [wholeWord startOffset], Position::PositionIsOffsetInAnchor) affinity:NSSelectionAffinityDownstream];
WebViewInternal.h 180 - (BOOL)_mustDrawUnionedRect:(NSRect)rect singleRects:(const NSRect *)rects count:(NSInteger)count;
WebPDFView.mm 142 NSRect aBounds = [selectionA boundsForPage:[aPages objectAtIndex:i]];
143 NSRect bBounds = [selectionB boundsForPage:[bPages objectAtIndex:i]];
305 - (id)initWithFrame:(NSRect)frame
691 NSRect selectionOnPageInPDFViewCoordinates = [PDFSubview convertRect:[match boundsForPage:page] fromPage:page];
846 - (NSRect)selectionRect
848 NSRect result = NSZeroRect;
853 NSRect selectionOnPageInPDFViewCoordinates = [PDFSubview convertRect:[selection boundsForPage:page] fromPage:page];
    [all...]
WebVideoFullscreenHUDWindowController.mm 81 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
110 NSRect hudFrame = [self frame];
111 NSRect screenFrame = [[NSScreen mainScreen] frame];
310 static NSControl *createControlWithMediaUIControlType(int controlType, NSRect frame)
323 static NSTextField *createTimeTextField(NSRect frame)
WebFullScreenController.mm 378 NSRect screenFrame = [screen frame];
381 NSRect webViewFrame = [webView convertRectToBase:[webView frame]];
384 NSRect elementFrame = _element->screenRect();
389 NSRect windowFrame = NSUnionRect(screenFrame, elementFrame);
401 NSRect backgroundBounds = {[[self window] convertScreenToBase:screenFrame.origin], screenFrame.size};
800 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)flag
    [all...]
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 53 NSRect textFieldRect;
220 NSRect rect = NSMakeRect(0, 0, obj->window.width, obj->window.height);
252 NSRect *rectArray = [obj->layoutManager rectArrayForCharacterRange:obj->selectedRange
259 NSRect rect = rectArray[i];
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 126 void WKDrawBezeledTextFieldCell(NSRect, BOOL enabled);
127 void WKDrawTextFieldCellFocusRing(NSTextFieldCell*, NSRect);
128 void WKDrawBezeledTextArea(NSRect, BOOL enabled);
376 void WKWindowSetScaledFrame(NSWindow *window, NSRect scaleFrame, NSRect nonScaledFrame);
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.mm 50 - (void)webView:(WebView *)sender setFrame:(NSRect)frame
55 - (NSRect)webViewFrame:(WebView *)sender

Completed in 1229 milliseconds

1 2 3 45 6 7