Searched refs:RetrievedSettings (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/input/
H A DMouseSettings.cpp406 MouseSettings* RetrievedSettings = new (std::nothrow) MouseSettings local
409 if (RetrievedSettings != NULL) {
411 (mouse_name, RetrievedSettings));
413 return RetrievedSettings;
/haiku/src/preferences/input/
H A DMouseSettings.cpp512 MouseSettings* RetrievedSettings = new(std::nothrow) MouseSettings( local
515 if (RetrievedSettings != NULL) {
517 mouse_name, RetrievedSettings));
519 return RetrievedSettings;

Completed in 36 milliseconds