/external/chromium/chrome/browser/ui/views/bubble/ |
D | border_contents_unittest.cc | 48 BubbleBorder::ArrowLocation arrow_location = in TEST_F() local 49 border_contents.bubble_border()->arrow_location(); in TEST_F() 50 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F() 51 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location)); in TEST_F() 52 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location)); in TEST_F() 64 arrow_location = border_contents.bubble_border()->arrow_location(); in TEST_F() 66 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location)); in TEST_F() 67 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location)); in TEST_F() 68 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location)); in TEST_F() 80 arrow_location = border_contents.bubble_border()->arrow_location(); in TEST_F() [all …]
|
D | border_contents.cc | 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT; in Init() local 17 arrow_location = BubbleBorder::horizontal_mirror(arrow_location); in Init() 20 bubble_border_ = new BubbleBorder(arrow_location); in Init() 31 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds() argument 37 arrow_location = BubbleBorder::horizontal_mirror(arrow_location); in SizeAndGetBounds() 38 bubble_border_->set_arrow_location(arrow_location); in SizeAndGetBounds() 56 local_contents_size, &arrow_location, in SizeAndGetBounds() 61 local_contents_size, &arrow_location, in SizeAndGetBounds() 86 BubbleBorder::ArrowLocation* arrow_location, in MirrorArrowIfOffScreen() argument 94 BubbleBorder::ArrowLocation original_arrow_location = *arrow_location; in MirrorArrowIfOffScreen() [all …]
|
D | bubble_border.h | 36 explicit BubbleBorder(ArrowLocation arrow_location) in BubbleBorder() argument 38 arrow_location_(arrow_location), in BubbleBorder() 53 void set_arrow_location(ArrowLocation arrow_location) { in set_arrow_location() argument 54 arrow_location_ = arrow_location; in set_arrow_location() 56 ArrowLocation arrow_location() const { return arrow_location_; } in arrow_location() function
|
D | bubble.cc | 54 BubbleBorder::ArrowLocation arrow_location, in Show() argument 58 bubble->InitBubble(parent, position_relative_to, arrow_location, in Show() 68 BubbleBorder::ArrowLocation arrow_location, in ShowFocusless() argument 74 bubble->InitBubble(parent, position_relative_to, arrow_location, in ShowFocusless() 158 BubbleBorder::ArrowLocation arrow_location, in InitBubble() argument 163 arrow_location_ = arrow_location; in InitBubble() 230 arrow_location, in InitBubble() 246 arrow_location, false, contents->GetPreferredSize(), in InitBubble()
|
D | bubble.h | 96 BubbleBorder::ArrowLocation arrow_location, 108 BubbleBorder::ArrowLocation arrow_location, 145 BubbleBorder::ArrowLocation arrow_location,
|
D | border_widget_win.cc | 29 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds() argument 34 border_contents_->SizeAndGetBounds(position_relative_to, arrow_location, in SizeAndGetBounds()
|
D | border_contents.h | 33 BubbleBorder::ArrowLocation arrow_location, 62 BubbleBorder::ArrowLocation* arrow_location,
|
D | border_widget_win.h | 34 BubbleBorder::ArrowLocation arrow_location,
|
/external/chromium/chrome/browser/ui/views/ |
D | pinned_contents_info_bubble.cc | 11 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds() argument 26 position_relative_to, arrow_location, in SizeAndGetBounds() 40 BubbleBorder::ArrowLocation arrow_location, in Show() argument 46 bubble->InitBubble(parent, position_relative_to, arrow_location, in Show()
|
D | pinned_contents_info_bubble.h | 23 BubbleBorder::ArrowLocation arrow_location, 50 BubbleBorder::ArrowLocation arrow_location,
|
D | browser_bubble.cc | 36 BubbleBorder::ArrowLocation arrow_location) in BrowserBubble() argument 40 arrow_location_(arrow_location), in BrowserBubble()
|
D | first_run_bubble.h | 22 BubbleBorder::ArrowLocation arrow_location,
|
D | browser_bubble.h | 51 BubbleBorder::ArrowLocation arrow_location);
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | extension_popup.cc | 49 BubbleBorder::ArrowLocation arrow_location, in ExtensionPopup() argument 55 arrow_location), in ExtensionPopup() 184 BubbleBorder::ArrowLocation arrow_location, in Show() argument 197 arrow_location, in Show()
|
D | extension_popup.h | 58 BubbleBorder::ArrowLocation arrow_location, 104 BubbleBorder::ArrowLocation arrow_location,
|
D | extension_installed_bubble.cc | 344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT; in ShowInternal() local 352 arrow_location = BubbleBorder::TOP_LEFT; in ShowInternal() 357 arrow_location, bubble_content_, this); in ShowInternal()
|
/external/chromium/chrome/browser/ui/gtk/ |
D | info_bubble_gtk.h | 68 ArrowLocationGtk arrow_location, 106 ArrowLocationGtk arrow_location, 112 ArrowLocationGtk arrow_location,
|
D | info_bubble_gtk.cc | 52 ArrowLocationGtk arrow_location, in Show() argument 58 bubble->Init(anchor_widget, rect, content, arrow_location, grab_input); in Show() 93 ArrowLocationGtk arrow_location, in Init() argument 105 preferred_arrow_location_ = arrow_location; in Init() 196 ArrowLocationGtk arrow_location, in MakeFramePolygonPoints() argument 203 bool on_left = (arrow_location == ARROW_LOCATION_TOP_LEFT); in MakeFramePolygonPoints()
|
D | first_run_bubble.cc | 103 InfoBubbleGtk::ArrowLocationGtk arrow_location = in FirstRunBubble() local 110 arrow_location, in FirstRunBubble()
|
D | page_info_bubble_gtk.cc | 125 InfoBubbleGtk::ArrowLocationGtk arrow_location = base::i18n::IsRTL() ? in PageInfoBubbleGtk() local 131 arrow_location, in PageInfoBubbleGtk()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | message_bubble.cc | 109 BubbleBorder::ArrowLocation arrow_location, in Show() argument 117 bubble->InitBubble(parent, position_relative_to, arrow_location, in Show() 126 BubbleBorder::ArrowLocation arrow_location, in ShowNoGrab() argument 134 bubble->InitBubble(parent, position_relative_to, arrow_location, in ShowNoGrab()
|
D | message_bubble.h | 39 BubbleBorder::ArrowLocation arrow_location, 50 BubbleBorder::ArrowLocation arrow_location,
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
D | extension_popup_gtk.cc | 117 InfoBubbleGtk::ArrowLocationGtk arrow_location = in ShowPopup() local 124 arrow_location, in ShowPopup()
|
D | extension_installed_bubble_gtk.cc | 261 InfoBubbleGtk::ArrowLocationGtk arrow_location = in ShowInternal() local 271 arrow_location = in ShowInternal() 283 arrow_location, in ShowInternal()
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | page_action_image_view.cc | 87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? in ExecuteAction() local 94 arrow_location, in ExecuteAction()
|