OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:status_icon
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.cc
10
views::StatusIconLinux*
status_icon
)
12
status_icon_.reset(
status_icon
);
56
scoped_ptr<views::StatusIconLinux>
status_icon
=
local
58
if (
status_icon
.get())
59
return new StatusIconLinuxWrapper(
status_icon
.release());
status_icon_linux_wrapper.h
10
#include "chrome/browser/status_icons/
status_icon
.h"
51
explicit StatusIconLinuxWrapper(views::StatusIconLinux*
status_icon
);
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.h
93
void AddQuietModeMenu(StatusIcon*
status_icon
);
web_notification_tray.cc
11
#include "chrome/browser/status_icons/
status_icon
.h"
352
void WebNotificationTray::AddQuietModeMenu(StatusIcon*
status_icon
) {
353
DCHECK(
status_icon
);
365
status_icon
->SetContextMenu(menu.Pass());
/external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc
733
StatusIcon*
status_icon
= manager->status_icon_;
local
735
delete
status_icon
;
/external/chromium/chrome/browser/ui/views/
page_info_bubble_view.cc
51
const SkBitmap*
status_icon
,
Completed in 164 milliseconds