/external/chromium_org/chrome/browser/resources/chromeos/first_run/ |
bubble.css | 7 .bubble .arrow { 17 .bubble .arrow.points-up { 22 .bubble .arrow.points-right { 27 .bubble .arrow.points-down { 32 .bubble .arrow.points-left { 37 .bubble .arrow.top { 41 .bubble .arrow.right { 45 .bubble .arrow.bottom { 49 .bubble .arrow.left {
|
/external/chromium_org/ui/file_manager/video_player/css/ |
arrow_box.css | 5 #video-player .arrow-box { 16 #video-player .arrow-box .arrow-spacer { 20 #video-player[tools] .arrow-box .arrow { 24 /* The arrow icons are in nested divs so that their opacity can be manipulated 27 #video-player .arrow div { 35 #video-player[multiple] .arrow-box .arrow div { 39 #video-player[multiple] .arrow-box .arrow div:hover [all...] |
/external/chromium_org/base/memory/ |
weak_ptr_unittest.cc | 51 struct Arrow { 69 void CreateArrowFromTarget(Arrow** arrow, Target* target) { 74 arrow, target, &completion)); 78 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { 83 arrow, other, &completion)); 95 void CopyAndAssignArrow(Arrow* object) { 104 void CopyAndAssignArrowBase(Arrow* object) 334 Arrow* arrow; local 343 Arrow arrow; local 359 Arrow* arrow; local 387 Arrow arrow; local 415 Arrow arrow; local 435 Arrow arrow; local 454 Arrow arrow; local 466 Arrow *arrow = new Arrow(); local 480 Arrow *arrow = new Arrow(); local 494 Arrow* arrow = new Arrow(); local 516 Arrow arrow; local 543 Arrow arrow; local 561 Arrow arrow; local 586 Arrow arrow; local 604 Arrow arrow; local [all...] |
/external/chromium_org/ash/shell/ |
bubble.cc | 18 views::BubbleBorder::Arrow arrow; member in struct:ash::shell::BubbleConfig 24 : BubbleDelegateView(config.anchor_view, config.arrow), 41 config.arrow = views::BubbleBorder::TOP_LEFT;
|
/external/chromium_org/ui/views/bubble/ |
bubble_frame_view_unittest.cc | 17 const BubbleBorder::Arrow kArrow = BubbleBorder::TOP_LEFT; 46 EXPECT_EQ(kArrow, frame.bubble_border()->arrow()); 56 // Tests that the arrow is mirrored as needed to better fit the screen. 70 EXPECT_EQ(BubbleBorder::TOP_LEFT, frame.bubble_border()->arrow()); 73 // arrow overlap. 81 EXPECT_EQ(BubbleBorder::TOP_LEFT, frame.bubble_border()->arrow()); 84 // arrow overlap. 92 EXPECT_EQ(BubbleBorder::TOP_LEFT, frame.bubble_border()->arrow()); 95 // arrow overlap. 103 EXPECT_EQ(BubbleBorder::TOP_LEFT, frame.bubble_border()->arrow()); [all...] |
bubble_frame_view.cc | 128 if ((bubble_border_->arrow() != BubbleBorder::NONE && 129 bubble_border_->arrow() != BubbleBorder::FLOAT) || 267 const BubbleBorder::Arrow arrow = bubble_border_->arrow(); local 268 if (adjust_if_offscreen && BubbleBorder::has_arrow(arrow)) { 270 if (!bubble_border_->is_arrow_at_center(arrow)) { 274 const bool mirror_vertical = BubbleBorder::is_arrow_on_horizontal(arrow); 280 // Calculate the bounds with the arrow in its updated location and offset. 299 BubbleBorder::Arrow arrow = bubble_border()->arrow() local 319 BubbleBorder::Arrow arrow = bubble_border()->arrow(); local [all...] |
tray_bubble_view.cc | 31 // Inset the arrow a bit from the edge. 76 // to stack bubbles with no arrows correctly. Also calculates the arrow offset. 82 : BubbleBorder(params.arrow, params.shadow, params.arrow_color), 95 // Sets the bubble on top of the anchor when it has no arrow. 98 if (has_arrow(arrow())) { 102 if (arrow() == BubbleBorder::BOTTOM_RIGHT || 103 arrow() == BubbleBorder::BOTTOM_LEFT) { 108 } else if (arrow() == BubbleBorder::LEFT_BOTTOM) { 110 } else if (arrow() == BubbleBorder::RIGHT_BOTTOM) { 130 if (arrow() == BubbleBorder::BOTTOM_RIGHT | [all...] |
bubble_border.h | 39 // The thickness of border and arrow images and their interior areas. 52 // Renders a border, with optional arrow, and a custom dropshadow. 56 // Possible locations for the (optional) arrow. 60 // 3 bit specifies whether the arrow at the center of its residing edge. 68 enum Arrow { 81 NONE = 16, // No arrow. Positioned under the supplied rect. 82 FLOAT = 17, // No arrow. Centered over the supplied rect. 95 // The tip of the arrow points to the middle of the anchor. 97 // The edge nearest to the arrow is lined up with the edge of the anchor. 101 // The way the arrow should be painted 154 Arrow arrow() const { return arrow_; } function in class:views::BubbleBorder [all...] |
/external/chromium_org/ui/views/examples/ |
bubble_example.cc | 23 BubbleBorder::Arrow arrows[] = { 31 base::string16 GetArrowName(BubbleBorder::Arrow arrow) { 32 switch (arrow) { 53 ExampleBubble(View* anchor, BubbleBorder::Arrow arrow) 54 : BubbleDelegateView(anchor, arrow) {} 59 AddChildView(new Label(GetArrowName(arrow()))); 74 "[Alt] for set_arrow(FLOAT), or [Shift] to reverse the arrow iteration."); 92 BubbleBorder::Arrow arrow = arrows[arrow_index] local [all...] |
/external/libedit/src/ |
terminal.c | 1000 * Initialize the arrow key bindings from termcap 1005 funckey_t *arrow = el->el_terminal.t_fkey; local 1007 arrow[A_K_DN].name = STR("down"); 1008 arrow[A_K_DN].key = T_kd; 1009 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY; 1010 arrow[A_K_DN].type = XK_CMD; 1012 arrow[A_K_UP].name = STR("up"); 1013 arrow[A_K_UP].key = T_ku; 1014 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY; 1015 arrow[A_K_UP].type = XK_CMD 1050 funckey_t *arrow = el->el_terminal.t_fkey; local 1101 funckey_t *arrow = el->el_terminal.t_fkey; local 1120 funckey_t *arrow = el->el_terminal.t_fkey; local 1139 funckey_t *arrow = el->el_terminal.t_fkey; local 1159 funckey_t *arrow = el->el_terminal.t_fkey; local [all...] |
/external/chromium_org/ui/webui/resources/css/ |
menu_button.css | 7 * contain the arrow images. */ 10 background: white -webkit-canvas(drop-down-arrow) no-repeat center 4px; 22 background-image: -webkit-canvas(drop-down-arrow-hover); 29 background-image: -webkit-canvas(drop-down-arrow-active);
|
bubble.css | 70 .bubble-arrow { 80 .bubble-arrow { 85 .bubble-arrow {
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
litlint.py | 54 arrow = (col-1) * ' ' + '^' 55 sys.stderr.write(errorMsg.format(p, i, col, msg, s, arrow))
|
/external/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/ |
Android.mk | 27 test_name := iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/arrow 28 test_src := arrow.pass.cpp
|
/external/chromium_org/remoting/webapp/ |
toolbar.css | 69 .arrow-down { 82 .toolbar-stub-extended .arrow-down, 83 .toolbar-visible .arrow-down { 88 .toolbar-stub:hover .arrow-down { 92 .toolbar-visible .arrow-down {
|
/development/tools/axl/ |
chewie.py | 159 # send arrow 160 arrow = pylab.Arrow(send, y, sent - send, 0) 161 arrow.set_facecolor("g") 163 ax.add_patch(arrow) 164 # read arrow 165 arrow = pylab.Arrow(reading, y, read - reading, 0) 166 arrow.set_facecolor("r") 168 ax.add_patch(arrow) [all...] |
/external/chromium_org/chrome/browser/resources/net_internals/ |
status_view.css | 35 /* Completely un-style the SELECT. Will place an arrow over it manually. */ 45 .capture-status-view-arrow { 50 .capture-status-view-arrow::after {
|
/external/chromium_org/chrome/browser/ui/views/ |
global_error_bubble_view.h | 22 views::BubbleBorder::Arrow arrow,
|
/external/chromium_org/ui/app_list/views/ |
app_list_view.h | 55 views::BubbleBorder::Arrow arrow, 63 views::BubbleBorder::Arrow arrow, 66 void SetBubbleArrow(views::BubbleBorder::Arrow arrow); 129 views::BubbleBorder::Arrow arrow,
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
bubble.js | 14 * The arrow location specifies how the arrow and bubble are positioned in 19 // The arrow is positioned at the top and the start of the bubble. In left 23 // The arrow is positioned at the top and the end of the bubble. In left to 27 // The arrow is positioned at the bottom and the start of the bubble. In 31 // The arrow is positioned at the bottom and the end of the bubble. In 44 // specified by the arrow location) so that the arrow points at the midpoint 46 ARROW_TO_MID_ANCHOR: 'arrow-to-mid-anchor', 48 // specified by the arrow location) so that its reference edge lines up wit [all...] |
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/ |
Android.mk | 23 test_name := depr/depr.auto.ptr/auto.ptr/auto.ptr.members/arrow 24 test_src := arrow.pass.cpp
|
/external/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/ |
Android.mk | 31 test_name := iterators/stream.iterators/istream.iterator/istream.iterator.ops/arrow 32 test_src := arrow.pass.cpp
|
/external/chromium_org/chrome/browser/resources/user_manager/ |
user_manager_tutorial.css | 120 .arrow-down { 131 #slide-not-you .arrow-down { 135 html[dir=rtl] #slide-not-you .arrow-down { 139 #slide-guests .arrow-down { 143 html[dir=rtl] #slide-guests .arrow-down {
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
info_bubble.cc | 86 set_arrow(views::BubbleBorder::vertical_mirror(arrow())); 91 // The frame adjusts its arrow before the bubble's alignment can be changed. 92 // Set the created bubble border back to the original arrow and re-adjust. 93 frame_->bubble_border()->set_arrow(arrow()); 126 new views::BubbleBorder(arrow(), shadow(), color())));
|
/external/chromium_org/ash/ |
popup_message.h | 35 // arrow offset in pixels from the border. 37 // Here is the layout (arrow given as TOP_LEFT): 54 views::BubbleBorder::Arrow arrow, 77 views::BubbleBorder::Arrow arrow_orientation_;
|