HomeSort by relevance Sort by last modified time
    Searched refs:SetPositionConstraint (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cc/layers/
layer_position_constraint_unittest.cc 149 grand_child->SetPositionConstraint(fixed_to_top_left_);
188 grand_child->SetPositionConstraint(fixed_to_bottom_right_);
223 grand_child->SetPositionConstraint(fixed_to_top_left_);
265 grand_child->SetPositionConstraint(fixed_to_bottom_right_);
291 great_grand_child->SetPositionConstraint(fixed_to_top_left_);
341 great_grand_child->SetPositionConstraint(fixed_to_bottom_right_);
378 great_grand_child->SetPositionConstraint(fixed_to_top_left_);
445 great_grand_child->SetPositionConstraint(fixed_to_bottom_right_);
490 great_grand_child->SetPositionConstraint(fixed_to_top_left_);
560 great_grand_child->SetPositionConstraint(fixed_to_bottom_right_)
    [all...]
layer.h 175 void SetPositionConstraint(const LayerPositionConstraint& constraint);
layer_impl.h 254 void SetPositionConstraint(const LayerPositionConstraint& constraint) {
layer.cc 837 void Layer::SetPositionConstraint(const LayerPositionConstraint& constraint) {
912 layer->SetPositionConstraint(position_constraint_);
    [all...]
layer_impl.cc 530 layer->SetPositionConstraint(position_constraint_);
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc 369 void WebLayerImpl::setPositionConstraint(
371 layer_->SetPositionConstraint(ToLayerPositionConstraint(constraint));
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc     [all...]

Completed in 379 milliseconds