Home
last modified time | relevance | path

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) in ResizedByHook() function in WinBorder
H A DLayer.h33 virtual void ResizedByHook(float dx, float dy, bool automatic) { } in ResizedByHook() function
H A DLayer.cpp263 ResizedByHook(dx, dy, true); // automatic in resize_layer_frame_by()
355 ResizedByHook(dx, dy, false); // manual in ResizeBy()