/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | 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
|
D | autocomplete_text_field_cell.mm | 46 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 …]
|
D | autocomplete_text_field_cell_unittest.mm | 42 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 …]
|
D | location_icon_decoration.h | 27 virtual NSRect GetDragImageFrame(NSRect frame); 31 NSPoint GetBubblePointInFrame(NSRect frame); 34 virtual bool OnMousePressed(NSRect frame);
|
D | 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);
|
D | ev_bubble_decoration.h | 35 NSPoint GetBubblePointInFrame(NSRect frame); 42 virtual NSRect GetDragImageFrame(NSRect frame); 43 virtual bool OnMousePressed(NSRect frame);
|
D | location_bar_decoration.mm | 25 void LocationBarDecoration::DrawInFrame(NSRect frame, NSView* control_view) { 45 NSRect LocationBarDecoration::GetDragImageFrame(NSRect frame) { 53 bool LocationBarDecoration::OnMousePressed(NSRect frame) {
|
D | image_decoration.h | 24 NSRect GetDrawRectInFrame(NSRect frame); 28 virtual void DrawInFrame(NSRect frame, NSView* control_view);
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDashboardRegion.h | 41 NSRect rect; 42 NSRect clip; 45 - initWithRect:(NSRect)rect clip:(NSRect)clip type:(WebDashboardRegionType)type; 46 - (NSRect)dashboardRegionClip; 47 - (NSRect)dashboardRegionRect;
|
D | WebHTMLViewPrivate.h | 47 - (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;
|
D | WebWindowAnimation.h | 30 NSRect _initialFrame, _finalFrame, _realFrame; 35 …Interval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)fi… 39 - (NSRect)currentFrame;
|
D | WebClipView.h | 35 NSRect _additionalClip; 38 - (void)setAdditionalClip:(NSRect)additionalClip; 41 - (NSRect)additionalClip;
|
/external/clang/test/SemaObjC/ |
D | property-9-impl-method.m | 20 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 = {};
|
D | property-error-readonly-assign.m | 24 } NSRect; typedef 26 NSRect NSMakeRect(); 30 NSRect _frame; 32 - (NSRect)frame;
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | styled_text_field_cell.mm | 19 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 …]
|
D | profile_menu_button.mm | 35 - (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 …]
|
D | styled_text_field_cell.h | 34 - (NSRect)textCursorFrameForFrame:(NSRect)cellFrame; 40 - (NSRect)textFrameForFrame:(NSRect)cellFrame;
|
D | browser_window_controller_private.h | 32 - (NSRect)window:(NSWindow*)window 34 usingRect:(NSRect)defaultSheetRect; 75 - (void)layoutFloatingBarBackingView:(NSRect)frame 93 - (void)layoutTabContentArea:(NSRect)frame;
|
D | 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/find_bar/ |
D | find_bar_text_field_cell.mm | 90 - (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/ |
D | 2007-05-02-Strong.m | 6 } 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/ |
D | 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/webkit/Source/WebKit/mac/Carbon/ |
D | CarbonWindowFrame.m | 57 - (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/ |
D | 2008-04-22-ByValBitcast.ll | 6 %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/ |
D | bookmark_bar_unittest_helper.mm | 47 NSRect frame = [self frame]; 54 NSRect frame = [self frame]; 61 NSRect frame = [self frame]; 68 NSRect frame = [self frame]; 75 NSRect frame = [self frame];
|