Home
last modified time | relevance | path

Searched refs:kBubbleArrowWidth (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/
Dinfo_bubble_view.mm54 info_bubble::kBubbleArrowWidth;
57 dX = NSMidX(bounds) - info_bubble::kBubbleArrowWidth / 2.0;
70 info_bubble::kBubbleArrowWidth / 2.0,
74 [bezier lineToPoint:NSMakePoint(arrowStart.x + info_bubble::kBubbleArrowWidth,
84 info_bubble::kBubbleArrowXOffset + info_bubble::kBubbleArrowWidth / 2.0;
Dinfo_bubble_view.h16 const CGFloat kBubbleArrowWidth = 15.0; variable
18 const CGFloat kBubbleArrowXOffset = kBubbleArrowWidth + kBubbleCornerRadius;
Dbase_bubble_controller_unittest.mm198 roundf(info_bubble::kBubbleArrowWidth / 2.0), kAnchorPointX);
215 floorf(info_bubble::kBubbleArrowWidth / 2.0), kAnchorPointX);
245 floorf(info_bubble::kBubbleArrowWidth / 2.0), kAnchorPointX);
Dbase_bubble_controller.mm336 info_bubble::kBubbleArrowWidth / 2.0, 0);
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
Dmanage_passwords_bubble_controller.mm100 (0.5 * info_bubble::kBubbleArrowWidth);
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.mm349 info_bubble::kBubbleArrowWidth / 2.0,
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm735 info_bubble::kBubbleArrowXOffset + info_bubble::kBubbleArrowWidth/2.0,