Searched refs:oldLocation (Results 1 – 3 of 3) sorted by relevance
84 String oldLocation = getPreference("recentfileloc" + String.valueOf(i)); in addRecentFilePreference() local85 if (oldName.equals(EMPTY_STRING) || oldLocation.equals(EMPTY_STRING)) break; in addRecentFilePreference()87 existingLocations.addElement(oldLocation); in addRecentFilePreference()103 String oldLocation = (String)existingLocations.elementAt(i); in addRecentFilePreference() local104 if (oldLocation.equals(location)) { in addRecentFilePreference()
178 auto const &oldLocation = scope.location; in syncScope() local181 if(oldLocation.function != newLocation.function) in syncScope()184 oldLocation.function.name.c_str(), newLocation.function.name.c_str()); in syncScope()189 if(oldLocation.line > newLocation.line) in syncScope()195 oldLocation.line, newLocation.line, scope.di, di); in syncScope()
130 auto oldLocation = frame.location; in update() local132 if(frame.location != oldLocation) in update()