Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/renderer_host/input/
Dtouch_selection_controller.cc288 const bool was_active = is_insertion_active_; in OnInsertionChanged() local
296 GetAnimationStyle(was_active)); in OnInsertionChanged()
306 const bool was_active = is_selection_active_; in OnSelectionChanged() local
309 const TouchHandle::AnimationStyle animation = GetAnimationStyle(was_active); in OnSelectionChanged()
411 bool was_active) const { in GetAnimationStyle()
412 return was_active && client_->SupportsAnimation() in GetAnimationStyle()
Dtouch_selection_controller.h117 TouchHandle::AnimationStyle GetAnimationStyle(bool was_active) const;
/external/chromium_org/ui/base/models/
Dlist_selection_model.cc118 bool was_active = from == active_; in Move() local
127 if (was_active) in Move()
/external/chromium_org/cc/animation/
Dlayer_animation_controller.cc927 bool was_active = is_active_; in UpdateActivation() local
936 if (is_active_ && (!was_active || force)) in UpdateActivation()
938 else if (!is_active_ && (was_active || force)) in UpdateActivation()
/external/qemu/audio/
Daudio.c871 int was_active = sw->active; in audio_detach_capture() local
881 if (was_active) { in audio_detach_capture()