Searched refs:ArrowLocation (Results 1 – 24 of 24) sorted by relevance
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble_border.h | 23 enum ArrowLocation { enum 36 explicit BubbleBorder(ArrowLocation arrow_location) in BubbleBorder() 53 void set_arrow_location(ArrowLocation arrow_location) { in set_arrow_location() 56 ArrowLocation arrow_location() const { return arrow_location_; } in arrow_location() 58 static ArrowLocation horizontal_mirror(ArrowLocation loc) { in horizontal_mirror() 59 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 1); in horizontal_mirror() 62 static ArrowLocation vertical_mirror(ArrowLocation loc) { in vertical_mirror() 63 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 2); in vertical_mirror() 66 static bool has_arrow(ArrowLocation loc) { in has_arrow() 70 static bool is_arrow_on_left(ArrowLocation loc) { in is_arrow_on_left() [all …]
|
D | bubble.h | 96 BubbleBorder::ArrowLocation arrow_location, 108 BubbleBorder::ArrowLocation arrow_location, 145 BubbleBorder::ArrowLocation arrow_location, 210 BubbleBorder::ArrowLocation arrow_location_;
|
D | border_contents.cc | 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT; in Init() 31 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds() 86 BubbleBorder::ArrowLocation* arrow_location, in MirrorArrowIfOffScreen() 94 BubbleBorder::ArrowLocation original_arrow_location = *arrow_location; in MirrorArrowIfOffScreen()
|
D | border_contents.h | 33 BubbleBorder::ArrowLocation arrow_location, 62 BubbleBorder::ArrowLocation* arrow_location,
|
D | border_contents_unittest.cc | 48 BubbleBorder::ArrowLocation arrow_location = in TEST_F() 205 BubbleBorder::ArrowLocation arrow_location = in TEST_F() 227 BubbleBorder::ArrowLocation arrow_location = in TEST_F()
|
D | bubble.cc | 54 BubbleBorder::ArrowLocation arrow_location, in Show() 68 BubbleBorder::ArrowLocation arrow_location, in ShowFocusless() 158 BubbleBorder::ArrowLocation arrow_location, in InitBubble()
|
D | border_widget_win.h | 34 BubbleBorder::ArrowLocation arrow_location,
|
D | border_widget_win.cc | 29 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds()
|
/external/chromium/chrome/browser/ui/views/ |
D | pinned_contents_info_bubble.h | 23 BubbleBorder::ArrowLocation arrow_location, 50 BubbleBorder::ArrowLocation arrow_location,
|
D | pinned_contents_info_bubble.cc | 11 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds() 40 BubbleBorder::ArrowLocation arrow_location, in Show()
|
D | browser_bubble.h | 51 BubbleBorder::ArrowLocation arrow_location); 125 BubbleBorder::ArrowLocation arrow_location_;
|
D | first_run_bubble.h | 22 BubbleBorder::ArrowLocation arrow_location,
|
D | browser_bubble.cc | 36 BubbleBorder::ArrowLocation arrow_location) in BrowserBubble()
|
D | first_run_bubble.cc | 475 BubbleBorder::ArrowLocation arrow_location, in Show()
|
D | browser_actions_container.cc | 509 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? in OnBrowserActionExecuted()
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | extension_popup.h | 58 BubbleBorder::ArrowLocation arrow_location, 104 BubbleBorder::ArrowLocation arrow_location,
|
D | extension_popup.cc | 49 BubbleBorder::ArrowLocation arrow_location, in ExtensionPopup() 184 BubbleBorder::ArrowLocation arrow_location, in Show()
|
D | extension_installed_bubble.cc | 344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT; in ShowInternal()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | message_bubble.h | 39 BubbleBorder::ArrowLocation arrow_location, 50 BubbleBorder::ArrowLocation arrow_location,
|
D | message_bubble.cc | 109 BubbleBorder::ArrowLocation arrow_location, in Show() 126 BubbleBorder::ArrowLocation arrow_location, in ShowNoGrab()
|
D | screen_locker.h | 156 BubbleBorder::ArrowLocation arrow_location);
|
D | views_login_display.cc | 213 BubbleBorder::ArrowLocation arrow; in ShowError()
|
D | screen_locker.cc | 1132 BubbleBorder::ArrowLocation arrow_location) { in ShowErrorBubble()
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | page_action_image_view.cc | 87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? in ExecuteAction()
|