Home
last modified time | relevance | path

Searched refs:ArrowLocation (Results 1 – 24 of 24) sorted by relevance

/external/chromium/chrome/browser/ui/views/bubble/
Dbubble_border.h23 enum ArrowLocation { enum
36 explicit BubbleBorder(ArrowLocation arrow_location) in BubbleBorder()
53 void set_arrow_location(ArrowLocation arrow_location) { in set_arrow_location()
56 ArrowLocation arrow_location() const { return arrow_location_; } in arrow_location()
58 static ArrowLocation horizontal_mirror(ArrowLocation loc) { in horizontal_mirror()
59 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 1); in horizontal_mirror()
62 static ArrowLocation vertical_mirror(ArrowLocation loc) { in vertical_mirror()
63 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 2); in vertical_mirror()
66 static bool has_arrow(ArrowLocation loc) { in has_arrow()
70 static bool is_arrow_on_left(ArrowLocation loc) { in is_arrow_on_left()
[all …]
Dbubble.h96 BubbleBorder::ArrowLocation arrow_location,
108 BubbleBorder::ArrowLocation arrow_location,
145 BubbleBorder::ArrowLocation arrow_location,
210 BubbleBorder::ArrowLocation arrow_location_;
Dborder_contents.cc15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT; in Init()
31 BubbleBorder::ArrowLocation arrow_location, in SizeAndGetBounds()
86 BubbleBorder::ArrowLocation* arrow_location, in MirrorArrowIfOffScreen()
94 BubbleBorder::ArrowLocation original_arrow_location = *arrow_location; in MirrorArrowIfOffScreen()
Dborder_contents.h33 BubbleBorder::ArrowLocation arrow_location,
62 BubbleBorder::ArrowLocation* arrow_location,
Dborder_contents_unittest.cc48 BubbleBorder::ArrowLocation arrow_location = in TEST_F()
205 BubbleBorder::ArrowLocation arrow_location = in TEST_F()
227 BubbleBorder::ArrowLocation arrow_location = in TEST_F()
Dbubble.cc54 BubbleBorder::ArrowLocation arrow_location, in Show()
68 BubbleBorder::ArrowLocation arrow_location, in ShowFocusless()
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()
Dfirst_run_bubble.cc475 BubbleBorder::ArrowLocation arrow_location, in Show()
Dbrowser_actions_container.cc509 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? in OnBrowserActionExecuted()
/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()
/external/chromium/chrome/browser/chromeos/login/
Dmessage_bubble.h39 BubbleBorder::ArrowLocation arrow_location,
50 BubbleBorder::ArrowLocation arrow_location,
Dmessage_bubble.cc109 BubbleBorder::ArrowLocation arrow_location, in Show()
126 BubbleBorder::ArrowLocation arrow_location, in ShowNoGrab()
Dscreen_locker.h156 BubbleBorder::ArrowLocation arrow_location);
Dviews_login_display.cc213 BubbleBorder::ArrowLocation arrow; in ShowError()
Dscreen_locker.cc1132 BubbleBorder::ArrowLocation arrow_location) { in ShowErrorBubble()
/external/chromium/chrome/browser/ui/views/location_bar/
Dpage_action_image_view.cc87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ? in ExecuteAction()