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

  /external/chromium_org/chrome/browser/profiles/
chrome_version_service.cc 23 void ChromeVersionService::SetVersion(PrefService* prefs,
45 SetVersion(prefs, version);
  /external/chromium_org/net/quic/test_tools/
quic_framer_peer.cc 37 void QuicFramerPeer::SetVersion(QuicFramer* framer, QuicVersion version) {
  /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/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/chrome/browser/net/
http_server_properties_manager.cc 107 void HttpServerPropertiesManager::SetVersion(
680 SetVersion(&http_server_properties_dict, kVersionNumber);
  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 76 void SetVersion(const char* version);
187 void FakeProductState::SetVersion(const char* version) {
514 state->SetVersion(chrome::kChromeVersion);
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 778 bool DirectoryBackingStore::SetVersion(int version) {
804 SetVersion(68);
811 SetVersion(70);
900 SetVersion(69);
954 SetVersion(71);
962 SetVersion(72);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h 89 void SetVersion(int32 version) { version_ = version; }
505 hdr->SetVersion(version);
  /external/chromium_org/sync/syncable/
directory_backing_store.cc 689 bool DirectoryBackingStore::SetVersion(int version) {
716 SetVersion(68);
723 SetVersion(70);
810 SetVersion(69);
863 SetVersion(71);
871 SetVersion(72);
880 SetVersion(73);
920 SetVersion(74);
978 SetVersion(75);
990 SetVersion(76)
    [all...]
  /external/openfst/src/include/fst/
fst.h 124 void SetVersion(int32 version) { version_ = version; }
692 hdr->SetVersion(version);
720 hdr->SetVersion(version);

Completed in 314 milliseconds