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

  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager.h 70 StatusTray* status_tray_; member in class:extensions::SystemIndicatorManager
system_indicator_manager.cc 54 StatusTray* status_tray_; member in class:extensions::ExtensionIndicatorIcon
79 status_tray_->RemoveStatusIcon(icon_);
107 status_tray_(status_tray),
117 icon_ = status_tray_->CreateStatusIcon(
125 : profile_(profile), status_tray_(status_tray) {
201 extension, extension_action, profile_, status_tray_);
  /external/chromium/chrome/browser/
background_mode_manager.cc 49 status_tray_(NULL),
241 if (!status_tray_)
242 status_tray_ = profile_->GetStatusTray();
247 if (!status_tray_ || status_icon_)
249 status_icon_ = status_tray_->CreateStatusIcon();
320 status_tray_->RemoveStatusIcon(status_icon_);
background_mode_manager.h 180 StatusTray* status_tray_; member in class:BackgroundModeManager
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 178 status_tray_(NULL),
680 if (!status_tray_)
681 status_tray_ = g_browser_process->status_tray();
686 if (!status_tray_ || status_icon_)
693 status_icon_ = status_tray_->CreateStatusIcon(
793 status_tray_->RemoveStatusIcon(status_icon_);
background_mode_manager.h 312 StatusTray* status_tray_; member in class:BackgroundModeManager
  /external/chromium/chrome/browser/profiles/
profile_impl.h 252 scoped_ptr<StatusTray> status_tray_; member in class:ProfileImpl
profile_impl.cc 743 if (!status_tray_.get())
744 status_tray_.reset(StatusTray::Create());
745 return status_tray_.get();
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 752 if (!status_tray_.get())
754 return status_tray_.get();
    [all...]
browser_process_impl.h 227 scoped_ptr<StatusTray> status_tray_; member in class:BrowserProcessImpl

Completed in 56 milliseconds