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

  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button_delegate.h 24 ANIMATE_YES,
32 // |animate| is ANIMATE_YES, the buttons will crossfade back to their
37 // their new icons if |animate| is ANIMATE_YES.
frame_caption_button.cc 58 (animate == ANIMATE_YES || !swap_images_animation_->is_animating()) &&
66 if (animate == ANIMATE_YES)
83 if (animate == ANIMATE_YES) {
frame_caption_button.h 25 ANIMATE_YES,
34 // Sets the images to use to paint the button. If |animate| is ANIMATE_YES,
frame_size_button.cc 91 SetButtonsToNormalMode(FrameSizeButtonDelegate::ANIMATE_YES);
103 SetButtonsToNormalMode(FrameSizeButtonDelegate::ANIMATE_YES);
153 SetButtonsToSnapMode(FrameSizeButtonDelegate::ANIMATE_YES);
272 SetButtonsToNormalMode(FrameSizeButtonDelegate::ANIMATE_YES);
frame_caption_button_container_view.cc 299 (animate == ANIMATE_YES || !button->IsAnimatingImageSwap())) {
303 FrameCaptionButton::Animate fcb_animate = (animate == ANIMATE_YES) ?
304 FrameCaptionButton::ANIMATE_YES : FrameCaptionButton::ANIMATE_NO;

Completed in 82 milliseconds