Searched refs:anchor_point (Results 1 – 8 of 8) sorted by relevance
209 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];
1781 gfx::Rect anchor_point = gfx::Rect(click_point, gfx::Size()); in ShowMenu() local1788 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()
68 void SetAnchorPoint(const gfx::Point& anchor_point);
202 void AppListView::SetAnchorPoint(const gfx::Point& anchor_point) { in SetAnchorPoint() argument203 SetAnchorRect(gfx::Rect(anchor_point, gfx::Size())); in SetAnchorPoint()
80 void CompareFixedBoundsLayerAndNormalLayer(const WebFloatPoint& anchor_point, in CompareFixedBoundsLayerAndNormalLayer() argument
131 uint16_t anchor_point = 0; in ParseAnchorTable() local132 if (!subtable.ReadU16(&anchor_point)) { in ParseAnchorTable()
326 bool anchor_point,
1464 bool anchor_point, in SetPageScaleAnimation() argument1485 if (anchor_point) { in SetPageScaleAnimation()