Home
last modified time | relevance | path

Searched refs:arrowLocation (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/src/shared/js/cr/ui/
Dbubble.js120 setArrowLocation: function(arrowLocation) { argument
121 this.isRight_ = arrowLocation == ArrowLocation.TOP_END ||
122 arrowLocation == ArrowLocation.BOTTOM_END;
125 this.isTop_ = arrowLocation == ArrowLocation.TOP_START ||
126 arrowLocation == ArrowLocation.TOP_END;
/external/chromium/chrome/browser/ui/cocoa/extensions/
Dextension_popup_controller.mm76 arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation
88 arrowLocation:(info_bubble::BubbleArrowLocation)arrowLocation
99 [view setArrowLocation:arrowLocation];
196 arrowLocation:(info_bubble::BubbleArrowLocation)
197 arrowLocation
231 arrowLocation:arrowLocation
Dextension_popup_controller.h74 arrowLocation:(info_bubble::BubbleArrowLocation)
75 arrowLocation
Dextension_popup_controller_unittest.mm80 arrowLocation:info_bubble::kTopRight
Dextension_action_context_menu.mm309 arrowLocation:info_bubble::kTopRight
Dextension_installed_bubble_controller.mm248 if ([infoBubbleView_ arrowLocation] == info_bubble::kTopRight)
Dbrowser_actions_controller.mm741 arrowLocation:info_bubble::kTopRight
/external/chromium/chrome/browser/ui/cocoa/
Dinfo_bubble_view.h32 @property(assign, nonatomic) info_bubble::BubbleArrowLocation arrowLocation;
Dinfo_bubble_view.mm12 @synthesize arrowLocation = arrowLocation_;
Dbase_bubble_controller.mm191 if ([bubble_ arrowLocation] == info_bubble::kTopRight) {
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dpage_action_decoration.mm101 arrowLocation:info_bubble::kTopRight