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

/haiku/src/libs/alm/
H A DRowColumnManager.h58 void _UpdateConstraints(Row* row);
59 void _UpdateConstraints(Column* column);
H A DRowColumnManager.cpp57 _UpdateConstraints(row);
58 _UpdateConstraints(column);
73 _UpdateConstraints(row);
84 _UpdateConstraints(column);
93 _UpdateConstraints(fRows.ItemAt(i));
95 _UpdateConstraints(fColumns.ItemAt(i));
189 RowColumnManager::_UpdateConstraints(Row* row) function in class:BALM::RowColumnManager
211 RowColumnManager::_UpdateConstraints(Column* column) function in class:BALM::RowColumnManager
H A DSharedSolver.h88 void _UpdateConstraints();

Completed in 18 milliseconds