/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
D | new_credit_card_bubble_cocoa.mm | 211 NSPoint anchor_point; 215 anchor_point = NSMakePoint( 222 anchor_point = NSMakePoint( 227 anchor_point.x = NSMaxX([anchor_view bounds]) - anchor_point.x; 236 anchor_point.y = NSMaxY([anchor_view bounds]) - anchor_point.y; 237 anchor_point = [anchor_view convertPoint:anchor_point toView:nil]; 240 frame.origin = anchor_point; 241 anchor_point = [parent_window convertBaseToScreen:anchor_point]; 242 [bubbleController_ showAtAnchor:anchor_point];
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
D | web_layer_impl_fixed_bounds.cc | 34 const blink::WebFloatPoint& anchor_point) { in setAnchorPoint() argument 35 if (anchor_point != this->anchorPoint()) { in setAnchorPoint() 36 layer_->SetAnchorPoint(anchor_point); in setAnchorPoint()
|
D | web_layer_impl_fixed_bounds_unittest.cc | 88 const WebFloatPoint& anchor_point, in CompareFixedBoundsLayerAndNormalLayer() argument 111 fixed_bounds_layer->setAnchorPoint(anchor_point); in CompareFixedBoundsLayerAndNormalLayer() 124 normal_layer->setAnchorPoint(anchor_point); in CompareFixedBoundsLayerAndNormalLayer()
|
D | web_layer_impl_fixed_bounds.h | 28 virtual void setAnchorPoint(const blink::WebFloatPoint& anchor_point);
|
D | web_layer_impl.cc | 82 void WebLayerImpl::setAnchorPoint(const WebFloatPoint& anchor_point) { in setAnchorPoint() argument 83 layer_->SetAnchorPoint(anchor_point); in setAnchorPoint() 87 return layer_->anchor_point(); in anchorPoint()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_common.cc | 1504 gfx::PointF anchor_point = layer->anchor_point(); in CalculateDrawPropertiesInternal() local 1512 position.x() + anchor_point.x() * bounds.width(), in CalculateDrawPropertiesInternal() 1513 position.y() + anchor_point.y() * bounds.height(), in CalculateDrawPropertiesInternal() 1518 combined_transform.Translate3d(-anchor_point.x() * bounds.width(), in CalculateDrawPropertiesInternal() 1519 -anchor_point.y() * bounds.height(), in CalculateDrawPropertiesInternal() 1892 layer->anchor_point().x() * bounds.width(), in CalculateDrawPropertiesInternal() 1893 layer->anchor_point().y() * bounds.height()); in CalculateDrawPropertiesInternal() 1897 -layer->anchor_point().x() * bounds.width(), in CalculateDrawPropertiesInternal() 1898 -layer->anchor_point().y() * bounds.height()); in CalculateDrawPropertiesInternal() 2075 layer->replica_layer()->anchor_point().x() * bounds.width(), in CalculateDrawPropertiesInternal() [all …]
|
D | layer_tree_host_impl.h | 133 bool anchor_point,
|
D | layer_tree_host_impl.cc | 429 bool anchor_point, in StartPageScaleAnimation() argument 451 if (anchor_point) { in StartPageScaleAnimation()
|
/external/chromium_org/chrome/browser/ui/gtk/ |
D | confirm_bubble_gtk.cc | 46 const gfx::Point& anchor_point, in ConfirmBubbleGtk() argument 50 anchor_point_(anchor_point), in ConfirmBubbleGtk()
|
D | confirm_bubble_gtk.h | 43 const gfx::Point& anchor_point,
|
/external/chromium_org/cc/input/ |
D | input_handler.h | 121 bool anchor_point,
|
/external/chromium_org/ui/app_list/views/ |
D | app_list_view.cc | 166 void AppListView::SetAnchorPoint(const gfx::Point& anchor_point) { in SetAnchorPoint() argument 167 SetAnchorRect(gfx::Rect(anchor_point, gfx::Size())); in SetAnchorPoint()
|
D | app_list_view.h | 62 void SetAnchorPoint(const gfx::Point& anchor_point);
|
/external/chromium_org/ash/shelf/ |
D | shelf_view.cc | 1875 gfx::Rect anchor_point = gfx::Rect(click_point, gfx::Size()); in ShowMenu() local 1882 anchor_point = source->GetBoundsInScreen(); in ShowMenu() 1889 anchor_point.set_x(anchor_point.x() - offset.x()); in ShowMenu() 1890 anchor_point.set_y(anchor_point.y() - offset.y()); in ShowMenu() 1895 anchor_point.Inset(source->border()->GetInsets()); in ShowMenu() 1923 anchor_point, in ShowMenu()
|
/external/chromium_org/cc/layers/ |
D | layer.h | 106 void SetAnchorPoint(gfx::PointF anchor_point); 107 gfx::PointF anchor_point() const { return anchor_point_; } in anchor_point() function
|
D | layer_impl.h | 192 void SetAnchorPoint(gfx::PointF anchor_point); 193 gfx::PointF anchor_point() const { return anchor_point_; } in anchor_point() function
|
D | layer.cc | 380 void Layer::SetAnchorPoint(gfx::PointF anchor_point) { in SetAnchorPoint() argument 382 if (anchor_point_ == anchor_point) in SetAnchorPoint() 384 anchor_point_ = anchor_point; in SetAnchorPoint()
|
D | layer_impl.cc | 796 void LayerImpl::SetAnchorPoint(gfx::PointF anchor_point) { in SetAnchorPoint() argument 797 if (anchor_point_ == anchor_point) in SetAnchorPoint() 800 anchor_point_ = anchor_point; in SetAnchorPoint()
|
/external/chromium_org/third_party/ots/src/ |
D | gpos.cc | 131 uint16_t anchor_point = 0; in ParseAnchorTable() local 132 if (!subtable.ReadU16(&anchor_point)) { in ParseAnchorTable()
|
/external/chromium_org/ui/compositor/ |
D | layer_unittest.cc | 615 l1->cc_layer()->anchor_point().ToString()); in TEST_F() 630 l1->cc_layer()->anchor_point().ToString()); in TEST_F()
|
/external/chromium_org/content/renderer/input/ |
D | input_handler_proxy_unittest.cc | 65 bool anchor_point, in StartPageScaleAnimation() argument
|