Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/tools/TInspector/
H A DTInspector_OpenFileDialog.cxx261 int aScrollHeight = aTableView->horizontalScrollBar()->sizeHint().height(); in createTableView() local
262 aTableView->setMinimumHeight (aCellHeight + aScrollHeight); in createTableView()
/dports/cad/opencascade/opencascade-7.6.0/tools/ShapeView/
H A DShapeView_OpenFileDialog.cxx254 int aScrollHeight = aTableView->horizontalScrollBar()->sizeHint().height(); in createTableView() local
255 aTableView->setMinimumHeight (aCellHeight + aScrollHeight); in createTableView()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DElement.h1831 NS_IMETHOD GetScrollHeight(int32_t* aScrollHeight) final override \
1833 *aScrollHeight = Element::ScrollHeight(); \