/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds.cc | 34 const blink::WebFloatPoint& anchor_point) { 35 if (anchor_point != this->anchorPoint()) { 36 layer_->SetAnchorPoint(anchor_point);
|
web_layer_impl_fixed_bounds.h | 28 virtual void setAnchorPoint(const blink::WebFloatPoint& anchor_point);
|
web_layer_impl_fixed_bounds_unittest.cc | 88 const WebFloatPoint& anchor_point, 111 fixed_bounds_layer->setAnchorPoint(anchor_point); 124 normal_layer->setAnchorPoint(anchor_point);
|
web_layer_impl.cc | 82 void WebLayerImpl::setAnchorPoint(const WebFloatPoint& anchor_point) { 83 layer_->SetAnchorPoint(anchor_point); 87 return layer_->anchor_point();
|
/external/chromium_org/chrome/browser/ui/gtk/ |
confirm_bubble_gtk.h | 43 const gfx::Point& anchor_point,
|
confirm_bubble_gtk.cc | 46 const gfx::Point& anchor_point, 50 anchor_point_(anchor_point),
|
/external/chromium_org/cc/input/ |
input_handler.h | 121 bool anchor_point,
|
/external/chromium_org/ui/app_list/views/ |
app_list_view.h | 62 void SetAnchorPoint(const gfx::Point& anchor_point);
|
app_list_view.cc | 166 void AppListView::SetAnchorPoint(const gfx::Point& anchor_point) { 167 SetAnchorRect(gfx::Rect(anchor_point, gfx::Size()));
|
/external/chromium_org/cc/trees/ |
layer_tree_host_common.cc | 1504 gfx::PointF anchor_point = layer->anchor_point(); local [all...] |
layer_tree_host_impl.h | 133 bool anchor_point,
|
layer_tree_host_impl.cc | 429 bool anchor_point, 451 if (anchor_point) { [all...] |
/external/chromium_org/ash/shelf/ |
shelf_view.cc | 1875 gfx::Rect anchor_point = gfx::Rect(click_point, gfx::Size()); local [all...] |
/external/chromium_org/cc/layers/ |
layer.h | 106 void SetAnchorPoint(gfx::PointF anchor_point); 107 gfx::PointF anchor_point() const { return anchor_point_; } function in class:cc::Layer
|
layer_impl.h | 192 void SetAnchorPoint(gfx::PointF anchor_point); 193 gfx::PointF anchor_point() const { return anchor_point_; } function in class:cc::LayerImpl
|
layer.cc | 380 void Layer::SetAnchorPoint(gfx::PointF anchor_point) { 382 if (anchor_point_ == anchor_point) 384 anchor_point_ = anchor_point; [all...] |
layer_impl.cc | 796 void LayerImpl::SetAnchorPoint(gfx::PointF anchor_point) { 797 if (anchor_point_ == anchor_point) 800 anchor_point_ = anchor_point; [all...] |
/external/chromium_org/third_party/ots/src/ |
gpos.cc | 131 uint16_t anchor_point = 0; local 132 if (!subtable.ReadU16(&anchor_point)) {
|
/external/chromium_org/ui/compositor/ |
layer_unittest.cc | 615 l1->cc_layer()->anchor_point().ToString()); 630 l1->cc_layer()->anchor_point().ToString()); [all...] |
/external/chromium_org/content/renderer/input/ |
input_handler_proxy_unittest.cc | 65 bool anchor_point, [all...] |