Searched refs:anchor (Results 1 - 25 of 617) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DAST.stg183 <first(alts):rewriteAltFirst(); anchor>
185 <rest(alts):{a | el<rewriteAltRest(a)>}; anchor, separator="\n\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg110 define_tokens( <tokens:{it | :<it.name> => <it.type>}; anchor, wrap="\n", separator=", "> )
121 register_names( <tokenNames:{it | <it>}; separator=", ", anchor, wrap="\n"> )
202 RULE_METHODS = [ <rules:{r|:<r.ruleName>}; separator=", ", wrap="\n", anchor> ].freeze
889 EOT = unpack( <dfa.javaCompressedEOT; anchor, separator=", ", wrap="\n"> )
890 EOF = unpack( <dfa.javaCompressedEOF; anchor, separator=", ", wrap="\n"> )
891 MIN = unpack( <dfa.javaCompressedMin; anchor, separator=", ", wrap="\n"> )
892 MAX = unpack( <dfa.javaCompressedMax; anchor, separator=", ", wrap="\n"> )
893 ACCEPT = unpack( <dfa.javaCompressedAccept; anchor, separator=", ", wrap="\n"> )
894 SPECIAL = unpack( <dfa.javaCompressedSpecial; anchor, separator=", ", wrap="\n"> )
896 <dfa.javaCompressedTransition:{s|unpack( <s; wrap="\n", anchor, separato
[all...]
/external/bison/build-aux/
H A Dtexinfo.tex4573 \definedummyword\anchor
7824 % @anchor{NAME} -- define xref target at arbitrary point.
7830 \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces}
7833 % anchor), which consists of three parts:
7835 % or the anchor name.
7840 % This is called from \donoderef, \anchor, and \dofloat. In the case of
7991 % node/anchor (non-float) references.
8022 % @unnumbered and @anchor, it won't be.
8563 % node and anchor labels. And \xrdef uses it to construct the
/external/bison/lib/
H A Dfd-hook.c31 static struct fd_hook anchor = { &anchor, &anchor, NULL, NULL }; variable in typeref:struct:fd_hook
37 if (remaining_list == &anchor)
48 return execute_close_hooks (anchor.private_next, primary, fd);
55 if (remaining_list == &anchor)
67 return execute_ioctl_hooks (anchor.private_next, primary, fd, request, arg);
81 link->private_next = anchor.private_next;
82 link->private_prev = &anchor;
85 anchor
[all...]
/external/chromium_org/ash/
H A Dpopup_message.cc48 views::View* anchor,
69 views::View* anchor,
73 : views::BubbleDelegateView(anchor, arrow),
79 // An anchor can have an asymmetrical border for spacing reasons. Adjust the
80 // anchor location for this.
81 if (anchor->border())
82 insets += anchor->border()->GetInsets();
186 views::View* anchor,
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
H A Dpopup_message.h30 // Creates a message pointing towards |anchor| with the requested
53 views::View* anchor,
H A Dshell.h238 void ShowAppList(aura::Window* anchor);
244 void ToggleAppList(aura::Window* anchor);
/external/chromium_org/ash/shelf/
H A Doverflow_bubble.cc32 void OverflowBubble::Show(views::View* anchor, ShelfView* shelf_view) { argument
36 bubble_->InitOverflowBubble(anchor, shelf_view);
38 anchor_ = anchor;
42 RootWindowController::ForWindow(anchor->GetWidget()->GetNativeView())->
64 views::View* anchor = anchor_;
66 // Update overflow button (|anchor|) status when overflow bubble is hidden
68 anchor->SchedulePaint();
H A Doverflow_bubble.h33 // Shows an bubble pointing to |anchor| with |shelf_view| as its content.
34 void Show(views::View* anchor, ShelfView* shelf_view);
H A Doverflow_bubble_view.cc42 void OverflowBubbleView::InitOverflowBubble(views::View* anchor, argument
46 SetAnchorView(anchor);
64 anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
H A Doverflow_bubble_view.h28 void InitOverflowBubble(views::View* anchor, ShelfView* shelf_view);
H A Dshelf_tooltip_manager.cc51 ShelfTooltipBubble(views::View* anchor,
72 views::View* anchor,
75 : views::BubbleDelegateView(anchor, arrow), host_(host) {
81 // Adjust anchor location for this.
82 if (anchor->border())
83 insets += anchor->border()->GetInsets();
94 // The anchor may not have the widget in tests.
95 if (anchor->GetWidget() && anchor->GetWidget()->GetNativeView()) {
97 anchor
71 ShelfTooltipBubble( views::View* anchor, views::BubbleBorder::Arrow arrow, ShelfTooltipManager* host) argument
160 ShowDelayed(views::View* anchor, const base::string16& text) argument
178 ShowImmediately(views::View* anchor, const base::string16& text) argument
341 CreateBubble(views::View* anchor, const base::string16& text) argument
[all...]
H A Dshelf_tooltip_manager.h51 void ShowDelayed(views::View* anchor, const base::string16& text);
54 void ShowImmediately(views::View* anchor, const base::string16& text);
100 void CreateBubble(views::View* anchor, const base::string16& text);
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc92 InfoBubble(views::View* anchor, argument
95 : views::BubbleDelegateView(anchor, views::BubbleBorder::TOP_RIGHT),
99 anchor->GetWidget()->GetNativeWindow()->GetRootWindow(),
/external/chromium_org/ash/system/tray/
H A Dsystem_tray.cc87 views::View* anchor,
90 DCHECK(anchor);
93 bubble_->InitView(anchor, login_status, init_params);
542 views::View* anchor; local
551 anchor = system_bubble_->bubble_view();
554 anchor = tray_container();
565 notification_bubble_->InitView(this, anchor, &init_params, false);
86 InitView(TrayBackgroundView* tray, views::View* anchor, TrayBubbleView::InitParams* init_params, bool is_persistent) argument
H A Dsystem_tray_bubble.cc250 void SystemTrayBubble::InitView(views::View* anchor, argument
262 tray_->GetBubbleWindowContainer(), anchor, tray_, init_params);
H A Dsystem_tray_bubble.h39 void InitView(views::View* anchor,
/external/chromium_org/ash/system/user/
H A Duser_view.cc135 // Get the anchor view for a message.
136 views::View* anchor() { return anchor_; } function in class:ash::tray::__anon2011::AddUserView
151 // The anchor view for targetted bubble messages.
183 // Add the [+] icon which is also the anchor for messages.
539 add_user_view->anchor(),
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc86 views::View* anchor = tray->tray_container(); local
88 gfx::Point bounds(anchor->width() / 2, 0);
89 views::View::ConvertPointToWidget(anchor, &bounds);
93 tray->GetBubbleWindowContainer(), anchor, tray, &init_params);
/external/chromium_org/ash/wm/
H A Dapp_list_controller.cc42 // The minimal anchor position offset to make sure that the bubble is still on
89 // Using |button_bounds|, determine the anchor offset so that the bubble gets
96 gfx::Point anchor(button_bounds.CenterPoint());
103 std::min(screen_width - kMinimalAnchorPositionOffset - anchor.x(),
107 std::max(kMinimalAnchorPositionOffset - anchor.x(), 0), 0);
110 0, std::max(kMinimalAnchorPositionOffset - anchor.y(), 0));
113 0, std::max(kMinimalAnchorPositionOffset - anchor.y(), 0));
202 // init at (0, 0) and then reset its anchor point.
/external/chromium_org/cc/input/
H A Dinput_handler.h123 const gfx::Point& anchor) = 0;
H A Dpage_scale_animation.cc91 // For uniform-looking zooming, infer an anchor from the start and target
97 void PageScaleAnimation::ZoomWithAnchor(const gfx::Vector2dF& anchor, argument
100 start_anchor_ = anchor;
104 // We start zooming out from the anchor tapped by the user. But if
106 // edges, then infer an anchor that doesn't collide with the edges.
126 // The anchor is the point which is at the same normalized relative position
129 // anchor (0.5, 0.5), while one to a rect touching the bottom-right of the
130 // screen will have normalized anchor (1.0, 1.0). In other words, it obeys
132 // anchor = start_size * normalized + start_offset
133 // anchor
[all...]
H A Dpage_scale_animation.h47 // Zoom based on a specified anchor. The animator will attempt to keep it
49 // unless the edges of the root layer are hit. The anchor is specified
51 void ZoomWithAnchor(const gfx::Vector2dF& anchor,
/external/chromium_org/cc/layers/
H A Dtiled_layer.cc509 const gfx::Point anchor = tiler_->TileRect(tile).origin(); local
512 gfx::Vector2d dest_offset = source_rect.origin() - anchor;
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc2833 const gfx::Point& anchor) {
2844 // Keep the center-of-pinch anchor specified by (x, y) in a stable
2848 gfx::ScalePoint(anchor, 1.f / page_scale_delta);
2852 gfx::ScalePoint(anchor, 1.f / page_scale_delta);
2855 previous_pinch_anchor_ = anchor;
2832 PinchGestureUpdate(float magnify_delta, const gfx::Point& anchor) argument

Completed in 344 milliseconds

1234567891011>>