HomeSort by relevance Sort by last modified time
    Searched refs:SetVersion (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/profiles/
chrome_version_service.cc 23 void ChromeVersionService::SetVersion(PrefService* prefs,
45 SetVersion(prefs, version);
chrome_version_service.h 26 static void SetVersion(PrefService* prefs, const std::string& version);
  /external/chromium_org/net/ssl/
ssl_connection_status_flags_unittest.cc 22 TEST(SSLConnectionStatusTest, SetVersion) {
  /external/chromium_org/v8/src/
version.h 40 friend void SetVersion(int major, int minor, int build, int patch,
  /external/chromium_org/v8/test/cctest/
test-version.cc 39 void SetVersion(int major, int minor, int build, int patch,
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
  /external/chromium_org/sync/test/fake_server/
fake_server_entity.h 36 void SetVersion(int64 version);
fake_server_entity.cc 52 void FakeServerEntity::SetVersion(int64 version) {
fake_server.cc 215 entity->SetVersion(++version_);
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 736 bool DirectoryBackingStore::SetVersion(int version) {
763 SetVersion(68);
770 SetVersion(70);
857 SetVersion(69);
910 SetVersion(71);
918 SetVersion(72);
927 SetVersion(73);
967 SetVersion(74);
    [all...]
directory_backing_store.h 144 bool SetVersion(int version);
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_file_system.py 59 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):
mock_file_system.py 138 self._stat_tracker.SetVersion(path, len(self._updates))
  /external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py 319 class SetVersion(Step):
326 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
454 SetVersion,
bump_up_version.py 191 self.SetVersion(os.path.join(self.default_cwd, VERSION_FILE), "new_")
common_includes.py 506 def SetVersion(self, version_file, prefix):
  /external/chromium_org/net/http/
http_server_properties_manager.h 69 static void SetVersion(base::DictionaryValue* http_server_properties_dict,
http_server_properties_manager.cc 109 void HttpServerPropertiesManager::SetVersion(
809 SetVersion(&http_server_properties_dict, kVersionNumber);
http_server_properties_manager_unittest.cc 196 HttpServerPropertiesManager::SetVersion(http_server_properties_dict, -1);
  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 75 void SetVersion(const char* version);
177 void FakeProductState::SetVersion(const char* version) {
450 state->SetVersion(chrome::kChromeVersion);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 89 void SetVersion(int32 version) { version_ = version; }
505 hdr->SetVersion(version);
  /external/openfst/src/include/fst/
fst.h 124 void SetVersion(int32 version) { version_ = version; }
692 hdr->SetVersion(version);
720 hdr->SetVersion(version);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 521 void SetVersion(int32_t version);
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 521 void SetVersion(int32_t version);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oaidl.h 662 virtual HRESULT STDMETHODCALLTYPE SetVersion(
772 HRESULT (STDMETHODCALLTYPE *SetVersion)(
880 #define ICreateTypeInfo_SetVersion(This,wMajorVerNum,wMinorVerNum) (This)->lpVtbl->SetVersion(This,wMajorVerNum,wMinorVerNum)
924 return This->lpVtbl->SetVersion(This,wMajorVerNum,wMinorVerNum);
    [all...]

Completed in 3081 milliseconds