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

/vbox/src/VBox/Main/src-server/
H A DVRDEServerImpl.cpp419 Utf8Str strOldValue; local
423 strOldValue = it->second;
425 if (strOldValue != aValue)
H A DNetworkAdapterImpl.cpp969 Utf8Str strOldValue; local
972 strOldValue = it->second;
974 if (strOldValue != aValue)
H A DVirtualBoxImpl.cpp1976 Utf8Str strOldValue; // empty local
1991 strOldValue = it->second;
1995 if ((fChanged = (strOldValue != strValue)))
H A DMachineImpl.cpp4912 Utf8Str strOldValue; // empty local
4938 strOldValue = it->second;
4942 if ((fChanged = (strOldValue != aValue)))

Completed in 112 milliseconds