HomeSort by relevance Sort by last modified time
    Searched full:animated_attribute_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h 59 // Updates |popup|'s bounds given |animation_| and |animated_attribute_|.
94 AnimatedAttribute animated_attribute_; member in class:FullscreenExitBubbleViews
fullscreen_exit_bubble_views.cc 266 animated_attribute_(ANIMATED_ATTRIBUTE_BOUNDS) {
375 if (animated_attribute_ != expected_animated_attribute) {
381 animated_attribute_ = expected_animated_attribute;
386 if (animated_attribute_ == ANIMATED_ATTRIBUTE_BOUNDS)
409 if (animated_attribute_ == ANIMATED_ATTRIBUTE_OPACITY) {
460 animated_attribute_ == ANIMATED_ATTRIBUTE_BOUNDS) {

Completed in 47 milliseconds