OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
12
#include "chrome/browser/status_icons/
status_tray
.h"
301
StatusTray*
status_tray
= g_browser_process->
status_tray
();
302
if (!
status_tray
)
305
status_icon_ =
status_tray
->CreateStatusIcon(
319
StatusTray*
status_tray
= g_browser_process->
status_tray
();
local
320
if (
status_tray
)
321
status_tray
->RemoveStatusIcon(status_icon_);
/external/chromium_org/chrome/test/base/
testing_browser_process.cc
171
StatusTray* TestingBrowserProcess::
status_tray
() {
function in class:TestingBrowserProcess
/external/chromium_org/chrome/browser/
browser_process_impl.cc
64
#include "chrome/browser/status_icons/
status_tray
.h"
725
StatusTray* BrowserProcessImpl::
status_tray
() {
function in class:BrowserProcessImpl
[
all
...]
Completed in 280 milliseconds