OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetIconImage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/tray/
tray_notification_view.h
34
// If icon_id is 0, no icon image will be set.
SetIconImage
can be called
43
void
SetIconImage
(const gfx::ImageSkia& image);
tray_notification_view.cc
85
void TrayNotificationView::
SetIconImage
(const gfx::ImageSkia& image) {
/external/chromium_org/ash/system/chromeos/power/
tray_power.cc
88
SetIconImage
(PowerStatus::Get()->GetBatteryImage(PowerStatus::ICON_DARK));
Completed in 31 milliseconds