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

1 2 34 5 6 7

  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.m 105 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag
120 NSRect newViewFrame;
184 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
  /external/webkit/Source/WebKit/mac/WebView/
WebUIDelegate.h 341 - (void)webView:(WebView *)sender setFrame:(NSRect)frame;
349 - (NSRect)webViewFrame:(WebView *)sender;
550 @param rect The NSRect reserved for the header of the page
553 - (void)webView:(WebView *)sender drawHeaderInRect:(NSRect)rect;
558 @param rect The NSRect reserved for the footer of the page
561 - (void)webView:(WebView *)sender drawFooterInRect:(NSRect)rect;
570 - (void)webView:(WebView *)sender setContentRect:(NSRect)frame WEBKIT_OBJC_METHOD_ANNOTATION(AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_IN_WEBKIT_VERSION_3_0);
571 - (NSRect)webViewContentRect:(WebView *)sender WEBKIT_OBJC_METHOD_ANNOTATION(AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_IN_WEBKIT_VERSION_3_0);
WebVideoFullscreenController.mm 61 - (void)animateFromRect:(NSRect)startRect toRect:(NSRect)endRect withSubAnimation:(NSAnimation *)subAnimation controllerAction:(SEL)controllerAction;
227 - (NSRect)mediaElementRect
251 static void constrainFrameToRatioOfFrame(NSRect *frameToConstrain, const NSRect *frame)
269 static NSWindow *createBackgroundFullscreenWindow(NSRect frame, int level)
295 NSRect frame = [self mediaElementRect];
296 NSRect endFrame = [screen frame];
322 NSRect endFrame = [self mediaElementRect];
495 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)fla
    [all...]
WebDynamicScrollBarsView.mm 80 - (id)initWithFrame:(NSRect)frame
167 - (NSRect)contentViewFrame
169 NSRect frame = [[self contentView] frame];
223 NSRect documentRect = [documentView bounds];
337 NSRect documentRect = [documentView bounds];
348 NSRect documentRect = [documentView bounds];
580 NSRect visibleRect = [self documentVisibleRect];
  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 59 - (void)drawSingleRect:(NSRect)rect;
256 NSImage* Frame::imageFromRect(NSRect rect) const
297 NSImage* Frame::snapshotDragImage(Node* node, NSRect* imageRect, NSRect* elementRect) const
307 NSRect paintingRect = renderer->paintingRootRect(topLevelRect);
331 NSRect paintingRect = renderer->paintingRootRect(topLevelRect);
  /external/webkit/Source/WebKit/mac/Carbon/
HIViewAdapter.m 42 - (NSRect)_dirtyRect;
54 static void _webkit_NSView_setNeedsDisplayInRect(id self, SEL _cmd, NSRect invalidRect);
100 NSRect targetBounds = [self visibleRect];
101 NSRect validRect = targetBounds;
137 static void _webkit_NSView_setNeedsDisplayInRect(id self, SEL _cmd, NSRect invalidRect)
144 NSRect targetBounds = [self bounds];
  /external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.m 155 rect:(NSRect)rect
212 - (NSRect)_web_convertRect:(NSRect)aRect toView:(NSView *)aView
229 NSRect convertedRect = [self convertRect:aRect toView:nil];
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.m 178 NSRect mainLabelFrame = [mainLabel frame];
179 NSRect realmFrame = [separateRealmLabel frame];
180 NSRect smallLabelFrame = [smallLabel frame];
190 NSRect windowFrame = [panel frame];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 56 - (void)drawRect:(NSRect)rect
145 NSRect contentRect = m_findIndicator->frameRect();
146 NSRect windowFrameRect = NSIntegralRect([m_wkView convertRect:contentRect toView:nil]);
149 NSRect windowContentRect = [NSWindow contentRectForFrameRect:windowFrameRect styleMask:NSBorderlessWindowMask];
WKTextInputWindowController.mm 60 NSRect visibleFrame = [[NSScreen mainScreen] visibleFrame];
61 NSRect frame = NSMakeRect(visibleFrame.origin.x, visibleFrame.origin.y, visibleFrame.size.width, inputWindowHeight);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac.h 146 NSRect targetPopupFrame_;
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 79 NSRect caretRect_;
132 @property(assign, nonatomic) NSRect caretRect;
141 - (void)setFrameWithDeferredUpdate:(NSRect)frame;
327 NSRect invalid_rect_;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_window_controller.h 87 frame:(NSRect)frame
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.h 38 typedef struct CGRect NSRect;
40 typedef struct _NSRect NSRect;
147 FloatRect(const NSRect&);
148 operator NSRect() const;
IntRect.h 38 typedef struct CGRect NSRect;
40 typedef struct _NSRect NSRect;
203 operator NSRect() const;
243 IntRect enclosingIntRect(const NSRect&);
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.m 61 NSRect visibleFrame = [[NSScreen mainScreen] visibleFrame];
62 NSRect frame = NSMakeRect(visibleFrame.origin.x, visibleFrame.origin.y, visibleFrame.size.width, inputWindowHeight);
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformWebViewMac.mm 34 NSRect rect = NSMakeRect(0, 0, 800, 600);
37 NSRect windowRect = NSOffsetRect(rect, -10000, [[[NSScreen screens] objectAtIndex:0] frame].size.height - rect.size.height + 10000);
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 74 NSRect previousVisibleRect;
187 NSRect visibleRect = [outerView visibleRect];
188 NSRect f = rect;
294 NSRect viewFrame = [view frame];
295 NSRect viewBounds = [view bounds];
WebCoreSystemInterface.h 40 typedef struct CGRect NSRect;
43 typedef struct _NSRect NSRect;
109 extern void (*wkDrawBezeledTextFieldCell)(NSRect, BOOL enabled);
110 extern void (*wkDrawTextFieldCellFocusRing)(NSTextFieldCell*, NSRect);
112 extern void (*wkDrawBezeledTextArea)(NSRect, BOOL enabled);
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 161 for (NSRect column = NSMakeRect(0, 0, 1, webViewSize.height); column.origin.x < webViewSize.width; column.origin.x++)
164 for (NSRect line = NSMakeRect(0, 0, webViewSize.width, 1); line.origin.y < webViewSize.height; line.origin.y++)
189 NSRect oldFrame = [window frame];
191 NSRect newFrame = [[[NSScreen screens] objectAtIndex:0] frame];
257 NSRect rect = [documentView convertRect:[(id <WebDocumentSelection>)documentView selectionRect] fromView:nil];
DumpRenderTreeWindow.mm 58 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultUIDelegate.m 144 - (void)webView: (WebView *)wv setFrame:(NSRect)frame
149 - (NSRect)webViewFrame: (WebView *)wv
214 - (void)webView:(WebView *)sender didDrawRect:(NSRect)rect
  /external/webkit/Source/WebCore/bindings/objc/
DOMExtensions.h 51 - (NSRect)boundingBox WEBKIT_OBJC_METHOD_ANNOTATION(AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER);
  /external/webkit/Source/WebKit/chromium/src/mac/
WebScreenInfoFactory.mm 53 static WebRect toUserSpace(const NSRect& rect, NSWindow* destination)
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.h 27 - (id)initWithContentRect:(NSRect)contentRect;

Completed in 2415 milliseconds

1 2 34 5 6 7