Searched defs:draw_background_as_active (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/shelf/
H A Dapp_list_button.h25 bool draw_background_as_active() { function in class:ash::AppListButton
46 void SetDrawBackgroundAsActive(bool draw_background_as_active);
H A Dapp_list_button.cc188 bool draw_background_as_active) {
189 if (draw_background_as_active_ == draw_background_as_active)
191 draw_background_as_active_ = draw_background_as_active;
187 SetDrawBackgroundAsActive( bool draw_background_as_active) argument
/external/chromium_org/ash/system/tray/
H A Dtray_background_view.h135 bool draw_background_as_active() const {return draw_background_as_active_; } function in class:ash::TrayBackgroundView

Completed in 86 milliseconds