Home
last modified time | relevance | path

Searched refs:mNewVersion (Results 1 – 19 of 19) sorted by relevance

/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/metadata/cmd/
H A Dcmdprojectmetadataedit.cpp46 mNewVersion(mMetadata.getVersion()), in CmdProjectMetadataEdit()
70 mNewVersion = newVersion; in setVersion()
88 if (mNewVersion != mOldVersion) return true; in performExecute()
103 mMetadata.setVersion(mNewVersion); in performRedo()
H A Dcmdprojectmetadataedit.h80 QString mNewVersion; variable
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/cmd/
H A Dcmdlibrarybaseelementedit.cpp48 mNewVersion(mOldVersion), in CmdLibraryBaseElementEdit()
100 mNewVersion = version; in setVersion()
123 if (mNewVersion != mOldVersion) return true; in performExecute()
142 mElement.setVersion(mNewVersion); in performRedo()
H A Dcmdlibrarybaseelementedit.h89 Version mNewVersion; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omaha/
H A DResponseParser.java65 private String mNewVersion; field in ResponseParser
108 return mNewVersion; in getNewVersion()
125 mNewVersion = null; in resetParsedData()
244 } else if (mNewVersion == null) { in parseUpdatecheck()
284 mNewVersion = node.attributes.get("version"); in parseManifest()
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DIDBEvents.h57 Nullable<uint64_t> mNewVersion; variable
74 Nullable<uint64_t> GetNewVersion() const { return mNewVersion; } in GetNewVersion()
H A DIDBEvents.cpp51 event->mNewVersion.SetValue(aNewVersion.Value()); in CreateInternal()
81 aOptions.mNewVersion); in Constructor()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DIDBEvents.h57 Nullable<uint64_t> mNewVersion; variable
74 Nullable<uint64_t> GetNewVersion() const { return mNewVersion; } in GetNewVersion()
H A DIDBEvents.cpp52 event->mNewVersion.SetValue(aNewVersion.Value()); in CreateInternal()
82 aOptions.mNewVersion); in Constructor()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DIDBEvents.h57 Nullable<uint64_t> mNewVersion; variable
74 Nullable<uint64_t> GetNewVersion() const { return mNewVersion; } in GetNewVersion()
H A DIDBEvents.cpp51 event->mNewVersion.SetValue(aNewVersion.Value()); in CreateInternal()
81 aOptions.mNewVersion); in Constructor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DIDBEvents.h57 Nullable<uint64_t> mNewVersion; variable
74 Nullable<uint64_t> GetNewVersion() const { return mNewVersion; } in GetNewVersion()
H A DIDBEvents.cpp51 event->mNewVersion.SetValue(aNewVersion.Value()); in CreateInternal()
81 aOptions.mNewVersion); in Constructor()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DIDBEvents.cpp54 event->mNewVersion.SetValue(aNewVersion.Value()); in CreateInternal()
70 aOptions.mNewVersion); in Constructor()
H A DIDBEvents.h57 Nullable<uint64_t> mNewVersion; variable
81 Nullable<uint64_t> GetNewVersion() const { return mNewVersion; } in GetNewVersion()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBEvents.cpp60 event->mNewVersion.SetValue(aNewVersion.Value()); in CreateInternal()
81 aOptions.mNewVersion); in Constructor()
H A DIDBEvents.h63 Nullable<uint64_t> mNewVersion; variable
101 return mNewVersion; in GetNewVersion()
/dports/devel/stack/stack-2.7.3/_cabal_deps/hpack-0.34.4/src/
H A DHpack.hs169 mkStatus new@(CabalFile _ mNewVersion mNewHash _) existing@(CabalFile _ mExistingVersion _ _)
174 | mNewVersion < mExistingVersion -> AlreadyGeneratedByNewerHpack
/dports/devel/hs-hpack/hpack-0.34.4/src/
H A DHpack.hs169 mkStatus new@(CabalFile _ mNewVersion mNewHash _) existing@(CabalFile _ mExistingVersion _ _)
174 | mNewVersion < mExistingVersion -> AlreadyGeneratedByNewerHpack