Searched refs:arrow (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/base/memory/
H A Dweak_ptr_unittest.cc67 void CreateArrowFromTarget(Arrow** arrow, Target* target) { argument
72 arrow, target, &completion));
76 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { argument
81 arrow, other, &completion));
119 Target* DeRef(const Arrow* arrow) { argument
124 base::Bind(&BackgroundThread::DoDeRef, arrow, &result, &completion));
130 static void DoCreateArrowFromArrow(Arrow** arrow, argument
133 *arrow = new Arrow;
134 **arrow = *other;
138 static void DoCreateArrowFromTarget(Arrow** arrow, argument
146 DoDeRef(const Arrow* arrow, Target** result, WaitableEvent* completion) argument
322 Arrow* arrow; local
331 Arrow arrow; local
347 Arrow* arrow; local
375 Arrow arrow; local
403 Arrow arrow; local
423 Arrow arrow; local
442 Arrow arrow; local
454 Arrow *arrow = new Arrow(); local
468 Arrow *arrow = new Arrow(); local
482 Arrow* arrow = new Arrow(); local
504 Arrow arrow; local
531 Arrow arrow; local
549 Arrow arrow; local
574 Arrow arrow; local
592 Arrow arrow; local
[all...]
/external/chromium_org/ash/shell/
H A Dbubble.cc18 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/
H A Dbubble_frame_view_unittest.cc45 EXPECT_EQ(kArrow, frame.bubble_border()->arrow());
55 // Tests that the arrow is mirrored as needed to better fit the screen.
69 EXPECT_EQ(BubbleBorder::TOP_LEFT, frame.bubble_border()->arrow());
72 // arrow overlap.
80 EXPECT_EQ(BubbleBorder::TOP_LEFT, frame.bubble_border()->arrow());
83 // arrow overlap.
91 EXPECT_EQ(BubbleBorder::TOP_LEFT, frame.bubble_border()->arrow());
94 // arrow overlap.
102 EXPECT_EQ(BubbleBorder::TOP_LEFT, frame.bubble_border()->arrow());
105 // arrow overla
[all...]
H A Dbubble_frame_view.cc123 if ((bubble_border_->arrow() != BubbleBorder::NONE &&
124 bubble_border_->arrow() != BubbleBorder::FLOAT) ||
249 const BubbleBorder::Arrow arrow = bubble_border_->arrow(); local
250 if (adjust_if_offscreen && BubbleBorder::has_arrow(arrow)) {
251 if (!bubble_border_->is_arrow_at_center(arrow)) {
256 // Mirror as needed vertically if the arrow is on a horizontal edge and
258 MirrorArrowIfOffScreen(BubbleBorder::is_arrow_on_horizontal(arrow),
265 // Calculate the bounds with the arrow in its updated location and offset.
283 BubbleBorder::Arrow arrow local
301 BubbleBorder::Arrow arrow = bubble_border()->arrow(); local
[all...]
H A Dtray_bubble_view.cc30 // Inset the arrow a bit from the edge.
48 // to stack bubbles with no arrows correctly. Also calculates the arrow offset.
54 : BubbleBorder(params.arrow, params.shadow, params.arrow_color),
67 // Sets the bubble on top of the anchor when it has no arrow.
70 if (has_arrow(arrow())) {
74 if (arrow() == BubbleBorder::BOTTOM_RIGHT ||
75 arrow() == BubbleBorder::BOTTOM_LEFT) {
80 } else if (arrow() == BubbleBorder::LEFT_BOTTOM) {
82 } else if (arrow() == BubbleBorder::RIGHT_BOTTOM) {
102 if (arrow()
[all...]
H A Dbubble_border.h23 // Renders a border, with optional arrow, and a custom dropshadow.
27 // Possible locations for the (optional) arrow.
31 // 3 bit specifies whether the arrow at the center of its residing edge.
52 NONE = 16, // No arrow. Positioned under the supplied rect.
53 FLOAT = 17, // No arrow. Centered over the supplied rect.
67 // The tip of the arrow points to the middle of the anchor.
69 // The edge nearest to the arrow is lined up with the edge of the anchor.
73 // The way the arrow should be painted.
75 // Fully render the arrow.
77 // Leave space for the arrow, bu
125 set_arrow(Arrow arrow) argument
126 Arrow arrow() const { return arrow_; } function in class:views::BubbleBorder
[all...]
H A Dbubble_delegate.h35 BubbleDelegateView(View* anchor_view, BubbleBorder::Arrow arrow);
67 BubbleBorder::Arrow arrow() const { return arrow_; } function in class:views::BubbleDelegateView
68 void set_arrow(BubbleBorder::Arrow arrow) { arrow_ = arrow; } argument
103 // Get the arrow's anchor rect in screen space.
117 // Sets the bubble arrow paint type.
181 // The arrow's location on the bubble.
210 // If true (defaults to true), the arrow may be mirrored and moved to fit the
211 // bubble on screen better. It would be a no-op if the bubble has no arrow.
/external/chromium_org/ui/views/examples/
H A Dbubble_example.cc29 string16 GetArrowName(BubbleBorder::Arrow arrow) { argument
30 switch (arrow) {
51 ExampleBubble(View* anchor, BubbleBorder::Arrow arrow) argument
52 : BubbleDelegateView(anchor, arrow) {}
57 AddChildView(new Label(GetArrowName(arrow())));
72 "[Alt] for set_arrow(FLOAT), or [Shift] to reverse the arrow iteration.");
94 BubbleBorder::Arrow arrow = arrows[arrow_index]; local
96 arrow = BubbleBorder::NONE;
98 arrow = BubbleBorder::FLOAT;
100 ExampleBubble* bubble = new ExampleBubble(sender, arrow);
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Dmenu_button.css7 * 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);
H A Dbubble.css70 .bubble-arrow {
80 .bubble-arrow {
85 .bubble-arrow {
/external/chromium_org/remoting/webapp/
H A Dtoolbar.css66 .arrow-down {
79 .toolbar-stub-extended .arrow-down,
80 .toolbar-visible .arrow-down {
85 .toolbar-stub:hover .arrow-down {
89 .toolbar-visible .arrow-down {
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dstatus_view.css35 /* 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/extensions/
H A Dextension_popup.h40 // The positioning of the pop-up is determined by |arrow| according to the
42 // value of |arrow| remains fixed during popup resizes. If |arrow| is
49 views::BubbleBorder::Arrow arrow,
78 views::BubbleBorder::Arrow arrow,
H A Dextension_popup.cc67 views::BubbleBorder::Arrow arrow,
69 : BubbleDelegateView(anchor_view, arrow),
168 views::BubbleBorder::Arrow arrow,
173 ExtensionPopup* popup = new ExtensionPopup(host, anchor_view, arrow,
65 ExtensionPopup(extensions::ExtensionHost* host, views::View* anchor_view, views::BubbleBorder::Arrow arrow, ShowAction show_action) argument
165 ShowPopup(const GURL& url, Browser* browser, views::View* anchor_view, views::BubbleBorder::Arrow arrow, ShowAction show_action) argument
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
H A DTestDebugShapes.java64 Arrow arrow = new Arrow(dir);
65 arrow.setLineWidth(4); // make arrow thicker
66 putShape(arrow, color).setLocalTranslation(pos);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestcursor.c64 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/
H A Dpopup_message.h34 // arrow offset in pixels from the border.
36 // Here is the layout (arrow given as TOP_LEFT):
53 views::BubbleBorder::Arrow arrow,
H A Dpopup_message.cc31 // with the shelf. The offset includes the arrow size in pixels as well as
71 views::BubbleBorder::Arrow arrow,
74 : views::BubbleDelegateView(anchor, arrow),
149 // Change the arrow offset if needed.
153 // set the arrow offset before the creation, we need to set the offset,
156 GetBubbleFrameView()->bubble_border()->set_arrow(arrow);
187 views::BubbleBorder::Arrow arrow,
192 caption, message, message_type, anchor, arrow, size_override,
67 MessageBubble(const base::string16& caption, const base::string16& message, IconType message_type, views::View* anchor, views::BubbleBorder::Arrow arrow, const gfx::Size& size_override, int arrow_offset) argument
183 PopupMessage(const base::string16& caption, const base::string16& message, IconType message_type, views::View* anchor, views::BubbleBorder::Arrow arrow, const gfx::Size& size_override, int arrow_offset) argument
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
H A Dpermission_selector.cc91 GtkWidget* arrow = NULL; local
95 arrow = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE);
98 arrow = gtk_image_new_from_pixbuf(
101 gtk_box_pack_start(GTK_BOX(button_hbox), arrow, FALSE, FALSE, 0); local
/external/chromium_org/chrome/browser/ui/views/
H A Dglobal_error_bubble_view.h21 views::BubbleBorder::Arrow arrow,
H A Davatar_menu_bubble_view.h52 views::BubbleBorder::Arrow arrow,
91 views::BubbleBorder::Arrow arrow,
H A Dprofile_chooser_view.h39 views::BubbleBorder::Arrow arrow,
62 views::BubbleBorder::Arrow arrow,
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.h40 views::BubbleBorder::Arrow arrow,
43 void SetBubbleArrow(views::BubbleBorder::Arrow arrow);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dbubble.js10 * The arrow location specifies how the arrow and bubble are positioned in
15 // The arrow is positioned at the top and the start of the bubble. In left
19 // The arrow is positioned at the top and the end of the bubble. In left to
23 // The arrow is positioned at the bottom and the start of the bubble. In
27 // The arrow is positioned at the bottom and the end of the bubble. In
40 // specified by the arrow location) so that the arrow points at the midpoint
42 ARROW_TO_MID_ANCHOR: 'arrow-to-mid-anchor',
44 // specified by the arrow locatio
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DTestMousePick.java130 Arrow arrow = new Arrow(Vector3f.UNIT_Z.mult(2f));
131 arrow.setLineWidth(3);
134 mark = new Geometry("BOOM!", arrow);

Completed in 422 milliseconds

1234