HomeSort by relevance Sort by last modified time
    Searched refs:arrow (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /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][tools] .arrow-box .arrow div {
39 #video-player[multiple][tools] .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)
324 Arrow* arrow; local
333 Arrow arrow; local
349 Arrow* arrow; local
377 Arrow arrow; local
405 Arrow arrow; local
425 Arrow arrow; local
444 Arrow arrow; local
456 Arrow *arrow = new Arrow(); local
470 Arrow *arrow = new Arrow(); local
484 Arrow* arrow = new Arrow(); local
506 Arrow arrow; local
533 Arrow arrow; local
551 Arrow arrow; local
576 Arrow arrow; local
594 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) ||
265 const BubbleBorder::Arrow arrow = bubble_border_->arrow(); local
266 if (adjust_if_offscreen && BubbleBorder::has_arrow(arrow)) {
268 if (!bubble_border_->is_arrow_at_center(arrow)) {
272 const bool mirror_vertical = BubbleBorder::is_arrow_on_horizontal(arrow);
278 // Calculate the bounds with the arrow in its updated location and offset.
297 BubbleBorder::Arrow arrow = bubble_border()->arrow() local
317 BubbleBorder::Arrow arrow = bubble_border()->arrow(); local
    [all...]
tray_bubble_view.cc 32 // Inset the arrow a bit from the edge.
78 // to stack bubbles with no arrows correctly. Also calculates the arrow offset.
84 : BubbleBorder(params.arrow, params.shadow, params.arrow_color),
97 // Sets the bubble on top of the anchor when it has no arrow.
100 if (has_arrow(arrow())) {
104 if (arrow() == BubbleBorder::BOTTOM_RIGHT ||
105 arrow() == BubbleBorder::BOTTOM_LEFT) {
110 } else if (arrow() == BubbleBorder::LEFT_BOTTOM) {
112 } else if (arrow() == BubbleBorder::RIGHT_BOTTOM) {
132 if (arrow() == BubbleBorder::BOTTOM_RIGHT |
    [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/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/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...]
  /packages/apps/Dialer/src/com/android/dialer/list/
TileInteractionTeaserView.java 63 final ImageView arrow = (ImageView) findViewById(R.id.arrow); local
66 arrow.post(new Runnable() {
70 // The text top is changed when we move the arrow, so we need to
78 final LinearLayout.LayoutParams arrowParams = (LinearLayout.LayoutParams) arrow
81 arrow.setLayoutParams(arrowParams);
83 arrow.setVisibility(View.VISIBLE);
  /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 47 views::BubbleBorder::Arrow arrow,
55 views::BubbleBorder::Arrow arrow,
58 void SetBubbleArrow(views::BubbleBorder::Arrow arrow);
114 views::BubbleBorder::Arrow arrow,
  /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/qemu/distrib/sdl-1.2.15/test/
testcursor.c 64 static const char *arrow[] = { variable
124 switch (arrow[4+row][col]) {
137 sscanf(arrow[4+row], "%d,%d", &hot_x, &hot_y);
172 fprintf(stderr, "Couldn't initialize arrow cursor: %s\n",SDL_GetError());
  /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_;

Completed in 1016 milliseconds

1 2 3 4 5 6 7