HomeSort by relevance Sort by last modified time
    Searched defs:itemHeight (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebPopupMenuInfo.h 41 int itemHeight;
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 62 int itemHeight() const { return m_itemHeight; }
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 97 int itemHeight() const { return m_itemHeight; }
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 214 return max(1, (contentHeight() + rowSpacing) / itemHeight());
224 return itemHeight() * numItems() - rowSpacing;
231 int itemHeight = RenderListBox::itemHeight();
232 setHeight(itemHeight * size() - rowSpacing + toAdd);
239 m_vBar->setSteps(1, min(1, numVisibleItems() - 1), itemHeight);
254 ty + borderTop() + paddingTop() + itemHeight() * (index - m_indexOffset),
255 contentWidth(), itemHeight());
463 int newOffset = (offsetY - borderTop() - paddingTop()) / itemHeight() + m_indexOffset;
619 int RenderListBox::itemHeight() cons
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 347 final float itemHeight = (menuHeight - mHorizontalDividerHeight * (numRows - 1))
362 MeasureSpec.makeMeasureSpec((int) itemHeight, MeasureSpec.EXACTLY));
369 childLayoutParams.bottom = (int) (itemTop + itemHeight);
379 (int) (itemTop + itemHeight)));
393 itemTop += itemHeight;
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 677 milliseconds