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

/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp144 int getRowHeight(int index);
590 return m_listBox->getRowHeight(0);
1099 int PopupListBox::getRowHeight(int index) function in class:WebCore::PopupListBox
1119 return IntRect(0, 0, visibleWidth(), getRowHeight(index));
1121 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index));
1282 y += getRowHeight(i);
1317 int rowHeight = getRowHeight(i);
/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js575 function getRowHeight() { function
636 var height = getRowHeight();
660 body.appendChild(allRows[i].makeDOM(getRowHeight()));
/external/skia/include/views/
H A DSkWidget.h350 SkScalar getRowHeight() const { return fRowHeight; } function in class:SkListView

Completed in 265 milliseconds