Searched refs:GetViewSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dballoon.h93 gfx::Size GetViewSize() const { return balloon_view_->GetSize(); } function in class:Balloon
H A Ddesktop_notifications_unittest.cc238 EXPECT_GE((*iter)->GetViewSize().height(),
240 EXPECT_LE((*iter)->GetViewSize().height(),
243 EXPECT_EQ((*iter)->GetViewSize().height(),
361 int max_x = min_x + (*iter)->GetViewSize().width() - 1;
363 int max_y = min_y + (*iter)->GetViewSize().height() - 1;
H A Dballoon_collection_impl.cc163 gfx::Point upper_left = layout_.NextPosition((*it)->GetViewSize(), &origin);
178 (*iter)->GetViewSize());

Completed in 38 milliseconds