OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DisplayFirstRunBalloon
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/notifications/
message_center_notification_manager_win.cc
10
void MessageCenterNotificationManager::
DisplayFirstRunBalloon
() {
14
tray_->
DisplayFirstRunBalloon
();
51
base::Bind(&MessageCenterNotificationManager::
DisplayFirstRunBalloon
,
message_center_notification_manager.h
81
void
DisplayFirstRunBalloon
();
/external/chromium_org/ui/message_center/
message_center_tray_delegate.h
45
virtual void
DisplayFirstRunBalloon
() {}
fake_message_center_tray_delegate.cc
51
void FakeMessageCenterTrayDelegate::
DisplayFirstRunBalloon
() {
fake_message_center_tray_delegate.h
38
virtual void
DisplayFirstRunBalloon
() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_win.cc
31
void WebNotificationTray::
DisplayFirstRunBalloon
() {
32
// We should never be calling
DisplayFirstRunBalloon
without a status icon.
web_notification_tray.h
74
void
DisplayFirstRunBalloon
();
Completed in 240 milliseconds