Home
last modified time | relevance | path

Searched refs:arrow_location (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/bubble/
Dborder_contents_unittest.cc48 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 …]
Dborder_contents.cc15 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 …]
Dbubble_border.h36 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
Dbubble.cc54 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()
Dbubble.h96 BubbleBorder::ArrowLocation arrow_location,
108 BubbleBorder::ArrowLocation arrow_location,
145 BubbleBorder::ArrowLocation arrow_location,
Dborder_widget_win.cc29 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds() argument
34 border_contents_->SizeAndGetBounds(position_relative_to, arrow_location, in SizeAndGetBounds()
Dborder_contents.h33 BubbleBorder::ArrowLocation arrow_location,
62 BubbleBorder::ArrowLocation* arrow_location,
Dborder_widget_win.h34 BubbleBorder::ArrowLocation arrow_location,
/external/chromium/chrome/browser/ui/views/
Dpinned_contents_info_bubble.cc11 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()
Dpinned_contents_info_bubble.h23 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
Dbrowser_bubble.cc36 BubbleBorder::ArrowLocation arrow_location) in BrowserBubble() argument
40 arrow_location_(arrow_location), in BrowserBubble()
Dfirst_run_bubble.h22 BubbleBorder::ArrowLocation arrow_location,
Dbrowser_bubble.h51 BubbleBorder::ArrowLocation arrow_location);
/external/chromium/chrome/browser/ui/views/extensions/
Dextension_popup.cc49 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()
Dextension_popup.h58 BubbleBorder::ArrowLocation arrow_location,
104 BubbleBorder::ArrowLocation arrow_location,
Dextension_installed_bubble.cc344 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/
Dinfo_bubble_gtk.h68 ArrowLocationGtk arrow_location,
106 ArrowLocationGtk arrow_location,
112 ArrowLocationGtk arrow_location,
Dinfo_bubble_gtk.cc52 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()
Dfirst_run_bubble.cc103 InfoBubbleGtk::ArrowLocationGtk arrow_location = in FirstRunBubble() local
110 arrow_location, in FirstRunBubble()
Dpage_info_bubble_gtk.cc125 InfoBubbleGtk::ArrowLocationGtk arrow_location = base::i18n::IsRTL() ? in PageInfoBubbleGtk() local
131 arrow_location, in PageInfoBubbleGtk()
/external/chromium/chrome/browser/chromeos/login/
Dmessage_bubble.cc109 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()
Dmessage_bubble.h39 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
/external/chromium/chrome/browser/ui/gtk/extensions/
Dextension_popup_gtk.cc117 InfoBubbleGtk::ArrowLocationGtk arrow_location = in ShowPopup() local
124 arrow_location, in ShowPopup()
Dextension_installed_bubble_gtk.cc261 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/
Dpage_action_image_view.cc87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? in ExecuteAction() local
94 arrow_location, in ExecuteAction()

12