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/chrome/browser/ui/views/
H A Dsettings_api_bubble_helper_views.cc30 views::BubbleBorder::Arrow arrow) {
40 arrow,
26 ShowSettingsApiBubble(SettingsApiOverrideType type, const std::string& extension_id, Profile* profile, views::View* anchor_view, views::BubbleBorder::Arrow arrow) argument
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<GlobalErrorWithStandardBubble>& error) argument
H A Dcontent_setting_bubble_contents.cc145 views::BubbleBorder::Arrow arrow)
147 BubbleDelegateView(anchor_view, arrow),
141 ContentSettingBubbleContents( ContentSettingBubbleModel* content_setting_bubble_model, content::WebContents* web_contents, views::View* anchor_view, views::BubbleBorder::Arrow arrow) argument
/external/chromium_org/ui/views/examples/
H A Dbubble_example.cc31 base::string16 GetArrowName(BubbleBorder::Arrow arrow) { argument
32 switch (arrow) {
53 ExampleBubble(View* anchor, BubbleBorder::Arrow arrow) argument
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
94 arrow = BubbleBorder::NONE;
96 arrow = BubbleBorder::FLOAT;
98 ExampleBubble* bubble = new ExampleBubble(sender, arrow);
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbundle_installed_bubble.cc38 views::BubbleBorder::Arrow arrow)
39 : views::BubbleDelegateView(anchor_view, arrow) {
36 BundleInstalledBubble(const BundleInstaller* bundle, View* anchor_view, views::BubbleBorder::Arrow arrow) argument
H A Dextension_popup.cc45 views::BubbleBorder::Arrow arrow,
47 : BubbleDelegateView(anchor_view, arrow),
192 views::BubbleBorder::Arrow arrow,
196 ExtensionPopup* popup = new ExtensionPopup(host, anchor_view, arrow,
43 ExtensionPopup(extensions::ExtensionViewHost* host, views::View* anchor_view, views::BubbleBorder::Arrow arrow, ShowAction show_action) argument
189 ShowPopup(const GURL& url, Browser* browser, views::View* anchor_view, views::BubbleBorder::Arrow arrow, ShowAction show_action) argument
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
H A Dbackground.js10 arrow: '#555',
57 ctx.strokeStyle = ctx.fillStyle = colors.arrow;
/external/chromium_org/ui/views/bubble/
H A Dbubble_border.cc50 // Bubble border and arrow image resource ids. They don't use the IMAGE_GRID
127 BubbleBorder::BubbleBorder(Arrow arrow, Shadow shadow, SkColor color) argument
128 : arrow_(arrow),
153 // Calculate the bubble coordinates based on the border and arrow settings.
196 // Calculate the minimum offset to not overlap arrow and corner images.
211 // Clip the arrow bounds out to avoid painting the overlapping edge area.
248 // Ensure the bubble is large enough to not overlap border and arrow images.
254 // Only take arrow image sizes into account when the bubble tip is shown.
H A Dbubble_border_unittest.cc247 BubbleBorder::Arrow arrow; member in struct:views::TestCase
297 SCOPED_TRACE(base::StringPrintf("i=%d arrow=%d",
298 static_cast<int>(i), cases[i].arrow));
300 border.set_arrow(cases[i].arrow);
358 BubbleBorder::Arrow arrow; member in struct:views::TestCase
365 // Horizontal arrow tests.
379 // Vertical arrow tests.
394 // No arrow tests.
404 SCOPED_TRACE(base::StringPrintf("i=%d arrow=%d alignment=%d",
405 static_cast<int>(i), cases[i].arrow, case
[all...]
H A Dbubble_window_targeter_unittest.cc20 WidgetOwnsNativeBubble(View* content, BubbleBorder::Arrow arrow) argument
21 : BubbleDelegateView(content, arrow) {
H A Dbubble_delegate.cc67 BubbleBorder::Arrow arrow)
72 arrow_(arrow),
132 BubbleBorder::Arrow adjusted_arrow = arrow();
271 // The argument rect has its origin at the bubble's arrow anchor point;
65 BubbleDelegateView( View* anchor_view, BubbleBorder::Arrow arrow) argument
H A Dbubble_delegate.h29 BubbleDelegateView(View* anchor_view, BubbleBorder::Arrow arrow);
64 BubbleBorder::Arrow arrow() const { return arrow_; } function in class:views::BubbleDelegateView
65 void set_arrow(BubbleBorder::Arrow arrow) { arrow_ = arrow; } argument
94 // Get the arrow's anchor rect in screen space.
105 // Sets the bubble arrow paint type.
166 // The arrow's location on the bubble.
186 // If true (defaults to true), the arrow may be mirrored and moved to fit the
187 // bubble on screen better. It would be a no-op if the bubble has no arrow.
H A Dtray_bubble_view.h14 // Ash status area). Mostly this handles custom anchor location and arrow and
38 // element (ANCHOR_TYPE_TRAY) and display an arrow, or that are floating on
107 views::BubbleBorder::Arrow arrow; member in struct:views::TrayBubbleView::InitParams
135 // Sets whether or not to paint the bubble border arrow.
H A Dbubble_frame_view.cc128 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...]
/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.cc30 // with the shelf. The offset includes the arrow size in pixels as well as
70 views::BubbleBorder::Arrow arrow,
73 : 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,
66 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/ash/shelf/
H A Dshelf_tooltip_manager.cc40 // with the shelf. The offset includes the arrow size in pixels as well as
52 views::BubbleBorder::Arrow arrow,
73 views::BubbleBorder::Arrow arrow,
75 : views::BubbleDelegateView(anchor, arrow), host_(host) {
347 views::BubbleBorder::Arrow arrow = local
354 view_ = new ShelfTooltipBubble(anchor, arrow, this);
71 ShelfTooltipBubble( views::View* anchor, views::BubbleBorder::Arrow arrow, ShelfTooltipManager* host) argument
/external/chromium_org/base/memory/
H A Dweak_ptr_unittest.cc69 void CreateArrowFromTarget(Arrow** arrow, Target* target) { argument
74 arrow, target, &completion));
78 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { argument
83 arrow, other, &completion));
121 Target* DeRef(const Arrow* arrow) { argument
126 base::Bind(&BackgroundThread::DoDeRef, arrow, &result, &completion));
132 static void DoCreateArrowFromArrow(Arrow** arrow, argument
135 *arrow = new Arrow;
136 **arrow = *other;
140 static void DoCreateArrowFromTarget(Arrow** arrow, argument
148 DoDeRef(const Arrow* arrow, Target** result, WaitableEvent* completion) argument
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/chrome/browser/ui/libgtk2ui/
H A Dnative_theme_gtk2.cc488 SkBitmap arrow = GdkPixbufToImageSkia(pb); local
489 canvas->drawBitmap(arrow, rect.x(), rect.y());
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull_Test.cpp30 const Cubic arrow[] = { variable
37 size_t arrow_count = sizeof(arrow) / sizeof(arrow[0]);
81 { arrow, arrow_count },
/external/chromium_org/ui/native_theme/
H A Dcommon_theme.cc149 gfx::ImageSkia* arrow = ui::ResourceBundle::GetSharedInstance(). local
151 CommonThemeCreateCanvas(canvas)->DrawImageInt(*arrow, rect.x(), rect.y());
/external/replicaisland/src/com/replica/replicaisland/
H A DConversationDialogActivity.java256 public void setOkArrow(View arrow) { argument
257 mOkArrow = arrow;
/external/skia/experimental/Intersection/
H A DConvexHull_Test.cpp30 const Cubic arrow[] = { variable
37 size_t arrow_count = sizeof(arrow) / sizeof(arrow[0]);
81 { arrow, arrow_count },
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view.cc65 // The distance between the arrow tip and edge of the anchor view.
177 views::BubbleBorder::Arrow arrow,
181 parent, initial_apps_page, arrow, border_accepts_events, anchor_offset);
188 views::BubbleBorder::Arrow arrow,
193 parent, initial_apps_page, arrow, border_accepts_events, gfx::Vector2d());
196 void AppListView::SetBubbleArrow(views::BubbleBorder::Arrow arrow) { argument
197 GetBubbleFrameView()->bubble_border()->set_arrow(arrow);
325 views::BubbleBorder::Arrow arrow,
373 SetBubbleArrow(arrow);
172 InitAsBubbleAttachedToAnchor( gfx::NativeView parent, int initial_apps_page, views::View* anchor, const gfx::Vector2d& anchor_offset, views::BubbleBorder::Arrow arrow, bool border_accepts_events) argument
184 InitAsBubbleAtFixedLocation( gfx::NativeView parent, int initial_apps_page, const gfx::Point& anchor_point_in_screen, views::BubbleBorder::Arrow arrow, bool border_accepts_events) argument
323 InitAsBubbleInternal(gfx::NativeView parent, int initial_apps_page, views::BubbleBorder::Arrow arrow, bool border_accepts_events, const gfx::Vector2d& anchor_offset) argument

Completed in 5972 milliseconds

12