Searched refs:anchor (Results 76 - 100 of 617) sorted by relevance

1234567891011>>

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.cpp19 void PPCMCAsmInfoDarwin::anchor() { } function in class:PPCMCAsmInfoDarwin
45 void PPCLinuxMCAsmInfo::anchor() { } function in class:PPCLinuxMCAsmInfo
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_utilities.h14 // Move the |toMove| view |spacing| pixels before/after the |anchor| view.
15 // |after| signifies the side of |anchor| on which to place |toMove|.
16 void MoveControl(NSView* anchor, NSView* toMove, int spacing, bool after);
/external/chromium_org/content/common/input/
H A Dsynthetic_smooth_scroll_gesture_params.h27 gfx::Point anchor; member in struct:content::SyntheticSmoothScrollGestureParams
/external/chromium_org/ppapi/c/
H A Dppb_text_input_controller.h95 * the caret position within <code>text</code>. <code>anchor</code> is the
96 * byte-index of the anchor position (i.e., if a range of text is selected,
98 * there are no selection, <code>anchor</code> is equal to <code>caret</code>.
108 * to an empty string and <code>caret</code> and <code>anchor</code> to zero.
116 uint32_t anchor);
/external/chromium_org/ppapi/cpp/
H A Dtext_input_controller.h60 /// @param[in] caret A integer indicating the byte index of anchor location in
65 uint32_t anchor);
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.h63 Prog::Anchor anchor);
69 Prog::Anchor anchor,
73 const StringPiece& context, Prog::Anchor anchor);
101 Prog::Anchor anchor);
103 // Run TestCase(text, text, anchor) for all anchoring modes.
106 // Run TestCase(text, context, anchor) for all anchoring modes.
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_handler.h24 MenuAnchorPosition anchor,
/external/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h20 virtual void anchor();
/external/llvm/lib/CodeGen/
H A DSpiller.h25 virtual void anchor();
/external/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp21 void MCAsmInfoDarwin::anchor() { } function in class:MCAsmInfoDarwin
/external/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp14 void ARMFunctionInfo::anchor() { } function in class:ARMFunctionInfo
H A DARMTargetMachine.h71 virtual void anchor();
81 void anchor() override;
92 void anchor() override;
104 virtual void anchor();
114 void anchor() override;
125 void anchor() override;
/external/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h24 virtual void anchor();
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.cpp26 void NVPTXMCAsmInfo::anchor() {} function in class:NVPTXMCAsmInfo
/external/llvm/lib/Target/R600/
H A DAMDGPUMachineFunction.cpp10 void AMDGPUMachineFunction::anchor() {} function in class:AMDGPUMachineFunction
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.h28 virtual void anchor();
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.h23 void anchor() override;
/external/regex-re2/re2/testing/
H A Dtester.h63 Prog::Anchor anchor);
69 Prog::Anchor anchor,
73 const StringPiece& context, Prog::Anchor anchor);
101 Prog::Anchor anchor);
103 // Run TestCase(text, text, anchor) for all anchoring modes.
106 // Run TestCase(text, context, anchor) for all anchoring modes.
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dinfo_bubble.h21 InfoBubble(views::View* anchor, const base::string16& message);
41 views::View* anchor() { return anchor_; } function in class:autofill::InfoBubble
42 const views::View* anchor() const { return anchor_; } function in class:autofill::InfoBubble
61 // Whether the bubble should align its border to the anchor's edge rather than
68 // Whether the bubble should be shown above the anchor (default is below).
/external/chromium_org/ppapi/native_client/src/trusted/weak_ref/
H A Dcall_on_main_thread.h47 // regardless of whether the anchor has been abandoned, since
55 nacl::WeakRefAnchor* anchor,
58 nacl::WeakRef<R>* wp = anchor->MakeWeakRef<R>(raw_data);
69 nacl::WeakRefAnchor* anchor,
74 WeakRefNewCallback(anchor, callback_fn, raw_data, &cc);
107 "WeakRefAutoAbandoner: weak ref NULL, anchor was abandoned\n");
118 // argument, and is not invoked if the anchor has been abandoned.
120 nacl::WeakRefAnchor* anchor,
130 anchor->MakeWeakRef<WeakRefAutoAbandonWrapper<R> >(
143 nacl::WeakRefAnchor* anchor,
54 WeakRefNewCallback( nacl::WeakRefAnchor* anchor, void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err), R* raw_data) argument
68 WeakRefCallOnMainThread( nacl::WeakRefAnchor* anchor, int32_t delay_in_milliseconds, void callback_fn(nacl::WeakRef<R>* weak_data, int32_t err), R* raw_data) argument
119 WeakRefNewCallback( nacl::WeakRefAnchor* anchor, void (*raw_callback_fn)(R* raw_data, int32_t err), R* raw_data) argument
142 WeakRefCallOnMainThread( nacl::WeakRefAnchor* anchor, int32_t delay_in_milliseconds, void raw_callback_fn(R* raw_data, int32_t err), R* raw_data) argument
205 WeakRefNewCallback( nacl::WeakRefAnchor* anchor, E* object, void (E::*raw_callback_fn)(R* raw_data, int32_t err), R* raw_data) argument
230 WeakRefCallOnMainThread( nacl::WeakRefAnchor* anchor, int32_t delay_in_milliseconds, E* object, void (E::*raw_callback_fn)(R* raw_data, int32_t err), R* raw_data) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dvirtual-member-functions.cpp7 virtual void anchor();
11 template<class T> void A<T>::anchor() { } function in class:PR5557::A
18 x.anchor(); // expected-note{{instantiation}}
/external/chromium_org/ash/shelf/
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...]
/external/libvorbis/examples/
H A Dframeview.pl190 -width=>-20,-height=>-46,-anchor=>'nw');
193 place(-x=>-1,-y=>-1,-relx=>1.0,-rely=>1.0,-anchor=>'se');
196 place(-x=>5,-y=>5,-anchor=>'nw');
201 -width=>-20,-height=>-46,-anchor=>'nw');
204 place(-x=>5,-y=>5,-anchor=>'nw');
209 place(-x=>-5,-relx=>1.,-y=>$panely,-anchor=>'ne');
216 place(-x=>5,-y=>-5,-rely=>1.,-relwidth=>.2,-width=>-5,-anchor=>'sw');
220 place(-x=>-5,-y=>-5,-relwidth=>.2,-rely=>1.,-width=>-5,-relx=>1.,-anchor=>'se');
224 place(-x=>5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.2,-anchor=>'sw');
228 place(-x=>-5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.8,-anchor
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dbubble.js15 * relation to the anchor node.
21 // the anchor node.
25 // the anchor node.
29 // positioned above the anchor node.
33 // positioned above the anchor node.
39 * the anchor node.
43 // The bubble is positioned just above or below the anchor node (as
45 // of the anchor.
46 ARROW_TO_MID_ANCHOR: 'arrow-to-mid-anchor',
47 // The bubble is positioned just above or below the anchor nod
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_pinch_gesture.cc79 touch_event_.PressPoint(params_.anchor.x(), start_y_0_);
80 touch_event_.PressPoint(params_.anchor.x(), start_y_1_);
91 touch_event_.MovePoint(0, params_.anchor.x(), current_y_0);
92 touch_event_.MovePoint(1, params_.anchor.x(), current_y_1);
114 // distance to the anchor is half the span.
128 start_y_0_ = params_.anchor.y() - initial_distance_to_anchor;
129 start_y_1_ = params_.anchor.y() + initial_distance_to_anchor;

Completed in 8680 milliseconds

1234567891011>>