OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:balloons_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/notifications/
balloon_collection_base.cc
16
STLDeleteElements(&
balloons_
);
20
balloons_
.push_back(balloon);
27
for (iter =
balloons_
.begin(); iter !=
balloons_
.end(); ++iter) {
29
balloons_
.erase(iter);
40
for (iter =
balloons_
.begin(); iter !=
balloons_
.end(); ++iter) {
56
for (iter =
balloons_
.begin(); iter !=
balloons_
.end(); ++iter) {
69
Balloons to_close =
balloons_
;
[
all
...]
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
desktop_notifications_unittest.cc
47
balloons_
.push_back(balloon);
53
for (it =
balloons_
.begin(); it !=
balloons_
.end(); ++it) {
55
balloons_
.erase(it);
63
return
balloons_
;
69
for (iter =
balloons_
.begin(); iter !=
balloons_
.end(); ++iter) {
71
if (iter ==
balloons_
.begin() || pos < min)
/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
desktop_notifications_unittest.cc
52
balloons_
.insert(balloon);
57
balloons_
.erase(source);
64
for (iter =
balloons_
.begin(); iter !=
balloons_
.end(); ++iter) {
66
if (iter ==
balloons_
.begin() || pos < min)
Completed in 720 milliseconds