OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBalloonsBoundingBox
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.h
62
gfx::Rect
GetBalloonsBoundingBox
() {
63
return BalloonCollectionImpl::
GetBalloonsBoundingBox
();
balloon_collection_linux.cc
60
return
GetBalloonsBoundingBox
().Contains(cursor);
balloon_collection_win.cc
49
return
GetBalloonsBoundingBox
().Contains(cursor);
balloon_collection_impl.h
151
gfx::Rect
GetBalloonsBoundingBox
() const;
balloon_collection_impl.cc
168
gfx::Rect BalloonCollectionImpl::
GetBalloonsBoundingBox
() const {
desktop_notifications_unittest.cc
349
gfx::Rect box = balloon_collection_->
GetBalloonsBoundingBox
();
Completed in 33 milliseconds