HomeSort by relevance Sort by last modified time
    Searched refs:BubbleBorder (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/bubble/
border_contents_unittest.cc 18 BubbleBorder* bubble_border() const { return bubble_border_; }
43 BubbleBorder::TOP_LEFT,
48 BubbleBorder::ArrowLocation arrow_location =
50 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
51 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
52 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location));
60 BubbleBorder::TOP_RIGHT,
66 EXPECT_TRUE(BubbleBorder::has_arrow(arrow_location));
67 EXPECT_TRUE(BubbleBorder::is_arrow_on_top(arrow_location));
68 EXPECT_TRUE(BubbleBorder::is_arrow_on_left(arrow_location))
    [all...]
border_contents.h 33 BubbleBorder::ArrowLocation arrow_location,
52 BubbleBorder* bubble_border_;
62 BubbleBorder::ArrowLocation* arrow_location,
border_contents.cc 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT;
17 arrow_location = BubbleBorder::horizontal_mirror(arrow_location);
20 bubble_border_ = new BubbleBorder(arrow_location);
31 BubbleBorder::ArrowLocation arrow_location,
37 arrow_location = BubbleBorder::horizontal_mirror(arrow_location);
86 BubbleBorder::ArrowLocation* arrow_location,
94 BubbleBorder::ArrowLocation original_arrow_location = *arrow_location;
96 vertical ? BubbleBorder::vertical_mirror(*arrow_location) :
97 BubbleBorder::horizontal_mirror(*arrow_location)
    [all...]
bubble_border.h 17 class BubbleBorder : public views::Border {
36 explicit BubbleBorder(ArrowLocation arrow_location)
109 virtual ~BubbleBorder() { }
154 DISALLOW_COPY_AND_ASSIGN(BubbleBorder);
157 // A Background that clips itself to the specified BubbleBorder and uses
158 // the background color of the BubbleBorder.
161 explicit BubbleBackground(BubbleBorder* border) : border_(border) {}
167 BubbleBorder* border_;
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...]
border_widget_win.h 34 BubbleBorder::ArrowLocation arrow_location,
bubble.h 96 BubbleBorder::ArrowLocation arrow_location,
108 BubbleBorder::ArrowLocation arrow_location,
145 BubbleBorder::ArrowLocation arrow_location,
210 BubbleBorder::ArrowLocation arrow_location_;
border_widget_win.cc 29 BubbleBorder::ArrowLocation arrow_location,
bubble.cc 54 BubbleBorder::ArrowLocation arrow_location,
68 BubbleBorder::ArrowLocation arrow_location,
136 arrow_location_(BubbleBorder::NONE),
148 arrow_location_(BubbleBorder::NONE),
158 BubbleBorder::ArrowLocation arrow_location,
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.h 23 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
first_run_bubble.h 22 BubbleBorder::ArrowLocation arrow_location,
browser_bubble.h 51 BubbleBorder::ArrowLocation arrow_location);
125 BubbleBorder::ArrowLocation arrow_location_;
pinned_contents_info_bubble.cc 11 BubbleBorder::ArrowLocation arrow_location,
40 BubbleBorder::ArrowLocation arrow_location,
browser_bubble.cc 36 BubbleBorder::ArrowLocation arrow_location)
  /external/chromium/chrome/browser/chromeos/login/
message_bubble.h 39 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
message_bubble.cc 109 BubbleBorder::ArrowLocation arrow_location,
126 BubbleBorder::ArrowLocation arrow_location,
views_login_display.cc 213 BubbleBorder::ArrowLocation arrow;
215 arrow = BubbleBorder::LEFT_TOP;
219 arrow = BubbleBorder::BOTTOM_LEFT;
screen_locker.h 156 BubbleBorder::ArrowLocation arrow_location);
  /external/chromium/chrome/browser/ui/views/extensions/
extension_popup.h 58 BubbleBorder::ArrowLocation arrow_location,
104 BubbleBorder::ArrowLocation arrow_location,
extension_popup.cc 49 BubbleBorder::ArrowLocation arrow_location,
184 BubbleBorder::ArrowLocation arrow_location,
extension_installed_bubble.cc 40 // The Bubble uses a BubbleBorder which adds about 6 pixels of whitespace
344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT;
352 arrow_location = BubbleBorder::TOP_LEFT;
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h 29 class BubbleBorder;
161 const BubbleBorder* bubble_border_;
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 49 set_border(new BubbleBorder(BubbleBorder::NONE));
220 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius());
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ?
88 BubbleBorder::TOP_LEFT : BubbleBorder::TOP_RIGHT;
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.cc 71 // Size of the drop shadow. The shadow is provided by BubbleBorder,
111 BubbleBorder* bubble_border = new BubbleBorder(BubbleBorder::FLOAT);
382 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius());
406 SkScalar radius = SkIntToScalar(BubbleBorder::GetCornerRadius());

Completed in 153 milliseconds

1 2