Home
last modified time | relevance | path

Searched refs:kNigoriTag (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/util/
Dcryptographer.h20 extern const char kNigoriTag[];
Dcryptographer.cc11 const char kNigoriTag[] = "google_chrome_nigori"; variable
/external/chromium/chrome/browser/sync/
Dabstract_profile_sync_service_test.cc53 return browser_sync::kNigoriTag; in GetTagForType()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc85 using browser_sync::kNigoriTag;
1782 if (!node.InitByTagLookup(kNigoriTag)) { in BootstrapEncryption()
1935 if (!node.InitByTagLookup(kNigoriTag)) { in SetUsingExplicitPassphrasePrefForMigration()
1972 if (!node.InitByTagLookup(kNigoriTag)) { in SetPassphrase()
2006 if (!node.InitByTagLookup(kNigoriTag)) { in IsUsingExplicitPassphrase()
2022 if (!node.InitByTagLookup(kNigoriTag)) { in EncryptDataTypes()
2486 if (!node.InitByTagLookup(kNigoriTag)) { in OnSyncEngineEvent()