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

  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 95 , m_itemHeight(0)
299 m_itemHeight = client()->menuStyle().font().height() + optionSpacingMiddle;
300 int naturalHeight = m_itemHeight * itemCount;
303 popupHeight -= popupHeight % m_itemHeight;
397 return clientRect().height() / m_itemHeight;
402 return m_scrollOffset + point.y() / m_itemHeight;
482 damageRect.setY(m_itemHeight * (index - m_scrollOffset));
483 damageRect.setHeight(m_itemHeight);
596 // listRect is the damageRect translated into the coordinates of the entire menu list (which is itemCount * m_itemHeight pixels tall)
598 listRect.move(IntSize(0, m_scrollOffset * m_itemHeight));
    [all...]
  /external/webkit/WebCore/platform/
PopupMenu.h 103 int itemHeight() const { return m_itemHeight; }
169 int m_itemHeight;

Completed in 11 milliseconds