Home
last modified time | relevance | path

Searched refs:MinHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/notifications/
Ddesktop_notifications_unittest.cc201 EXPECT_LE(top, last_top - balloon_collection_->MinHeight()); in TEST_F()
239 balloon_collection_->MinHeight()); in TEST_F()
244 balloon_collection_->MinHeight()); in TEST_F()
Ddesktop_notifications_unittest.h58 int MinHeight() { return Layout::min_balloon_height(); } in MinHeight() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4216 HANDLE_INHERIT_COND(CSSPropertyMinHeight, minHeight, MinHeight) in applyProperty()
4222 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyMinHeight, MinHeight, MinSize) in applyProperty()