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

/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp589 int PopupListBox::getRowHeight(int index) const function in class:blink::PopupListBox
607 return IntRect(0, 0, visibleWidth(), getRowHeight(index));
609 return IntRect(0, m_items[index]->yOffset, visibleWidth(), getRowHeight(index));
770 y += getRowHeight(i);
787 int rowHeight = getRowHeight(i);
H A DPopupListBox.h165 int getRowHeight(int index) const;
H A DPopupContainer.cpp456 return m_listBox->getRowHeight(0);
/external/chromium_org/third_party/skia/include/views/
H A DSkWidget.h294 SkScalar getRowHeight() const { return fRowHeight; } function in class:SkListView
/external/skia/include/views/
H A DSkWidget.h294 SkScalar getRowHeight() const { return fRowHeight; } function in class:SkListView

Completed in 223 milliseconds