HomeSort by relevance Sort by last modified time
    Searched full:info_bubble (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium/chrome/browser/ui/cocoa/
info_bubble_view.mm 16 arrowLocation_ = info_bubble::kTopLeft;
24 bounds.size.height -= info_bubble::kBubbleArrowHeight;
26 rect.size.height -= info_bubble::kBubbleArrowHeight;
30 xRadius:info_bubble::kBubbleCornerRadius
31 yRadius:info_bubble::kBubbleCornerRadius];
36 case info_bubble::kTopLeft:
37 dX = info_bubble::kBubbleArrowXOffset;
39 case info_bubble::kTopRight:
40 dX = NSWidth(bounds) - info_bubble::kBubbleArrowXOffset -
41 info_bubble::kBubbleArrowWidth
    [all...]
info_bubble_view.h 11 namespace info_bubble { namespace
23 } // namespace info_bubble
29 info_bubble::BubbleArrowLocation arrowLocation_;
32 @property(assign, nonatomic) info_bubble::BubbleArrowLocation arrowLocation;
base_bubble_controller.mm 123 [bubble_ setArrowLocation:info_bubble::kTopRight];
188 NSSize offsets = NSMakeSize(info_bubble::kBubbleArrowXOffset +
189 info_bubble::kBubbleArrowWidth / 2.0, 0);
191 if ([bubble_ arrowLocation] == info_bubble::kTopRight) {
speech_input_window_controller.mm 33 anchoredAt.y += info_bubble::kBubbleArrowHeight / 2.0;
46 [[self bubble] setArrowLocation:info_bubble::kTopLeft];
page_info_bubble_controller.mm 188 [[self bubble] setArrowLocation:info_bubble::kTopLeft];
218 CGFloat offset = kFramePadding + info_bubble::kBubbleArrowHeight;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.mm 76 arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation
88 arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation
196 arrowLocation:(info_bubble::BubbleArrowLocation)
257 CGFloat inset = info_bubble::kBubbleCornerRadius / 2.0;
261 frame.size.height += info_bubble::kBubbleArrowHeight +
262 info_bubble::kBubbleCornerRadius;
263 frame.size.width += info_bubble::kBubbleCornerRadius;
268 NSSize offsets = NSMakeSize(info_bubble::kBubbleArrowXOffset +
269 info_bubble::kBubbleArrowWidth / 2.0,
270 info_bubble::kBubbleArrowHeight / 2.0)
    [all...]
extension_installed_bubble_controller.mm 245 NSSize offsets = NSMakeSize(info_bubble::kBubbleArrowXOffset +
246 info_bubble::kBubbleArrowWidth / 2.0, 0);
248 if ([infoBubbleView_ arrowLocation] == info_bubble::kTopRight)
264 [infoBubbleView_ setArrowLocation:info_bubble::kTopLeft];
266 [infoBubbleView_ setArrowLocation:info_bubble::kTopRight];
extension_popup_controller_unittest.mm 80 arrowLocation:info_bubble::kTopRight
extension_popup_controller.h 74 arrowLocation:(info_bubble::BubbleArrowLocation)
extension_action_context_menu.mm 309 arrowLocation:info_bubble::kTopRight
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.h 43 virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
first_run_bubble.h 36 virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
page_info_bubble_gtk.cc 56 virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
174 void PageInfoBubbleGtk::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
content_setting_bubble_gtk.cc 75 void ContentSettingBubbleGtk::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
77 delegate_->InfoBubbleClosing(info_bubble, closed_by_escape);
first_run_bubble.cc 46 void FirstRunBubble::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
info_bubble_gtk.h 38 virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 71 virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
extension_installed_bubble_gtk.cc 300 void ExtensionInstalledBubbleGtk::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 45 virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
97 void SpeechInputBubbleGtk::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.h 47 virtual void InfoBubbleClosing(InfoBubbleGtk* info_bubble,
bookmark_bubble_gtk.cc 50 void BookmarkBubbleGtk::InfoBubbleClosing(InfoBubbleGtk* info_bubble,
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.mm 135 info_bubble::kBubbleArrowXOffset + info_bubble::kBubbleArrowWidth/2.0,
page_action_decoration.mm 101 arrowLocation:info_bubble::kTopRight
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.mm 189 [bubble_ setArrowLocation:info_bubble::kTopRight];
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
content_setting_bubble_cocoa.mm 430 [[self bubble] setArrowLocation:info_bubble::kTopRight];

Completed in 182 milliseconds

1 2