Home
last modified time | relevance | path

Searched refs:IsValidFeel (Results 1 – 3 of 3) sorted by relevance

/haiku/src/servers/app/
H A DWindow.h298 static bool IsValidFeel(window_feel feel);
H A DWindow.cpp128 if (!IsValidFeel(fFeel)) in Window()
1673 Window::IsValidFeel(window_feel feel) in IsValidFeel() function in Window
H A DServerWindow.cpp790 status = Window::IsValidFeel((window_feel)feel) in _DispatchMessage()