Searched refs:RegionAt (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h42 virtual Region RegionAt(BPoint where, int32& tab) const;
H A DWinDecorator.cpp121 WinDecorator::RegionAt(BPoint where, int32& tabIndex) const function in class:WinDecorator
133 Region region = Decorator::RegionAt(where, tabIndex);
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h38 virtual Region RegionAt(BPoint where, int32& tab) const;
H A DMacDecorator.cpp111 MacDecorator::RegionAt(BPoint where, int32& tab) const function in class:MacDecorator
114 Region region = Decorator::RegionAt(where, tab);
/haiku/src/servers/app/decorator/
H A DTabDecorator.h70 virtual Region RegionAt(BPoint where, int32& tab) const;
H A DDecorator.h171 virtual Region RegionAt(BPoint where, int32& tab) const;
H A DTabDecorator.cpp134 TabDecorator::RegionAt(BPoint where, int32& tab) const function in class:TabDecorator
137 Region region = Decorator::RegionAt(where, tab);
H A DDecorator.cpp619 Decorator::RegionAt(BPoint where, int32& tabIndex) const function in class:Decorator
H A DDefaultWindowBehaviour.cpp1032 return decorator->RegionAt(where, tab);
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp281 switch (satWindow->GetDecorator()->RegionAt(where, tab)) {

Completed in 65 milliseconds