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

  /external/chromium_org/ui/compositor/
layer_animation_sequence.h 98 bool HasConflictingProperty(
layer_animation_sequence.cc 186 bool LayerAnimationSequence::HasConflictingProperty(
layer_animator.cc 592 if (running_animations_copy[i].sequence()->HasConflictingProperty(
614 if (sequences[i]->HasConflictingProperty(sequence->properties())) {
733 if (!sequences[i]->HasConflictingProperty(animated)) {
761 if ((*iter).sequence()->HasConflictingProperty(sequence->properties()))
layer_animation_sequence_unittest.cc 33 EXPECT_FALSE(sequence.HasConflictingProperty(properties));

Completed in 157 milliseconds