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

/external/webkit/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp69 static const int kMaxVisibleRows = 20; member in namespace:WebCore
237 // defined as being kMaxVisibleRows. For a scrolled popup, this can be thought of as the
1147 m_visibleRows = min(numItems(), kMaxVisibleRows);

Completed in 14 milliseconds