OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:balloons_
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_base.h
49
const Balloons& balloons() const { return
balloons_
; }
56
int count() const { return static_cast<int>(
balloons_
.size()); }
60
Balloons
balloons_
;
member in class:BalloonCollectionBase
desktop_notifications_unittest.h
51
std::deque<Balloon*>& balloons() { return
balloons_
; }
52
int count() const { return
balloons_
.size(); }
67
std::deque<Balloon*>
balloons_
;
member in class:MockBalloonCollection
/external/chromium_org/chrome/browser/notifications/
balloon_collection_base.h
56
const Balloons& balloons() const { return
balloons_
; }
67
int count() const { return static_cast<int>(
balloons_
.size()); }
71
Balloons
balloons_
;
member in class:BalloonCollectionBase
desktop_notifications_unittest.h
52
std::deque<Balloon*>& balloons() { return
balloons_
; }
53
int count() const { return
balloons_
.size(); }
68
std::deque<Balloon*>
balloons_
;
member in class:MockBalloonCollection
/external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h
49
std::set<Balloon*>& balloons() { return
balloons_
; }
50
int count() const { return
balloons_
.size(); }
56
std::set<Balloon*>
balloons_
;
member in class:chromeos::MockBalloonCollection
Completed in 65 milliseconds