Searched defs:oldVal (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGlobalSettings.cpp275 QVariant oldVal = property (gPropertyMap [index].name); local
276 Assert (oldVal.isValid() && oldVal.canConvert (QVariant::String));
278 if (oldVal.isValid() && oldVal.canConvert (QVariant::String) &&
279 oldVal.toString() != value)
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp274 nsAutoString newAcctName, oldVal, newVal; local
275 oldVal.AssignWithConversion(oldName);
279 // here, oldVal is empty. we are testing that this function
281 newAcctName.ReplaceSubstring(oldVal, newVal);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_wgl.c1227 LONG_PTR oldVal = SetWindowLongPtr(window->hWnd, GWLP_USERDATA, (LONG_PTR)window); local
1229 Assert(!oldVal && winEr == NO_ERROR);

Completed in 60 milliseconds