HomeSort by relevance Sort by last modified time
    Searched full:have_status_tray_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 83 have_status_tray_(false),
92 virtual void CreateStatusTrayIcon() OVERRIDE { have_status_tray_ = true; }
93 virtual void RemoveStatusTrayIcon() OVERRIDE { have_status_tray_ = false; }
108 bool HaveStatusTray() const { return have_status_tray_; }
116 bool have_status_tray_; member in class:TestBackgroundModeManager

Completed in 467 milliseconds