Home
last modified time | relevance | path

Searched refs:NSRect (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_cell.h39 - (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
Dautocomplete_text_field_cell.mm46 NSRect frame,
51 std::vector<NSRect>* decoration_frames,
52 NSRect* remaining_frame) {
62 NSRect padding_rect, available;
74 NSRect decoration_frame;
106 NSRect frame,
110 std::vector<NSRect>* decoration_frames,
111 NSRect* remaining_frame) {
169 - (CGFloat)availableWidthInFrame:(const NSRect)frame { argument
171 std::vector<NSRect> decorationFrames;
[all …]
Dautocomplete_text_field_cell_unittest.mm42 MOCK_METHOD2(DrawInFrame, void(NSRect frame, NSView* control_view));
51 const NSRect frame = NSMakeRect(0, 0, kWidth, 30);
158 const NSRect bounds([view_ bounds]);
159 NSRect textFrame;
162 const NSRect cursorFrame([cell textCursorFrameForFrame:bounds]);
186 const NSRect bounds([view_ bounds]);
187 NSRect textFrame, drawingRect;
195 const NSRect originalDrawingRect = drawingRect;
220 const NSRect bounds = [view_ bounds];
223 const NSRect decorationRect =
[all …]
Dlocation_icon_decoration.h27 virtual NSRect GetDragImageFrame(NSRect frame);
31 NSPoint GetBubblePointInFrame(NSRect frame);
34 virtual bool OnMousePressed(NSRect frame);
Dlocation_bar_decoration.h41 virtual void DrawInFrame(NSRect frame, NSView* control_view);
63 virtual NSRect GetDragImageFrame(NSRect frame);
70 virtual bool OnMousePressed(NSRect frame);
Dev_bubble_decoration.h35 NSPoint GetBubblePointInFrame(NSRect frame);
42 virtual NSRect GetDragImageFrame(NSRect frame);
43 virtual bool OnMousePressed(NSRect frame);
Dlocation_bar_decoration.mm25 void LocationBarDecoration::DrawInFrame(NSRect frame, NSView* control_view) {
45 NSRect LocationBarDecoration::GetDragImageFrame(NSRect frame) {
53 bool LocationBarDecoration::OnMousePressed(NSRect frame) {
Dimage_decoration.h24 NSRect GetDrawRectInFrame(NSRect frame);
28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
/external/webkit/Source/WebKit/mac/WebView/
DWebDashboardRegion.h41 NSRect rect;
42 NSRect clip;
45 - initWithRect:(NSRect)rect clip:(NSRect)clip type:(WebDashboardRegionType)type;
46 - (NSRect)dashboardRegionClip;
47 - (NSRect)dashboardRegionRect;
DWebHTMLViewPrivate.h47 - (NSRect)highlightRectForLine:(NSRect)lineRect representedNode:(DOMNode *)node;
48 - (void)paintHighlightForBox:(NSRect)boxRect onLine:(NSRect)lineRect behindText:(BOOL)text entireLi…
85 - (NSRect)_selectionRect;
105 - (NSRect)_selectionDraggingRect;
DWebWindowAnimation.h30 NSRect _initialFrame, _finalFrame, _realFrame;
35 …Interval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)fi…
39 - (NSRect)currentFrame;
DWebClipView.h35 NSRect _additionalClip;
38 - (void)setAdditionalClip:(NSRect)additionalClip;
41 - (NSRect)additionalClip;
/external/clang/test/SemaObjC/
Dproperty-9-impl-method.m20 typedef struct _NSRect {} NSRect; typedef
22 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge ed…
34 -(NSRect) bounds;
53 @property(readonly) NSRect headerRect;
60 NSRect dummy, result = {};
Dproperty-error-readonly-assign.m24 } NSRect; typedef
26 NSRect NSMakeRect();
30 NSRect _frame;
32 - (NSRect)frame;
/external/chromium/chrome/browser/ui/cocoa/
Dstyled_text_field_cell.mm19 const NSRect frame,
22 NSRect insetFrame = NSInsetRect(frame, inset, inset);
43 const NSRect frame,
58 const NSRect frame,
112 - (NSRect)textFrameForFrame:(NSRect)cellFrame { argument
118 - (NSRect)textCursorFrameForFrame:(NSRect)cellFrame { argument
124 - (void)resetCursorRect:(NSRect)cellFrame inView:(NSView *)controlView { argument
132 - (NSRect)drawingRectForBounds:(NSRect)theRect { argument
140 - (void)drawWithFrame:(NSRect)cellFrame inView:(NSView*)controlView { argument
149 const NSRect frame = NSInsetRect(cellFrame, 0, lineWidth);
[all …]
Dprofile_menu_button.mm35 - (NSRect)textFieldRect;
36 - (NSBezierPath*)tabPathWithRect:(NSRect)rect
38 - (NSBezierPath*)downArrowPathWithRect:(NSRect)rect; argument
57 - (id)initWithFrame:(NSRect)frame
128 - (NSRect)tabRect {
129 NSRect bounds = [self bounds];
130 NSRect tabRect;
138 - (NSRect)textFieldRect {
139 NSRect bounds = [self bounds];
142 NSRect textRect = bounds;
[all …]
Dstyled_text_field_cell.h34 - (NSRect)textCursorFrameForFrame:(NSRect)cellFrame;
40 - (NSRect)textFrameForFrame:(NSRect)cellFrame;
Dbrowser_window_controller_private.h32 - (NSRect)window:(NSWindow*)window
34 usingRect:(NSRect)defaultSheetRect;
75 - (void)layoutFloatingBarBackingView:(NSRect)frame
93 - (void)layoutTabContentArea:(NSRect)frame;
Dbase_view.h26 - (id)initWithFrame:(NSRect)frame;
33 - (gfx::Rect)flipNSRectToRect:(NSRect)rect;
34 - (NSRect)flipRectToNSRect:(gfx::Rect)rect;
/external/chromium/chrome/browser/ui/cocoa/find_bar/
Dfind_bar_text_field_cell.mm90 - (NSRect)textFrameForFrame:(NSRect)cellFrame { argument
91 NSRect textFrame([super textFrameForFrame:cellFrame]);
98 - (NSRect)textCursorFrameForFrame:(NSRect)cellFrame { argument
102 - (void)drawResultsWithFrame:(NSRect)cellFrame inView:(NSView*)controlView { argument
105 NSRect textFrame = [self textFrameForFrame:cellFrame];
106 NSRect infoFrame(NSMakeRect(NSMaxX(textFrame),
113 - (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView*)controlView { argument
/external/llvm/test/FrontendObjC/
D2007-05-02-Strong.m6 } NSRect; typedef
8 __attribute__((objc_gc(strong))) NSRect *_cachedRectArray;
9 extern const NSRect NSZeroRect;
18 NSRect appendRect = NSZeroRect;
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_strip_controller.h112 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/webkit/Source/WebKit/mac/Carbon/
DCarbonWindowFrame.m57 - (NSRect)titlebarRect
59 NSRect titlebarRect;
60 NSRect boundsRect;
79 + (NSRect)frameRectForContentRect:(NSRect)contentRect styleMask:(NSUInteger)style { argument
86 + (NSRect)contentRectForFrameRect:(NSRect)frameRect styleMask:(NSUInteger)style { argument
98 - (NSRect)frameRectForContentRect:(NSRect)cRect styleMask:(NSUInteger)style { argument
101 - (NSRect)contentRectForFrameRect:(NSRect)fRect styleMask:(NSUInteger)style { argument
109 - (id)initWithFrame:(NSRect)inFrameRect styleMask:(unsigned int)inStyleMask owner:(NSWindow *)inOwn… argument
191 - (NSRect)dragRectForFrameRect:(NSRect)frameRect { argument
195 NSRect dragRect;
/external/llvm/test/Transforms/InstCombine/
D2008-04-22-ByValBitcast.ll6 %struct.NSRect = type { [4 x float] }
10 %tmp1 = bitcast i8* %context to %struct.NSRect* ; <%struct.NSRect*> [#uses=1]
11 call void (i32, ...)* @bar( i32 3, %struct.NSRect* byval align 4 %tmp1 ) nounwind
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_unittest_helper.mm47 NSRect frame = [self frame];
54 NSRect frame = [self frame];
61 NSRect frame = [self frame];
68 NSRect frame = [self frame];
75 NSRect frame = [self frame];

12345678910>>...15