Searched refs:GetRect (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/showimage/
H A DShowImageSettings.h30 BRect GetRect(const char* name, BRect defaultValue);
H A DShowImageSettings.cpp85 ShowImageSettings::GetRect(const char* name, BRect defaultValue) function in class:ShowImageSettings
H A DShowImageApp.cpp248 fLastWindowFrame = fSettings.GetRect("WindowFrame", fLastWindowFrame);
/haiku/src/apps/pulse/
H A DPrefs.h34 bool GetRect(const char *name, BRect *value, BRect *defaultvalue);
H A DPrefs.cpp49 if (!GetRect("normal_window_rect", &normal_window_rect, &r)) {
59 if (!GetRect("mini_window_rect", &mini_window_rect, &r)) {
65 if (!GetRect("prefs_window_rect", &prefs_window_rect, &r)) {
221 Prefs::GetRect(const char *name, BRect *value, BRect *defaultvalue) function in class:Prefs
/haiku/headers/os/app/
H A DMessage.h489 BRect GetRect(const char* name, int32 index,
491 BRect GetRect(const char* name,

Completed in 93 milliseconds