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

1 2 3 4 5 6 7

  /external/webkit/Source/WebKit/mac/WebView/
WebDashboardRegion.h 41 NSRect rect;
42 NSRect clip;
45 - initWithRect:(NSRect)rect clip:(NSRect)clip type:(WebDashboardRegionType)type;
46 - (NSRect)dashboardRegionClip;
47 - (NSRect)dashboardRegionRect;
WebClipView.h 35 NSRect _additionalClip;
38 - (void)setAdditionalClip:(NSRect)additionalClip;
41 - (NSRect)additionalClip;
WebWindowAnimation.h 30 NSRect _initialFrame, _finalFrame, _realFrame;
35 - (id)initWithHintedDuration:(NSTimeInterval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)finalFrame;
39 - (NSRect)currentFrame;
WebDashboardRegion.mm 34 - initWithRect:(NSRect)r clip:(NSRect)c type:(WebDashboardRegionType)t
50 - (NSRect)dashboardRegionClip
55 - (NSRect)dashboardRegionRect
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 39 - (CGFloat)availableWidthInFrame:(const NSRect)frame;
44 - (NSRect)frameForDecoration:(const LocationBarDecoration*)aDecoration
45 inFrame:(NSRect)cellFrame;
50 inRect:(NSRect)cellFrame
57 inRect:(NSRect)cellFrame
63 inRect:(NSRect)cellFrame
69 - (NSRect)textCursorFrameForFrame:(NSRect)cellFrame;
73 - (void)updateToolTipsInRect:(NSRect)cellFrame
location_icon_decoration.h 27 virtual NSRect GetDragImageFrame(NSRect frame);
31 NSPoint GetBubblePointInFrame(NSRect frame);
34 virtual bool OnMousePressed(NSRect frame);
image_decoration.h 24 NSRect GetDrawRectInFrame(NSRect frame);
28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
ev_bubble_decoration.h 35 NSPoint GetBubblePointInFrame(NSRect frame);
42 virtual NSRect GetDragImageFrame(NSRect frame);
43 virtual bool OnMousePressed(NSRect frame);
location_bar_decoration.h 41 virtual void DrawInFrame(NSRect frame, NSView* control_view);
63 virtual NSRect GetDragImageFrame(NSRect frame);
70 virtual bool OnMousePressed(NSRect frame);
star_decoration.h 27 NSPoint GetBubblePointInFrame(NSRect frame);
31 virtual bool OnMousePressed(NSRect frame);
bubble_decoration.h 33 virtual void DrawInFrame(NSRect frame, NSView* control_view);
43 NSRect GetImageRectInFrame(NSRect frame);
content_setting_decoration.h 35 virtual bool OnMousePressed(NSRect frame);
38 virtual void DrawInFrame(NSRect frame, NSView* control_view);
48 NSPoint GetBubblePointInFrame(NSRect frame);
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field_cell.h 34 - (NSRect)textCursorFrameForFrame:(NSRect)cellFrame;
40 - (NSRect)textFrameForFrame:(NSRect)cellFrame;
browser_frame_view.h 48 + (BOOL)drawWindowThemeInDirtyRect:(NSRect)dirtyRect
50 bounds:(NSRect)bounds
image_utils.h 19 - (void)drawInRect:(NSRect)dstRect
20 fromRect:(NSRect)srcRect
base_view.h 26 - (id)initWithFrame:(NSRect)frame;
33 - (gfx::Rect)flipNSRectToRect:(NSRect)rect;
34 - (NSRect)flipRectToNSRect:(gfx::Rect)rect;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
chevron_menu_button_cell.h 15 - (void)drawWithFrame:(NSRect)cellFrame inView:(NSView*)controlView;
browser_actions_container_view.h 25 NSRect grippyRect_;
29 NSRect animationEndFrame_;
74 @property(nonatomic, readonly) NSRect animationEndFrame;
  /external/webkit/Source/WebCore/platform/graphics/mac/
FloatRectMac.mm 34 FloatRect::FloatRect(const NSRect& r) : m_location(r.origin), m_size(r.size)
38 FloatRect::operator NSRect() const
  /external/clang/test/Sema/
init-struct-qualified.c 6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect;
12 const NSRect canvasRect = { NSZeroPoint, canvasSize() };
  /external/chromium/webkit/glue/
webmenurunner_mac.h 52 withBounds:(NSRect)bounds
70 NSRect menu_bounds, NSRect view_bounds);
  /external/webkit/Tools/DumpRenderTree/mac/
UIDelegate.h 34 NSRect m_frame;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
throbber_view.h 32 + (id)filmstripThrobberViewWithFrame:(NSRect)frame
36 + (id)toastThrobberViewWithFrame:(NSRect)frame
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 57 - (NSRect)titlebarRect
59 NSRect titlebarRect;
60 NSRect boundsRect;
79 + (NSRect)frameRectForContentRect:(NSRect)contentRect styleMask:(NSUInteger)style {
86 + (NSRect)contentRectForFrameRect:(NSRect)frameRect styleMask:(NSUInteger)style {
98 - (NSRect)frameRectForContentRect:(NSRect)cRect styleMask:(NSUInteger)style {
101 - (NSRect)contentRectForFrameRect:(NSRect)fRect styleMask:(NSUInteger)style
    [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebNSViewExtras.h 63 rect:(NSRect)rect
71 - (NSRect)_web_convertRect:(NSRect)aRect toView:(NSView *)aView;

Completed in 177 milliseconds

1 2 3 4 5 6 7