Searched refs:ResizedByHook (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/servers/app/newClipping/
H A DWinBorder.h12 virtual void ResizedByHook(float dx, float dy, bool automatic);
H A DWinBorder.cpp30 void WinBorder::ResizedByHook(float dx, float dy, bool automatic) function in class:WinBorder
H A DLayer.h33 virtual void ResizedByHook(float dx, float dy, bool automatic) { } function in class:Layer
H A DLayer.cpp263 ResizedByHook(dx, dy, true); // automatic
355 ResizedByHook(dx, dy, false); // manual

Completed in 41 milliseconds