/external/chromium/chrome/browser/ui/views/bubble/ |
bubble_border.h | 23 enum ArrowLocation { 36 explicit BubbleBorder(ArrowLocation arrow_location) 53 void set_arrow_location(ArrowLocation arrow_location) { 56 ArrowLocation arrow_location() const { return arrow_location_; } 58 static ArrowLocation horizontal_mirror(ArrowLocation loc) { 59 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 1); 62 static ArrowLocation vertical_mirror(ArrowLocation loc) { 63 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 2) [all...] |
border_contents.h | 33 BubbleBorder::ArrowLocation arrow_location, 62 BubbleBorder::ArrowLocation* arrow_location,
|
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_contents.cc | 15 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_LEFT; 31 BubbleBorder::ArrowLocation arrow_location, 86 BubbleBorder::ArrowLocation* arrow_location, 94 BubbleBorder::ArrowLocation original_arrow_location = *arrow_location;
|
border_widget_win.cc | 29 BubbleBorder::ArrowLocation arrow_location,
|
border_contents_unittest.cc | 48 BubbleBorder::ArrowLocation arrow_location = 205 BubbleBorder::ArrowLocation arrow_location = 227 BubbleBorder::ArrowLocation arrow_location =
|
bubble.cc | 54 BubbleBorder::ArrowLocation arrow_location, 68 BubbleBorder::ArrowLocation arrow_location, 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)
|
first_run_bubble.cc | 475 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,
|
screen_locker.h | 156 BubbleBorder::ArrowLocation arrow_location);
|
views_login_display.cc | 213 BubbleBorder::ArrowLocation arrow;
|
/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 | 344 BubbleBorder::ArrowLocation arrow_location = BubbleBorder::TOP_RIGHT;
|
/external/chromium_org/chrome/browser/ui/gtk/bubble/ |
bubble_gtk.h | 115 FRIEND_TEST_ALL_PREFIXES(BubbleGtkTest, ArrowLocation);
|
bubble_gtk_browsertest.cc | 55 IN_PROC_BROWSER_TEST_F(BubbleGtkTest, ArrowLocation) {
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_image_view.cc | 87 BubbleBorder::ArrowLocation arrow_location = base::i18n::IsRTL() ?
|
/external/chromium_org/chrome/browser/resources/help/ |
help.js | 149 cr.ui.ArrowLocation.TOP_END); 166 * @param {cr.ui.ArrowLocation} location The arrow location. 176 bubble.arrowLocation = location;
|