Searched defs:arrow (Results 1 - 25 of 36) sorted by relevance

12

/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/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/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dbackground.js10 arrow: '#555',
54 ctx.strokeStyle = ctx.fillStyle = colors.arrow;
/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.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/extensions/
H A Dbundle_installed_bubble.cc40 views::BubbleBorder::Arrow arrow)
41 : views::BubbleDelegateView(anchor_view, arrow) {
38 BundleInstalledBubble(const BundleInstaller* bundle, View* anchor_view, views::BubbleBorder::Arrow arrow) argument
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/chromium_org/chrome/browser/ui/views/
H A Dglobal_error_bubble_view.cc62 views::BubbleBorder::Arrow arrow,
65 : BubbleDelegateView(anchor_view, arrow),
60 GlobalErrorBubbleView( views::View* anchor_view, views::BubbleBorder::Arrow arrow, Browser* browser, const base::WeakPtr<GlobalError>& error) argument
H A Dprofile_chooser_view.cc38 views::BubbleBorder::Arrow arrow,
47 anchor_view, arrow, anchor_rect, browser);
67 views::BubbleBorder::Arrow arrow,
70 : BubbleDelegateView(anchor_view, arrow),
36 ShowBubble( views::View* anchor_view, views::BubbleBorder::Arrow arrow, views::BubbleBorder::BubbleAlignment border_alignment, const gfx::Rect& anchor_rect, Browser* browser) argument
65 ProfileChooserView( views::View* anchor_view, views::BubbleBorder::Arrow arrow, const gfx::Rect& anchor_rect, Browser* browser) argument
H A Dcontent_setting_bubble_contents.cc145 views::BubbleBorder::Arrow arrow)
146 : BubbleDelegateView(anchor_view, arrow),
141 ContentSettingBubbleContents( ContentSettingBubbleModel* content_setting_bubble_model, WebContents* web_contents, views::View* anchor_view, views::BubbleBorder::Arrow arrow) argument
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.cc36 // The thickness of border and arrow images and their interior areas.
73 // The border and arrow stroke size used in image assets, in pixels.
85 // Bubble border and arrow image resource ids.
134 BubbleBorder::BubbleBorder(Arrow arrow, Shadow shadow, SkColor color) argument
135 : arrow_(arrow),
154 // Ensure the bubble is large enough to not overlap border and arrow images.
160 // Only take arrow image sizes into account when the bubble tip is shown.
177 // Calculate the bubble coordinates based on the border and arrow settings.
220 // Calculate the minimum offset to not overlap arrow and corner images.
253 // Clip the arrow bound
[all...]
H A Dbubble_delegate.cc136 BubbleBorder::Arrow arrow)
142 arrow_(arrow),
213 BubbleBorder::horizontal_mirror(arrow()) : arrow();
378 // The argument rect has its origin at the bubble's arrow anchor point;
134 BubbleDelegateView( View* anchor_view, BubbleBorder::Arrow arrow) argument
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.h13 // Ash status area). Mostly this handles custom anchor location and arrow and
36 // element (ANCHOR_TYPE_TRAY) and display an arrow, or that are floating on
102 views::BubbleBorder::Arrow arrow; member in struct:views::TrayBubbleView::InitParams
130 // Sets whether or not to paint the bubble border arrow.
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...]
/external/chromium/chrome/browser/chromeos/login/
H A Dviews_login_display.cc38 // info bubble arrow to cursor.
213 BubbleBorder::ArrowLocation arrow; local
215 arrow = BubbleBorder::LEFT_TOP;
217 // Point info bubble arrow to cursor position (approximately).
219 arrow = BubbleBorder::BOTTOM_LEFT;
235 arrow,
/external/chromium/chrome/browser/ui/gtk/infobars/
H A Dtranslate_infobar_base_gtk.cc204 GtkWidget* arrow = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE); local
205 gtk_box_pack_start(GTK_BOX(hbox), arrow, FALSE, FALSE, 0); local
/external/chromium_org/ash/launcher/
H A Dlauncher_tooltip_manager.cc41 // with the shelf. The offset includes the arrow size in pixels as well as
53 views::BubbleBorder::Arrow arrow,
74 views::BubbleBorder::Arrow arrow,
76 : views::BubbleDelegateView(anchor, arrow),
346 views::BubbleBorder::Arrow arrow = local
353 view_ = new LauncherTooltipBubble(anchor, arrow, this);
72 LauncherTooltipBubble( views::View* anchor, views::BubbleBorder::Arrow arrow, LauncherTooltipManager* host) argument
/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/chrome/browser/ui/gtk/
H A Davatar_menu_bubble_gtk.cc40 BubbleGtk::FrameStyle arrow,
57 arrow,
38 AvatarMenuBubbleGtk(Browser* browser, GtkWidget* anchor, BubbleGtk::FrameStyle arrow, const gfx::Rect* rect) argument
H A Dcontent_setting_bubble_gtk.cc246 GtkWidget* arrow = gtk_arrow_new(GTK_ARROW_DOWN, GTK_SHADOW_NONE); local
247 gtk_box_pack_end(GTK_BOX(button_content), arrow, FALSE, FALSE, 0); local
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc40 // The distance between the arrow tip and edge of the anchor view.
71 views::BubbleBorder::Arrow arrow,
111 SetBubbleArrow(arrow);
133 void AppListView::SetBubbleArrow(views::BubbleBorder::Arrow arrow) { argument
134 GetBubbleFrameView()->bubble_border()->set_arrow(arrow);
67 InitAsBubble(gfx::NativeView parent, PaginationModel* pagination_model, views::View* anchor, const gfx::Point& anchor_point, views::BubbleBorder::Arrow arrow, bool border_accepts_events) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java256 public void setOkArrow(View arrow) { argument
257 mOkArrow = arrow;
/external/chromium/chrome/browser/ui/views/bubble/
H A Dbubble_border.cc31 // The height inside the arrow image, in pixels.
43 // Screen position depends on the arrow location.
44 // The arrow should overlap the target by some amount since there is space
45 // for shadow between arrow tip and bitmap bounds.
182 // Calculate horizontal and vertical insets for arrow by ensuring that
183 // the widest arrow and corner images will have enough room to avoid overlap
222 // |arrow_offset| is offset of arrow from the begining of the edge.
354 SkBitmap* arrow,
377 canvas->DrawBitmapInt(*arrow,
382 start_x += (is_horizontal ? before_arrow + arrow
351 DrawEdgeWithArrow(gfx::Canvas* canvas, bool is_horizontal, SkBitmap* edge, SkBitmap* arrow, int start_x, int start_y, int before_arrow, int after_arrow, int offset) const argument
[all...]

Completed in 518 milliseconds

12