OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebNotificationBubbleWrapper
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/web_notification/
web_notification_tray.h
43
class
WebNotificationBubbleWrapper
;
156
internal::
WebNotificationBubbleWrapper
* message_center_bubble() const {
165
scoped_ptr<internal::
WebNotificationBubbleWrapper
> message_center_bubble_;
web_notification_tray.cc
205
class
WebNotificationBubbleWrapper
{
208
WebNotificationBubbleWrapper
(WebNotificationTray* tray,
238
DISALLOW_COPY_AND_ASSIGN(
WebNotificationBubbleWrapper
);
373
new internal::
WebNotificationBubbleWrapper
(this, message_center_bubble));
Completed in 33 milliseconds