Home
last modified time | relevance | path

Searched refs:menuItemHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupMenuTest.cpp351 int menuItemHeight = m_webView->selectPopup()->menuItemHeight(); in TEST_F() local
353 IntPoint row1Point(2, menuItemHeight * 1.5); in TEST_F()
369 int menuItemHeight = m_webView->selectPopup()->menuItemHeight(); in TEST_F() local
371 IntPoint row1Point(2, menuItemHeight * 1.5); in TEST_F()
414 int menuItemHeight = m_webView->selectPopup()->menuItemHeight(); in TEST_F() local
416 IntPoint row1Point(2, menuItemHeight * 0.5); in TEST_F()
431 row1Point.setY(menuItemHeight * 1.5); in TEST_F()
440 row1Point.setY(menuItemHeight * 2.5); in TEST_F()
481 int menuItemHeight = m_webView->selectPopup()->menuItemHeight(); in TEST_F() local
483 IntPoint row1Point(2, menuItemHeight * 1.5); in TEST_F()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.h101 int menuItemHeight() const;
DPopupContainer.cpp435 int PopupContainer::menuItemHeight() const in menuItemHeight() function in WebCore::PopupContainer
DChromeClientImpl.cpp788 info->itemHeight = popupContainer->menuItemHeight(); in getPopupMenuInfo()