HomeSort by relevance Sort by last modified time
    Searched refs:GetViewSize (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/notifications/
balloon.h 93 gfx::Size GetViewSize() const { return balloon_view_->GetSize(); }
desktop_notifications_unittest.cc 238 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;
balloon_collection_impl.cc 163 gfx::Point upper_left = layout_.NextPosition((*it)->GetViewSize(), &origin);
178 (*iter)->GetViewSize());

Completed in 86 milliseconds