/external/chromium/chrome/browser/ui/views/bubble/ |
D | border_contents_unittest.cc | 18 BubbleBorder* bubble_border() const { return bubble_border_; } in bubble_border() 43 BubbleBorder::TOP_LEFT, in TEST_F() 48 BubbleBorder::ArrowLocation 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() 60 BubbleBorder::TOP_RIGHT, 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() [all …]
|
D | border_contents.cc | 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT; in Init() 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() 37 arrow_location = BubbleBorder::horizontal_mirror(arrow_location); in SizeAndGetBounds() 86 BubbleBorder::ArrowLocation* arrow_location, in MirrorArrowIfOffScreen() 94 BubbleBorder::ArrowLocation original_arrow_location = *arrow_location; in MirrorArrowIfOffScreen() 96 vertical ? BubbleBorder::vertical_mirror(*arrow_location) : in MirrorArrowIfOffScreen() 97 BubbleBorder::horizontal_mirror(*arrow_location); in MirrorArrowIfOffScreen()
|
D | bubble_border.cc | 15 SkBitmap* BubbleBorder::left_ = NULL; 16 SkBitmap* BubbleBorder::top_left_ = NULL; 17 SkBitmap* BubbleBorder::top_ = NULL; 18 SkBitmap* BubbleBorder::top_right_ = NULL; 19 SkBitmap* BubbleBorder::right_ = NULL; 20 SkBitmap* BubbleBorder::bottom_right_ = NULL; 21 SkBitmap* BubbleBorder::bottom_ = NULL; 22 SkBitmap* BubbleBorder::bottom_left_ = NULL; 23 SkBitmap* BubbleBorder::top_arrow_ = NULL; 24 SkBitmap* BubbleBorder::bottom_arrow_ = NULL; [all …]
|
D | bubble_border.h | 17 class BubbleBorder : public views::Border { 36 explicit BubbleBorder(ArrowLocation arrow_location) in BubbleBorder() function 109 virtual ~BubbleBorder() { } in ~BubbleBorder() 154 DISALLOW_COPY_AND_ASSIGN(BubbleBorder); 161 explicit BubbleBackground(BubbleBorder* border) : border_(border) {} in BubbleBackground() 167 BubbleBorder* border_;
|
D | border_contents.h | 33 BubbleBorder::ArrowLocation arrow_location, 52 BubbleBorder* bubble_border_; 62 BubbleBorder::ArrowLocation* arrow_location,
|
D | bubble.h | 96 BubbleBorder::ArrowLocation arrow_location, 108 BubbleBorder::ArrowLocation arrow_location, 145 BubbleBorder::ArrowLocation arrow_location, 210 BubbleBorder::ArrowLocation arrow_location_;
|
D | bubble.cc | 54 BubbleBorder::ArrowLocation arrow_location, in Show() 68 BubbleBorder::ArrowLocation arrow_location, in ShowFocusless() 136 arrow_location_(BubbleBorder::NONE), in Bubble() 148 arrow_location_(BubbleBorder::NONE), in Bubble() 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()
|
/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() 352 arrow_location = BubbleBorder::TOP_LEFT; in ShowInternal()
|
/external/chromium/chrome/browser/chromeos/login/ |
D | message_bubble.h | 39 BubbleBorder::ArrowLocation arrow_location, 50 BubbleBorder::ArrowLocation arrow_location,
|
D | views_login_display.cc | 213 BubbleBorder::ArrowLocation arrow; in ShowError() 215 arrow = BubbleBorder::LEFT_TOP; in ShowError() 219 arrow = BubbleBorder::BOTTOM_LEFT; in ShowError()
|
D | message_bubble.cc | 109 BubbleBorder::ArrowLocation arrow_location, in Show() 126 BubbleBorder::ArrowLocation arrow_location, in ShowNoGrab()
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | page_action_image_view.cc | 87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? in ExecuteAction() 88 BubbleBorder::TOP_LEFT : BubbleBorder::TOP_RIGHT; in ExecuteAction()
|
/external/chromium/chrome/browser/ui/views/notifications/ |
D | balloon_view.cc | 111 BubbleBorder* bubble_border = new BubbleBorder(BubbleBorder::FLOAT); in BalloonViewImpl() 382 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius()); in GetContentsMask() 406 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius()); in GetFrameMask()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | bubble_frame_view.cc | 49 set_border(new BubbleBorder(BubbleBorder::NONE)); in BubbleFrameView() 220 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius()); in OnPaint()
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | autocomplete_popup_contents_view.h | 29 class BubbleBorder; variable 161 const BubbleBorder* bubble_border_;
|
D | autocomplete_popup_contents_view.cc | 219 BubbleBorder* bubble_border = new BubbleBorder(BubbleBorder::NONE); in AutocompletePopupContentsView() 574 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius()); in MakeContentsPath()
|