Home
last modified time | relevance | path

Searched refs:is_fixed_to_bottom_edge (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer_position_constraint.h25 bool is_fixed_to_bottom_edge() const { return is_fixed_to_bottom_edge_; } in is_fixed_to_bottom_edge() function
/external/chromium_org/cc/blink/
Dweb_layer_impl.cc390 web_constraint.isFixedToBottomEdge = constraint.is_fixed_to_bottom_edge(); in ToWebLayerPositionConstraint()
/external/chromium_org/cc/trees/
Dlayer_tree_host_common.cc775 layer->position_constraint().is_fixed_to_bottom_edge(); in ApplyPositionAdjustment()