Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupMenuTest.cpp348 int menuItemHeight = webView()->selectPopup()->menuItemHeight(); in TEST_F() local
350 IntPoint row1Point(2, menuItemHeight * 1.5); in TEST_F()
366 int menuItemHeight = webView()->selectPopup()->menuItemHeight(); in TEST_F() local
368 IntPoint row1Point(2, menuItemHeight * 1.5); in TEST_F()
410 int menuItemHeight = webView()->selectPopup()->menuItemHeight(); in TEST_F() local
412 IntPoint row1Point(2, menuItemHeight * 0.5); in TEST_F()
427 row1Point.setY(menuItemHeight * 1.5); in TEST_F()
436 row1Point.setY(menuItemHeight * 2.5); in TEST_F()
475 int menuItemHeight = webView()->selectPopup()->menuItemHeight(); in TEST_F() local
477 IntPoint row1Point(2, menuItemHeight * 1.5); in TEST_F()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/
DPopupContainer.h100 int menuItemHeight() const;
DPopupContainer.cpp440 int PopupContainer::menuItemHeight() const in menuItemHeight() function in blink::PopupContainer
515 info->itemHeight = menuItemHeight(); in getPopupMenuInfo()