Home
last modified time | relevance | path

Searched refs:BubbleBorder (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/bubble/
Dborder_contents_unittest.cc18 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 …]
Dborder_contents.cc15 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()
Dbubble_border.cc15 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 …]
Dbubble_border.h17 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_;
Dborder_contents.h33 BubbleBorder::ArrowLocation arrow_location,
52 BubbleBorder* bubble_border_;
62 BubbleBorder::ArrowLocation* arrow_location,
Dbubble.h96 BubbleBorder::ArrowLocation arrow_location,
108 BubbleBorder::ArrowLocation arrow_location,
145 BubbleBorder::ArrowLocation arrow_location,
210 BubbleBorder::ArrowLocation arrow_location_;
Dbubble.cc54 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()
Dborder_widget_win.h34 BubbleBorder::ArrowLocation arrow_location,
Dborder_widget_win.cc29 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds()
/external/chromium/chrome/browser/ui/views/
Dpinned_contents_info_bubble.h23 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
Dpinned_contents_info_bubble.cc11 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds()
40 BubbleBorder::ArrowLocation arrow_location, in Show()
Dbrowser_bubble.h51 BubbleBorder::ArrowLocation arrow_location);
125 BubbleBorder::ArrowLocation arrow_location_;
Dfirst_run_bubble.h22 BubbleBorder::ArrowLocation arrow_location,
Dbrowser_bubble.cc36 BubbleBorder::ArrowLocation arrow_location) in BrowserBubble()
/external/chromium/chrome/browser/ui/views/extensions/
Dextension_popup.h58 BubbleBorder::ArrowLocation arrow_location,
104 BubbleBorder::ArrowLocation arrow_location,
Dextension_popup.cc49 BubbleBorder::ArrowLocation arrow_location, in ExtensionPopup()
184 BubbleBorder::ArrowLocation arrow_location, in Show()
Dextension_installed_bubble.cc344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT; in ShowInternal()
352 arrow_location = BubbleBorder::TOP_LEFT; in ShowInternal()
/external/chromium/chrome/browser/chromeos/login/
Dmessage_bubble.h39 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
Dviews_login_display.cc213 BubbleBorder::ArrowLocation arrow; in ShowError()
215 arrow = BubbleBorder::LEFT_TOP; in ShowError()
219 arrow = BubbleBorder::BOTTOM_LEFT; in ShowError()
Dmessage_bubble.cc109 BubbleBorder::ArrowLocation arrow_location, in Show()
126 BubbleBorder::ArrowLocation arrow_location, in ShowNoGrab()
/external/chromium/chrome/browser/ui/views/location_bar/
Dpage_action_image_view.cc87 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/
Dballoon_view.cc111 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/
Dbubble_frame_view.cc49 set_border(new BubbleBorder(BubbleBorder::NONE)); in BubbleFrameView()
220 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius()); in OnPaint()
/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_popup_contents_view.h29 class BubbleBorder; variable
161 const BubbleBorder* bubble_border_;
Dautocomplete_popup_contents_view.cc219 BubbleBorder* bubble_border = new BubbleBorder(BubbleBorder::NONE); in AutocompletePopupContentsView()
574 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius()); in MakeContentsPath()

12