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

12 3 4 5 6 7

  /external/webkit/Source/WebKit/mac/WebView/
WebClipView.mm 63 - (id)initWithFrame:(NSRect)frame
84 - (NSRect)visibleRect
127 - (void)setAdditionalClip:(NSRect)additionalClip
139 - (NSRect)additionalClip
145 - (NSRect)_focusRingVisibleRect
147 NSRect rect = [self visibleRect];
WebHTMLViewPrivate.h 47 - (NSRect)highlightRectForLine:(NSRect)lineRect representedNode:(DOMNode *)node;
48 - (void)paintHighlightForBox:(NSRect)boxRect onLine:(NSRect)lineRect behindText:(BOOL)text entireLine:(BOOL)line representedNode:(DOMNode *)node;
85 - (NSRect)_selectionRect;
105 - (NSRect)_selectionDraggingRect;
WebDocumentPrivate.h 53 - (NSRect)selectionRect;
61 - (NSRect)selectionImageRect;
WebRenderLayer.h 35 NSRect bounds;
WebRenderNode.h 37 NSRect rect;
WebWindowAnimation.m 37 static NSRect scaledRect(NSRect _initialFrame, NSRect _finalFrame, double factor)
39 NSRect currentRect = _initialFrame;
68 - (id)initWithHintedDuration:(NSTimeInterval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)finalFrame
102 - (NSRect)currentFrame
114 NSRect currentRect = [self currentFrame];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.h 37 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef;
38 - (id)initWithFrame:(NSRect)frame contextRef:(WKContextRef)contextRef pageGroupRef:(WKPageGroupRef)pageGroupRef;
43 - (void)setFrame:(NSRect)rect andScrollBy:(NSSize)offset;
WKViewInternal.h 59 - (NSRect)_convertToDeviceSpace:(NSRect)rect;
60 - (NSRect)_convertToUserSpace:(NSRect)rect;
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 36 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
40 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
  /external/webkit/Source/WebCore/platform/
PlatformScreen.h 58 FloatRect toUserSpace(const NSRect&, NSWindow *destination);
59 NSRect toDeviceSpace(const FloatRect&, NSWindow *source);
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 32 - (NSRect)window:(NSWindow*)window
34 usingRect:(NSRect)defaultSheetRect;
75 - (void)layoutFloatingBarBackingView:(NSRect)frame
93 - (void)layoutTabContentArea:(NSRect)frame;
animatable_image.h 50 animationFrame:(NSRect)animationFrame;
bubble_view.h 46 - (id)initWithFrame:(NSRect)frame themeProvider:(NSWindow*)provider;
tracking_area.h 30 - (id)initWithRect:(NSRect)rect
fullscreen_controller.h 61 NSRect trackingAreaBounds_;
99 - (void)overlayFrameChanged:(NSRect)frame;
  /external/webkit/Source/WebCore/platform/graphics/mac/
IntRectMac.mm 33 IntRect::operator NSRect() const
38 IntRect enclosingIntRect(const NSRect& rect)
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.h 112 NSRect placeholderFrame_; // Frame to use
114 NSRect droppedTabFrame_; // Initial frame of a dropped tab, for animation.
119 NSRect newTabTargetFrame_;
177 - (void)setFrameOfSelectedTab:(NSRect)frame;
193 withFrame:(NSRect)frame
213 frame:(NSRect)frame
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
keyword_hint_decoration.h 28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSControlExtras.m 35 NSRect frame = [self frame];
46 NSRect windowFrame = [window frame];
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 45 NSRect content_rect = [win contentRectForFrameRect:[win frame]];
47 NSRect contentRect = NSMakeRect(x, cocoa_y, width, height);
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_installed_bubble_controller.h 106 - (NSRect)getExtensionInstalledMsgFrame;
107 - (NSRect)getExtraInfoMsgFrame;
108 - (NSRect)getExtensionInstalledInfoMsgFrame;
browser_action_button.h 59 - (id)initWithFrame:(NSRect)frame
64 - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
  /external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm 32 NSRect rect = NSMakeRect(0, 0, 800, 600);
35 NSRect windowRect = NSOffsetRect(rect, -10000, [[[NSScreen screens] objectAtIndex:0] frame].size.height - rect.size.height + 10000);
68 NSRect frame = [m_window frame];
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 23 frameRect:(NSRect)frameRect;
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.h 55 - (void)setNeedsUpdateInTargetViewRect:(NSRect)rect;

Completed in 1455 milliseconds

12 3 4 5 6 7