Searched refs:was_active (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_selection_controller.cc288 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()
H A Dtouch_selection_controller.h117 TouchHandle::AnimationStyle GetAnimationStyle(bool was_active) const;
/external/chromium_org/ui/base/models/
H A Dlist_selection_model.cc118 bool was_active = from == active_; local
127 if (was_active)
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller.cc927 bool was_active = is_active_; local
936 if (is_active_ && (!was_active || force))
938 else if (!is_active_ && (was_active || force))
/external/qemu/audio/
H A Daudio.c871 int was_active = sw->active; local
881 if (was_active) {

Completed in 2622 milliseconds