Home
last modified time | relevance | path

Searched refs:GetBalloonsBoundingBox (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/notifications/
Ddesktop_notifications_unittest.h62 gfx::Rect GetBalloonsBoundingBox() { in GetBalloonsBoundingBox() function
63 return BalloonCollectionImpl::GetBalloonsBoundingBox(); in GetBalloonsBoundingBox()
Dballoon_collection_win.cc49 return GetBalloonsBoundingBox().Contains(cursor); in IsCursorInBalloonCollection()
Dballoon_collection_linux.cc60 return GetBalloonsBoundingBox().Contains(cursor); in IsCursorInBalloonCollection()
Dballoon_collection_impl.h151 gfx::Rect GetBalloonsBoundingBox() const;
Dballoon_collection_impl.cc168 gfx::Rect BalloonCollectionImpl::GetBalloonsBoundingBox() const { in GetBalloonsBoundingBox() function in BalloonCollectionImpl
Ddesktop_notifications_unittest.cc349 gfx::Rect box = balloon_collection_->GetBalloonsBoundingBox(); in TEST_F()