Home
last modified time | relevance | path

Searched refs:anchor_point (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dnew_credit_card_bubble_cocoa.mm209 NSPoint anchor_point;
213 anchor_point = NSMakePoint(
220 anchor_point = NSMakePoint(
225 anchor_point.x = NSMaxX([anchor_view bounds]) - anchor_point.x;
234 anchor_point.y = NSMaxY([anchor_view bounds]) - anchor_point.y;
235 anchor_point = [anchor_view convertPoint:anchor_point toView:nil];
238 frame.origin = anchor_point;
239 anchor_point = [parent_window convertBaseToScreen:anchor_point];
240 [bubbleController_ showAtAnchor:anchor_point];
/external/chromium_org/ash/shelf/
Dshelf_view.cc1781 gfx::Rect anchor_point = gfx::Rect(click_point, gfx::Size()); in ShowMenu() local
1788 anchor_point = source->GetBoundsInScreen(); in ShowMenu()
1795 anchor_point.set_x(anchor_point.x() - offset.x()); in ShowMenu()
1796 anchor_point.set_y(anchor_point.y() - offset.y()); in ShowMenu()
1801 anchor_point.Inset(source->border()->GetInsets()); in ShowMenu()
1828 anchor_point, in ShowMenu()
/external/chromium_org/ui/app_list/views/
Dapp_list_view.h68 void SetAnchorPoint(const gfx::Point& anchor_point);
Dapp_list_view.cc202 void AppListView::SetAnchorPoint(const gfx::Point& anchor_point) { in SetAnchorPoint() argument
203 SetAnchorRect(gfx::Rect(anchor_point, gfx::Size())); in SetAnchorPoint()
/external/chromium_org/cc/blink/
Dweb_layer_impl_fixed_bounds_unittest.cc80 void CompareFixedBoundsLayerAndNormalLayer(const WebFloatPoint& anchor_point, in CompareFixedBoundsLayerAndNormalLayer() argument
/external/chromium_org/third_party/ots/src/
Dgpos.cc131 uint16_t anchor_point = 0; in ParseAnchorTable() local
132 if (!subtable.ReadU16(&anchor_point)) { in ParseAnchorTable()
/external/chromium_org/cc/trees/
Dlayer_tree_impl.h326 bool anchor_point,
Dlayer_tree_impl.cc1464 bool anchor_point, in SetPageScaleAnimation() argument
1485 if (anchor_point) { in SetPageScaleAnimation()