OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_tray
(Results
1 - 11
of
11
) 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
);
system_indicator_manager.cc
16
#include "chrome/browser/status_icons/
status_tray
.h"
38
StatusTray*
status_tray
);
51
StatusTray*
status_tray
);
64
StatusTray*
status_tray
) {
66
new ExtensionIndicatorIcon(extension, action, profile,
status_tray
));
105
StatusTray*
status_tray
)
107
status_tray_(
status_tray
),
124
StatusTray*
status_tray
)
125
: profile_(profile), status_tray_(
status_tray
) {
system_indicator_manager.h
35
SystemIndicatorManager(Profile* profile, StatusTray*
status_tray
);
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc
13
#include "chrome/browser/status_icons/
status_tray
.h"
327
StatusTray*
status_tray
= g_browser_process->
status_tray
();
328
if (!
status_tray
)
331
status_icon_ =
status_tray
->CreateStatusIcon(
345
StatusTray*
status_tray
= g_browser_process->
status_tray
();
local
346
if (
status_tray
)
347
status_tray
->RemoveStatusIcon(status_icon_);
/external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc
18
#include "chrome/browser/status_icons/
status_tray
.h"
346
StatusTray*
status_tray
= g_browser_process->
status_tray
();
347
if (!
status_tray
)
358
status_icon_ =
status_tray
->CreateStatusIcon(
386
StatusTray*
status_tray
= g_browser_process->
status_tray
();
387
if (
status_tray
!= NULL) {
388
status_tray
->RemoveStatusIcon(status_icon_);
/external/chromium_org/chrome/browser/
browser_process.h
183
virtual StatusTray*
status_tray
() = 0;
browser_process_impl.h
115
virtual StatusTray*
status_tray
() OVERRIDE;
browser_process_impl.cc
66
#include "chrome/browser/status_icons/
status_tray
.h"
750
StatusTray* BrowserProcessImpl::
status_tray
() {
function in class:BrowserProcessImpl
[
all
...]
/external/chromium_org/chrome/test/base/
testing_browser_process.h
74
virtual StatusTray*
status_tray
() OVERRIDE;
testing_browser_process.cc
191
StatusTray* TestingBrowserProcess::
status_tray
() {
function in class:TestingBrowserProcess
/external/chromium_org/chrome/browser/background/
background_mode_manager.cc
29
#include "chrome/browser/status_icons/
status_tray
.h"
681
status_tray_ = g_browser_process->
status_tray
();
Completed in 233 milliseconds