Searched defs:arrow_location (Results 1 - 21 of 21) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
H A Dborder_widget_win.cc29 BubbleBorder::ArrowLocation arrow_location,
34 border_contents_->SizeAndGetBounds(position_relative_to, arrow_location,
27 SizeAndGetBounds( const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, const gfx::Size& contents_size) argument
H A Dborder_contents_unittest.cc48 BubbleBorder::ArrowLocation arrow_location = local
49 border_contents.bubble_border()->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));
64 arrow_location = border_contents.bubble_border()->arrow_location();
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));
205 BubbleBorder::ArrowLocation arrow_location = local
227 BubbleBorder::ArrowLocation arrow_location = local
[all...]
H A Dborder_contents.cc15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT; local
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);
38 bubble_border_->set_arrow_location(arrow_location);
56 local_contents_size, &arrow_location,
61 local_contents_size, &arrow_location,
29 SizeAndGetBounds( const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, bool allow_bubble_offscreen, const gfx::Size& contents_size, gfx::Rect* contents_bounds, gfx::Rect* window_bounds) argument
81 MirrorArrowIfOffScreen( bool vertical, const gfx::Rect& position_relative_to, const gfx::Rect& monitor_bounds, const gfx::Size& local_contents_size, BubbleBorder::ArrowLocation* arrow_location, gfx::Rect* window_bounds) argument
[all...]
H A Dbubble.cc54 BubbleBorder::ArrowLocation arrow_location,
58 bubble->InitBubble(parent, position_relative_to, arrow_location,
68 BubbleBorder::ArrowLocation arrow_location,
74 bubble->InitBubble(parent, position_relative_to, arrow_location,
158 BubbleBorder::ArrowLocation arrow_location,
163 arrow_location_ = arrow_location;
230 arrow_location,
246 arrow_location, false, contents->GetPreferredSize(),
52 Show(views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, views::View* contents, BubbleDelegate* delegate) argument
65 ShowFocusless( views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, views::View* contents, BubbleDelegate* delegate, bool show_while_screen_is_locked) argument
156 InitBubble(views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, views::View* contents, BubbleDelegate* delegate) argument
H A Dbubble_border.h36 explicit BubbleBorder(ArrowLocation arrow_location) argument
38 arrow_location_(arrow_location),
53 void set_arrow_location(ArrowLocation arrow_location) { argument
54 arrow_location_ = arrow_location;
56 ArrowLocation arrow_location() const { return arrow_location_; } function in class:BubbleBorder
/external/chromium/chrome/browser/ui/views/
H A Dpinned_contents_info_bubble.cc11 BubbleBorder::ArrowLocation arrow_location,
26 position_relative_to, arrow_location,
40 BubbleBorder::ArrowLocation arrow_location,
46 bubble->InitBubble(parent, position_relative_to, arrow_location,
9 SizeAndGetBounds( const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, bool allow_bubble_offscreen, const gfx::Size& contents_size, gfx::Rect* contents_bounds, gfx::Rect* window_bounds) argument
37 Show( views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, const gfx::Point& bubble_anchor, views::View* contents, BubbleDelegate* delegate) argument
H A Dbrowser_bubble.cc36 BubbleBorder::ArrowLocation arrow_location)
40 arrow_location_(arrow_location),
33 BrowserBubble(views::View* view, views::Widget* frame, const gfx::Rect& relative_to, BubbleBorder::ArrowLocation arrow_location) argument
H A Dfirst_run_bubble.cc475 BubbleBorder::ArrowLocation arrow_location,
495 parent, position_relative_to, arrow_location, view, bubble);
472 Show(Profile* profile, views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, FirstRun::BubbleType bubble_type) argument
H A Dbrowser_actions_container.cc509 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? local
513 arrow_location, inspect_with_devtools,
/external/chromium/chrome/browser/chromeos/login/
H A Dmessage_bubble.cc109 BubbleBorder::ArrowLocation arrow_location,
117 bubble->InitBubble(parent, position_relative_to, arrow_location,
126 BubbleBorder::ArrowLocation arrow_location,
134 bubble->InitBubble(parent, position_relative_to, arrow_location,
107 Show(views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, SkBitmap* image, const std::wstring& text, const std::wstring& help, MessageBubbleDelegate* delegate) argument
123 ShowNoGrab( views::Widget* parent, const gfx::Rect& position_relative_to, BubbleBorder::ArrowLocation arrow_location, SkBitmap* image, const std::wstring& text, const std::wstring& help, MessageBubbleDelegate* delegate) argument
H A Dscreen_locker.cc1132 BubbleBorder::ArrowLocation arrow_location) {
1143 arrow_location,
1131 ShowErrorBubble(const std::wstring& message, BubbleBorder::ArrowLocation arrow_location) argument
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.cc117 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
124 arrow_location,
H A Dextension_installed_bubble_gtk.cc261 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
271 arrow_location =
283 arrow_location,
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_popup.cc49 BubbleBorder::ArrowLocation arrow_location,
55 arrow_location),
184 BubbleBorder::ArrowLocation arrow_location,
197 arrow_location,
46 ExtensionPopup(ExtensionHost* host, views::Widget* frame, const gfx::Rect& relative_to, BubbleBorder::ArrowLocation arrow_location, bool inspect_with_devtools, Observer* observer) argument
180 Show( const GURL& url, Browser* browser, const gfx::Rect& relative_to, BubbleBorder::ArrowLocation arrow_location, bool inspect_with_devtools, Observer* observer) argument
H A Dextension_installed_bubble.cc344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT; local
352 arrow_location = BubbleBorder::TOP_LEFT;
357 arrow_location, bubble_content_, this);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? local
94 arrow_location,
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bubble_gtk.cc159 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
166 arrow_location,
/external/chromium/chrome/browser/ui/gtk/
H A Dcontent_setting_bubble_gtk.cc255 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
263 arrow_location,
H A Dfirst_run_bubble.cc103 InfoBubbleGtk::ArrowLocationGtk arrow_location = local
110 arrow_location,
H A Dpage_info_bubble_gtk.cc125 InfoBubbleGtk::ArrowLocationGtk arrow_location = base::i18n::IsRTL() ? local
131 arrow_location,
H A Dinfo_bubble_gtk.cc52 ArrowLocationGtk arrow_location,
58 bubble->Init(anchor_widget, rect, content, arrow_location, grab_input);
93 ArrowLocationGtk arrow_location,
105 preferred_arrow_location_ = arrow_location;
196 ArrowLocationGtk arrow_location,
203 bool on_left = (arrow_location == ARROW_LOCATION_TOP_LEFT);
49 Show(GtkWidget* anchor_widget, const gfx::Rect* rect, GtkWidget* content, ArrowLocationGtk arrow_location, bool match_system_theme, bool grab_input, GtkThemeService* provider, InfoBubbleGtkDelegate* delegate) argument
90 Init(GtkWidget* anchor_widget, const gfx::Rect* rect, GtkWidget* content, ArrowLocationGtk arrow_location, bool grab_input) argument
195 MakeFramePolygonPoints( ArrowLocationGtk arrow_location, int width, int height, FrameType type) argument

Completed in 174 milliseconds