Home
last modified time | relevance | path

Searched refs:STYLE_SHORT_RESTORED (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/caption_buttons/
Dframe_caption_button.cc28 style_(STYLE_SHORT_RESTORED), in FrameCaptionButton()
134 } else if (style_ == STYLE_SHORT_RESTORED) { in UpdateImages()
149 } else if (style_ == STYLE_SHORT_RESTORED) { in UpdateImages()
Dframe_caption_button.h34 STYLE_SHORT_RESTORED, enumerator
Dframe_caption_button_container_view.cc132 FrameCaptionButton::Style style = FrameCaptionButton::STYLE_SHORT_RESTORED; in Layout()