HomeSort by relevance Sort by last modified time
    Searched defs:status_tray (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/system_indicator/
system_indicator_manager_factory.cc 40 StatusTray* status_tray = g_browser_process->status_tray(); local
41 if (status_tray == NULL)
45 status_tray);
  /external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc 14 #include "chrome/browser/status_icons/status_tray.h"
353 StatusTray* status_tray = g_browser_process->status_tray();
354 if (!status_tray)
357 status_icon_ = status_tray->CreateStatusIcon(
371 StatusTray* status_tray = g_browser_process->status_tray(); local
372 if (status_tray)
373 status_tray->RemoveStatusIcon(status_icon_);
  /external/chromium_org/chrome/test/base/
testing_browser_process.cc 197 StatusTray* TestingBrowserProcess::status_tray() { function in class:TestingBrowserProcess
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 65 #include "chrome/browser/status_icons/status_tray.h"
736 StatusTray* BrowserProcessImpl::status_tray() { function in class:BrowserProcessImpl
    [all...]

Completed in 614 milliseconds