HomeSort by relevance Sort by last modified time
    Searched full:arrowrect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.mm 56 NSRect arrowRect = NSMakeRect(anchorPoint.x - autofill::kArrowWidth / 2.0,
65 [path moveToPoint:NSMakePoint(NSMinX(bounds), NSMinY(arrowRect))];
66 [path lineToPoint:arrowRect.origin];
67 [path lineToPoint:NSMakePoint(NSMidX(arrowRect), NSMaxY(arrowRect))];
68 [path lineToPoint:NSMakePoint(NSMaxX(arrowRect), NSMinY(arrowRect))];
69 [path lineToPoint:NSMakePoint(NSMaxX(bounds), NSMinY(arrowRect))];
  /external/chromium_org/chrome/browser/ui/cocoa/
history_overlay_controller.mm 58 NSRect arrowRect = NSMakeRect(offset, 0, kShieldRadius, kShieldHeight);
59 arrowRect = NSInsetRect(arrowRect, 10, 0); // Give a little padding.
62 [[NSImageView alloc] initWithFrame:arrowRect]);

Completed in 1176 milliseconds