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

  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button.h 58 paint_as_active_ = paint_as_active;
70 // Returns the icon image to paint based on |paint_as_active_|.
82 bool paint_as_active_; member in class:ash::FrameCaptionButton
frame_caption_button.cc 32 paint_as_active_(false),
174 return paint_as_active_ ? icon_image_ : inactive_icon_image_;

Completed in 151 milliseconds