HomeSort by relevance Sort by last modified time
    Searched defs:was_active (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/models/
list_selection_model.cc 118 bool was_active = from == active_; local
127 if (was_active)
  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.cc 288 const bool was_active = is_insertion_active_; local
296 GetAnimationStyle(was_active));
306 const bool was_active = is_selection_active_; local
309 const TouchHandle::AnimationStyle animation = GetAnimationStyle(was_active);
411 bool was_active) const {
412 return was_active && client_->SupportsAnimation()
  /external/chromium_org/cc/animation/
layer_animation_controller.cc 927 bool was_active = is_active_; local
    [all...]

Completed in 252 milliseconds