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

  /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 408 cryptographer->GetBootstrapToken(&bootstrap_token);
435 cryptographer->GetBootstrapToken(&bootstrap_token);
448 temp_cryptographer.GetBootstrapToken(&bootstrap_token);
555 cryptographer->GetBootstrapToken(&bootstrap_token);
566 cryptographer->GetBootstrapToken(
591 cryptographer->GetBootstrapToken(&bootstrap_token);
605 cryptographer->GetBootstrapToken(&bootstrap_token);
    [all...]
sync_manager_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc     [all...]

Completed in 54 milliseconds