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

  /external/chromium/chrome/browser/sync/util/
cryptographer.h 115 bool GetBootstrapToken(std::string* token) const;
cryptographer.cc 172 bool Cryptographer::GetBootstrapToken(std::string* token) const {
  /external/chromium_org/sync/util/
cryptographer.h 171 bool GetBootstrapToken(std::string* token) const;
cryptographer_unittest.cc 191 EXPECT_TRUE(cryptographer_.GetBootstrapToken(&token));
cryptographer.cc 252 bool Cryptographer::GetBootstrapToken(std::string* token) const {
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 409 cryptographer->GetBootstrapToken(&bootstrap_token);
436 cryptographer->GetBootstrapToken(&bootstrap_token);
449 temp_cryptographer.GetBootstrapToken(&bootstrap_token);
556 cryptographer->GetBootstrapToken(&bootstrap_token);
567 cryptographer->GetBootstrapToken(
592 cryptographer->GetBootstrapToken(&bootstrap_token);
606 cryptographer->GetBootstrapToken(&bootstrap_token);
    [all...]
sync_manager_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc     [all...]
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc     [all...]

Completed in 475 milliseconds