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

  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc 365 std::string bootstrap_token; local
408 cryptographer->GetBootstrapToken(&bootstrap_token);
435 cryptographer->GetBootstrapToken(&bootstrap_token);
448 temp_cryptographer.GetBootstrapToken(&bootstrap_token);
471 FinishSetPassphrase(success, bootstrap_token, &trans, &node);
514 std::string bootstrap_token; local
555 cryptographer->GetBootstrapToken(&bootstrap_token);
591 cryptographer->GetBootstrapToken(&bootstrap_token);
605 cryptographer->GetBootstrapToken(&bootstrap_token);
619 FinishSetPassphrase(success, bootstrap_token, &trans, &node)
1125 std::string bootstrap_token; local
1163 std::string bootstrap_token; local
1617 std::string bootstrap_token; local
    [all...]
sync_manager_impl_unittest.cc 1266 std::string bootstrap_token; local
1302 std::string bootstrap_token; local
1360 std::string bootstrap_token; local
1408 std::string bootstrap_token; local
1430 std::string bootstrap_token; local
1491 std::string bootstrap_token; local
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 297 std::string bootstrap_token = sync_prefs_.GetEncryptionBootstrapToken(); local
298 if (bootstrap_token.empty()) {
1763 std::string bootstrap_token; local
    [all...]

Completed in 1155 milliseconds