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

  /external/chromium_org/cc/layers/
layer_position_constraint.h 17 bool is_fixed_position() const { return is_fixed_position_; } function in class:cc::LayerPositionConstraint
layer.cc 810 if (children_[i]->position_constraint_.is_fixed_position() ||
    [all...]
  /external/chromium_org/cc/blink/
web_layer_impl.cc 388 web_constraint.isFixedPosition = constraint.is_fixed_position();
  /external/chromium_org/cc/trees/
layer_tree_host_common.cc 760 if (!layer->position_constraint().is_fixed_position())
    [all...]

Completed in 242 milliseconds