Searched refs:SetVersion (Results 1 - 23 of 23) 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);
H A Dchrome_version_service.h26 static void SetVersion(PrefService* prefs, const std::string& version);
/external/chromium_org/net/ssl/
H A Dssl_connection_status_flags_unittest.cc22 TEST(SSLConnectionStatusTest, SetVersion) {
/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/src/
H A Dversion.h40 friend void SetVersion(int major, int minor, int build, int patch,
/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...]
H A Ddirectory_backing_store.h144 bool SetVersion(int version);
/external/chromium_org/sync/test/fake_server/
H A Dfake_server_entity.cc52 void FakeServerEntity::SetVersion(int64 version) { function in class:fake_server::FakeServerEntity
H A Dfake_server_entity.h36 void SetVersion(int64 version);
H A Dfake_server.cc215 entity->SetVersion(++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
H A Dmock_file_system.py138 self._stat_tracker.SetVersion(path, len(self._updates))
/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 Dbump_up_version.py191 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
H A Dcommon_includes.py506 def SetVersion(self, version_file, prefix): member in class:Step
/external/chromium_org/net/http/
H A Dhttp_server_properties_manager.h69 static void SetVersion(base::DictionaryValue* http_server_properties_dict,
H A Dhttp_server_properties_manager.cc109 void HttpServerPropertiesManager::SetVersion( function in class:net::HttpServerPropertiesManager
809 SetVersion(&http_server_properties_dict, kVersionNumber);
H A Dhttp_server_properties_manager_unittest.cc196 HttpServerPropertiesManager::SetVersion(http_server_properties_dict, -1);
/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/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);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h521 void SetVersion(int32_t version);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h521 void SetVersion(int32_t version);

Completed in 4531 milliseconds