OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
817
if (children_[i]->position_constraint_.
is_fixed_position
() ||
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
354
web_constraint.isFixedPosition = constraint.
is_fixed_position
();
/external/chromium_org/cc/trees/
layer_tree_host_common.cc
747
if (!layer->position_constraint().
is_fixed_position
())
[
all
...]
Completed in 31 milliseconds