OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:balloon_container_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc
397
:
balloon_container_
(NULL),
443
container_host_->SetContentsView(
balloon_container_
.get());
462
balloon_container_
->DismissAllNonSticky();
464
container_host_->GetRootView()->RemoveChildView(
balloon_container_
.get());
490
balloon_container_
->Add(balloon);
503
return
balloon_container_
->Update(balloon);
507
BalloonViewImpl* view =
balloon_container_
->Remove(balloon);
515
if (
balloon_container_
->GetNotificationCount() == 0)
523
balloon_container_
->GetStickyNewNotificationCount() == 0)
625
balloon_container_
->MakeAllStale()
[
all
...]
notification_panel.h
160
scoped_ptr<BalloonContainer>
balloon_container_
;
member in class:chromeos::NotificationPanel
Completed in 35 milliseconds