network_icon.cc | 67 // Updates |strength_index_| for wireless networks. Returns true if changed. 89 int strength_index_; member in class:ash::network_icon::__anon5971::NetworkIconImpl 527 strength_index_(-1), 564 if (index != strength_index_) { 565 strength_index_ = index; 640 gfx::ImageSkia icon = GetIcon(network, icon_type_, strength_index_);
|