Home
last modified time | relevance | path

Searched refs:SetButtonsToNormal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ash/frame/caption_buttons/
Dframe_size_button_delegate.h34 virtual void SetButtonsToNormal(Animate animate) = 0;
Dframe_caption_button_container_view.cc184 SetButtonsToNormal(ANIMATE_NO); in ResetWindowControls()
326 SetButtonsToNormal(ANIMATE_NO); in ButtonPressed()
356 void FrameCaptionButtonContainerView::SetButtonsToNormal(Animate animate) { in SetButtonsToNormal() function in ash::FrameCaptionButtonContainerView
Dframe_caption_button_container_view.h147 virtual void SetButtonsToNormal(Animate animate) OVERRIDE;
Dframe_size_button.cc281 delegate_->SetButtonsToNormal(animate); in SetButtonsToNormalMode()