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

/haiku/headers/private/shared/
H A DIconButton.h89 bool IsInside() const;
/haiku/src/apps/switcher/
H A DLaunchButton.cpp167 if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0 && IsInside()) {
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp169 if ((buttons & B_SECONDARY_MOUSE_BUTTON) != 0 && IsInside()) {
/haiku/src/kits/shared/
H A DIconButton.cpp135 return (IsEnabled() && (IsInside() || IsTracking()))
645 BIconButton::IsInside() const function in class:BPrivate::BIconButton

Completed in 81 milliseconds