Home
last modified time | relevance | path

Searched refs:draw_background_as_active_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
Dtray_background_view.h134 bool draw_background_as_active() const {return draw_background_as_active_; } in draw_background_as_active()
186 bool draw_background_as_active_; variable
Dtray_background_view.cc310 draw_background_as_active_(false), in TrayBackgroundView()
431 if (!background_ || draw_background_as_active_) in UpdateBackground()
631 draw_background_as_active_ = visible; in SetDrawBackgroundAsActive()
636 if (draw_background_as_active_) in SetDrawBackgroundAsActive()