Searched refs:RegionAt (Results 1 - 12 of 12) sorted by last modified time

/haiku-fatelf/src/servers/app/stackandtile/
H A DStackAndTile.cpp261 switch (satWindow->GetDecorator()->RegionAt(where, tab)) {
/haiku-fatelf/src/servers/app/decorator/
H A DDecorator.cpp491 Decorator::RegionAt(BPoint where, int32& tabIndex) const function in class:Decorator
H A DDecorator.h137 virtual Region RegionAt(BPoint where, int32& tab) const;
H A DDefaultDecorator.cpp214 DefaultDecorator::RegionAt(BPoint where, int32& tab) const function in class:DefaultDecorator
217 Region region = Decorator::RegionAt(where, tab);
H A DDefaultDecorator.h60 virtual Region RegionAt(BPoint where, int32& tab) const;
H A DDefaultWindowBehaviour.cpp972 return decorator->RegionAt(where, tab);
/haiku-fatelf/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp211 BeDecorator::RegionAt(BPoint where) const function in class:BeDecorator
214 Region region = Decorator::RegionAt(where);
H A DBeDecorator.h51 virtual Region RegionAt(BPoint where) const;
/haiku-fatelf/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp112 MacDecorator::RegionAt(BPoint where, int32& tab) const function in class:MacDecorator
115 Region region = Decorator::RegionAt(where, tab);
H A DMacDecorator.h32 virtual Region RegionAt(BPoint where, int32& tab) const;
/haiku-fatelf/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp116 WinDecorator::RegionAt(BPoint where) const function in class:WinDecorator
119 Region region = Decorator::RegionAt(where);
H A DWinDecorator.h34 virtual Region RegionAt(BPoint where) const;

Completed in 139 milliseconds