Searched refs:ResizedByHook (Results 1 – 4 of 4) sorted by relevance
/haiku/src/tests/servers/app/newClipping/ |
H A D | WinBorder.h | 12 virtual void ResizedByHook(float dx, float dy, bool automatic);
|
H A D | WinBorder.cpp | 30 void WinBorder::ResizedByHook(float dx, float dy, bool automatic) in ResizedByHook() function in WinBorder
|
H A D | Layer.h | 33 virtual void ResizedByHook(float dx, float dy, bool automatic) { } in ResizedByHook() function
|
H A D | Layer.cpp | 263 ResizedByHook(dx, dy, true); // automatic in resize_layer_frame_by() 355 ResizedByHook(dx, dy, false); // manual in ResizeBy()
|