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

  /external/chromium_org/chrome/browser/status_icons/
status_tray.cc 19 status_icons_.push_back(icon);
25 std::find(status_icons_.begin(), status_icons_.end(), icon));
27 if (i == status_icons_.end()) {
32 status_icons_.erase(i);
status_tray.h 59 const StatusIcons& status_icons() const { return status_icons_; }
64 StatusIcons status_icons_; member in class:StatusTray

Completed in 4175 milliseconds