/external/chromium_org/ash/shelf/ |
shelf_tooltip_manager.h | 52 void ShowDelayed(views::View* anchor, const base::string16& text); 55 void ShowImmediately(views::View* anchor, const base::string16& text); 101 void CreateBubble(views::View* anchor, const base::string16& text);
|
/external/chromium_org/cc/input/ |
page_scale_animation.h | 44 // Zoom based on a specified anchor. The animator will attempt to keep it 46 // unless the edges of the root layer are hit. The anchor is specified 48 void ZoomWithAnchor(gfx::Vector2dF anchor,
|
/external/chromium_org/chrome/browser/ui/views/app_list/linux/ |
app_list_linux.cc | 35 gfx::Point anchor; local 37 // width/height away, anchor to the corner. Otherwise, anchor to the cursor
|
/external/chromium_org/chrome/browser/ui/views/app_list/win/ |
app_list_win.cc | 68 // anchor to the corner. Otherwise, anchor to the cursor position. 69 gfx::Point anchor; local
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
tooltip_icon.cc | 34 TooltipBubble(views::View* anchor, const base::string16& message) 35 : InfoBubble(anchor, message) {} 42 bounds.Inset(GetPreferredInsets(anchor()));
|
/external/chromium_org/content/browser/web_contents/ |
touch_editable_impl_aura.h | 46 virtual void OnSelectionOrCursorChanged(const gfx::Rect& anchor, 63 virtual void OpenContextMenu(const gfx::Point& anchor) OVERRIDE; 79 // Rectangles for the selection anchor and focus.
|
/external/chromium_org/third_party/re2/re2/ |
set.cc | 15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { 17 anchor_ = anchor;
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2003-08-17-FoldSwitch-dbg.ll | 4 %llvm.dbg.anchor.type = type { i32, i32 } 7 @llvm.dbg.compile_units = linkonce constant %llvm.dbg.anchor.type { i32 458752, i32 17 }, section "llvm.metadata" 12 @llvm.dbg.compile_unit = internal constant %llvm.dbg.compile_unit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 1, i8* getelementptr ([4 x i8]* @.str, i32 0, i32 0), i8* getelementptr ([6 x i8]* @.str1, i32 0, i32 0), i8* getelementptr ([55 x i8]* @.str2, i32 0, i32 0), i1 true, i1 false, i8* null }, section "llvm.metadata" ; <%llvm.dbg.compile_unit.type*> [#uses=1]
|
/external/proguard/src/proguard/gui/ |
ClassSpecificationDialog.java | 87 constraints.anchor = GridBagConstraints.WEST; 93 constraintsStretch.anchor = GridBagConstraints.WEST; 98 constraintsLast.anchor = GridBagConstraints.WEST; 105 constraintsLastStretch.anchor = GridBagConstraints.WEST; 113 panelConstraints.anchor = GridBagConstraints.NORTHWEST; 121 stretchPanelConstraints.anchor = GridBagConstraints.NORTHWEST; 125 labelConstraints.anchor = GridBagConstraints.CENTER; 130 lastLabelConstraints.anchor = GridBagConstraints.CENTER; 136 advancedButtonConstraints.anchor = GridBagConstraints.SOUTHWEST; 142 okButtonConstraints.anchor = GridBagConstraints.SOUTHEAST [all...] |
MemberSpecificationDialog.java | 83 constraints.anchor = GridBagConstraints.WEST; 89 constraintsStretch.anchor = GridBagConstraints.WEST; 94 constraintsLast.anchor = GridBagConstraints.WEST; 101 constraintsLastStretch.anchor = GridBagConstraints.WEST; 109 panelConstraints.anchor = GridBagConstraints.NORTHWEST; 117 stretchPanelConstraints.anchor = GridBagConstraints.NORTHWEST; 121 labelConstraints.anchor = GridBagConstraints.CENTER; 126 lastLabelConstraints.anchor = GridBagConstraints.CENTER; 132 advancedButtonConstraints.anchor = GridBagConstraints.SOUTHWEST; 138 okButtonConstraints.anchor = GridBagConstraints.SOUTHEAST [all...] |
FilterDialog.java | 76 textConstraints.anchor = GridBagConstraints.NORTHWEST; 80 labelConstraints.anchor = GridBagConstraints.WEST; 87 textFieldConstraints.anchor = GridBagConstraints.WEST; 95 panelConstraints.anchor = GridBagConstraints.NORTHWEST; 101 okButtonConstraints.anchor = GridBagConstraints.SOUTHEAST; 107 cancelButtonConstraints.anchor = GridBagConstraints.SOUTHEAST;
|
/external/regex-re2/re2/ |
set.cc | 15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { 17 anchor_ = anchor;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPopupWindow.java | 144 public void showAsDropDown(View anchor) { 152 public void showAsDropDown(View anchor, int xoff, int yoff) { 155 showAsDropDown(anchor);
|
/external/chromium_org/chrome/browser/ui/views/ |
simple_message_box_views.cc | 211 aura::Window* anchor = parent; local 212 aura::client::DispatcherClient* client = anchor ? 213 aura::client::GetDispatcherClient(anchor->GetRootWindow()) : NULL; 218 anchor = dialog->GetWidget()->GetNativeWindow(); 219 client = aura::client::GetDispatcherClient(anchor->GetRootWindow()); 221 client->RunWithDispatcher(dialog.get(), anchor, true);
|
/external/chromium_org/content/common/input/ |
input_param_traits_unittest.cc | 44 EXPECT_EQ(a->anchor, b->anchor); 54 EXPECT_EQ(a->anchor, b->anchor); 194 gesture_params->anchor.SetPoint(234, 345); 211 gesture_params->anchor.SetPoint(234, 345);
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/ |
AutofillPopup.java | 117 * Sets the location and the size of the anchor view that the AutofillPopup will use to attach 119 * @param x X coordinate of the top left corner of the anchor view. 120 * @param y Y coordinate of the top left corner of the anchor view. 121 * @param width The width of the anchor view. 122 * @param height The height of the anchor view. 169 * Hides the popup and removes the anchor view from the ContainerView.
|
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
AnimatorPath.java | 54 * specified by x and y. The curve uses the current path location as the first anchor 55 * point, the control points (c0X, c0Y) and (c1X, c1Y), and (x, y) as the end anchor.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
ST.stg | 28 <first(alts):rewriteTemplateAltFirst(); anchor> 29 <rest(alts):{a| els<rewriteTemplateAltRest(a)>}; anchor, separator="\n\n">
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_popup_gtk.h | 27 GtkWidget* anchor, 33 GtkWidget* anchor,
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu.cc | 45 views::MenuItemView::AnchorPosition anchor = base::i18n::IsRTL() ? local 48 anchor, true);
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab_controller.h | 24 // Extends the selection from the anchor to |tab|. 30 // Adds the selection the anchor to |tab|.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_error_detector_test.py | 69 'target anchor not found'), 70 (200, 'apps/unreachable.html', '#aoesu', 'target anchor not found')])
|
permissions_data_source.py | 63 if not 'anchor' in permission: 64 permission['anchor'] = permission['name']
|
/external/chromium_org/content/test/data/ |
gtk_key_bindings_test_gtkrc | 77 # Test set-anchor 79 "set-anchor" ()
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebValidationMessageClient.h | 47 // besides the anchor rectangle. An implementation of this function should 54 // Move the existing notifation popup for the new anchor position.
|