/external/llvm/lib/Target/X86/ |
X86TargetMachine.h | 80 virtual void anchor(); 109 virtual void anchor();
|
/external/llvm/test/Transforms/GVN/ |
2009-07-13-MemDepSortFail.ll | 5 %llvm.dbg.anchor.type = type { i32, i32 } 7 %struct.lmat = type { %struct.re_guts*, i32, %llvm.dbg.anchor.type*, i8*, i8*, i8*, i8*, i8**, i32, i8*, i8*, i8*, i8*, i8* }
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
ListPopupWindow.java | 127 * popup will match the width of the anchor view. If used to specify a popup height, the popup 362 * Returns the view that will be used to anchor this popup. 364 * @return The popup's anchor view 371 * Sets the popup's anchor view. This popup will always be positioned relative to the anchor 374 * @param anchor The view to use as an anchor. 376 public void setAnchorView(View anchor) { 377 mDropDownAnchorView = anchor; 381 * @return The horizontal offset of the popup from its anchor in pixels [all...] |
/external/chromium/chrome/browser/resources/ |
about_sys.html | 167 #anchor { 234 var anchorName = document.getElementById('anchor').textContent; 257 <div id="anchor" jscontent="anchor"></div>
|
/external/chromium/chrome/browser/ui/gtk/ |
content_setting_bubble_gtk.h | 30 GtkWidget* anchor,
|
/external/chromium/chrome/common/extensions/docs/js/ |
bootstrap.js | 37 // the URL once we're done, which forces the browser to scroll to the anchor
|
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_view.html | 17 <div class="track-selector-anchor">
|
/external/chromium_org/ash/system/tray/ |
system_tray_bubble.h | 42 void InitView(views::View* anchor,
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
mode_indicator_controller.h | 59 // Cursor bounds representing the anchor rect of the mode indicator.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
export_view.html | 50 <a style="display: none" id=export-view-download-anchor download="net-internals-log.json"></a>
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
avatar_button_controller.h | 56 - (void)showAvatarBubble:(NSView*)anchor;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
one_click_signin_bubble_controller.mm | 39 // Set the anchor point to right below the wrench menu.
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
app_list_linux.h | 33 // Finds the position for a window to anchor it to the shelf. This chooses the
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_win.h | 28 // Finds the position for a window to anchor it to the taskbar. This chooses
|
/external/chromium_org/chrome/browser/ui/views/ |
first_run_bubble_unittest.cc | 46 // Create the anchor and parent widgets.
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
declare_permissions.html | 62 <tr id="{{p.anchor}}">
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGTextChunkBuilder.h | 35 // Phase three performs all modifications that have to be applied to each individual text chunk (text-anchor & textLength).
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
DynamicsCompressor.cpp | 169 float anchor = parameterValue(ParamFilterAnchor); local 171 if (filterStageGain != m_lastFilterStageGain || filterStageRatio != m_lastFilterStageRatio || anchor != m_lastAnchor) { 174 m_lastAnchor = anchor; 176 setEmphasisParameters(filterStageGain, anchor, filterStageRatio);
|
/external/chromium_org/third_party/flot/ |
jquery.flot.image.min.js | 31 anchor: "corner" or "center" 46 Setting "anchor" to "center" causes the pixels in the image to be anchored at 53 */(function(e){function n(e,t,n){var r=e.getPlotOffset();if(!n.images||!n.images.show)return;var i=n.datapoints.points,s=n.datapoints.pointsize;for(var o=0;o<i.length;o+=s){var u=i[o],a=i[o+1],f=i[o+2],l=i[o+3],c=i[o+4],h=n.xaxis,p=n.yaxis,d;if(!u||u.width<=0||u.height<=0)continue;a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),n.images.anchor=="center"&&(d=.5*(l-a)/(u.width-1),a-=d,l+=d,d=.5*(c-f)/(u.height-1),f-=d,c+=d);if(a==l||f==c||a>=h.max||l<=h.min||f>=p.max||c<=p.min)continue;var v=0,m=0,g=u.width,y=u.height;a<h.min&&(v+=(g-v)*(h.min-a)/(l-a),a=h.min),l>h.max&&(g+=(g-v)*(h.max-l)/(l-a),l=h.max),f<p.min&&(y+=(m-y)*(p.min-f)/(c-f),f=p.min),c>p.max&&(m+=(m-y)*(p.max-c)/(c-f),c=p.max),a=h.p2c(a),l=h.p2c(l),f=p.p2c(f),c=p.p2c(c),a>l&&(d=l,l=a,a=d),f>c&&(d=c,c=f,f=d),d=t.globalAlpha,t.globalAlpha*=n.images.alpha,t.drawImage(u,v,m,g-v,y-m,a+r.left,f+r.top,l-a,c-f),t.globalAlpha=d}}function r(e,t,n,r){if(!t.images.show)return;r.format=[{required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0},{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0}]}function i(e){e.hooks.processRawData.push(r),e.hooks.drawSeries.push(n)}var t={series:{images:{show:!1,alpha:1,anchor:"corner"}}};e.plot.image={},e.plot.image.loadDataImages=function(t,n,r){var i=[],s=[],o=n.series.i (…)
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
pinch.js | 32 // The anchor point of the gesture is the center of the window.
|
/external/chromium_org/ui/views/controls/menu/ |
menu.h | 124 // anchor An alignment hint for the popup menu. 128 Menu(Delegate* delegate, AnchorPoint anchor); 133 AnchorPoint anchor, 143 AnchorPoint anchor() const { return anchor_; } function in class:views::Menu
|
menu_scroll_view_container.h | 51 MenuItemView::AnchorPosition anchor);
|
/external/clang/include/clang/CodeGen/ |
ModuleBuilder.h | 32 virtual void anchor();
|
/external/clang/include/clang/Frontend/ |
ChainedDiagnosticConsumer.h | 24 virtual void anchor();
|
/external/clang/lib/Driver/ |
Job.cpp | 17 void Command::anchor() {} function in class:Command
|