Searched defs:SetVersion (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dchrome_version_service.cc23 void ChromeVersionService::SetVersion(PrefService* prefs, function in class:ChromeVersionService
45 SetVersion(prefs, version);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_file_system.py59 are changed either by |Increment| or |SetVersion|. The versions of
71 self.SetVersion(path, self._path_stats.get(path, 0) + by)
73 def SetVersion(self, path, new_version): member in class:_StatTracker
/external/chromium_org/sync/test/fake_server/
H A Dfake_server_entity.cc52 void FakeServerEntity::SetVersion(int64 version) { function in class:fake_server::FakeServerEntity
/external/chromium_org/v8/test/cctest/
H A Dtest-version.cc39 void SetVersion(int major, int minor, int build, int patch, function in namespace:v8::internal
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
/external/chromium_org/v8/tools/push-to-trunk/
H A Dpush_to_trunk.py319 class SetVersion(Step): class in inherits:Step
326 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
454 SetVersion,
H A Dcommon_includes.py506 def SetVersion(self, version_file, prefix): member in class:Step
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator_unittest.cc75 void SetVersion(const char* version);
177 void FakeProductState::SetVersion(const char* version) { function in class:__anon5774::FakeProductState
450 state->SetVersion(chrome::kChromeVersion);
/external/chromium_org/net/http/
H A Dhttp_server_properties_manager.cc109 void HttpServerPropertiesManager::SetVersion( function in class:net::HttpServerPropertiesManager
809 SetVersion(&http_server_properties_dict, kVersionNumber);
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.cc736 bool DirectoryBackingStore::SetVersion(int version) { function in class:syncer::syncable::DirectoryBackingStore
763 SetVersion(68);
770 SetVersion(70);
857 SetVersion(69);
910 SetVersion(71);
918 SetVersion(72);
927 SetVersion(73);
967 SetVersion(74);
1025 SetVersion(75);
1037 SetVersion(7
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h89 void SetVersion(int32 version) { version_ = version; } function in class:fst::FstHeader
505 hdr->SetVersion(version);
/external/openfst/src/include/fst/
H A Dfst.h124 void SetVersion(int32 version) { version_ = version; } function in class:fst::FstHeader
692 hdr->SetVersion(version);
720 hdr->SetVersion(version);

Completed in 3967 milliseconds