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

  /external/chromium_org/sync/internal_api/public/
sync_encryption_handler.h 169 virtual PassphraseType GetPassphraseType() const = 0;
  /external/chromium_org/sync/test/
fake_sync_encryption_handler.h 40 virtual PassphraseType GetPassphraseType() const OVERRIDE;
fake_sync_encryption_handler.cc 125 PassphraseType FakeSyncEncryptionHandler::GetPassphraseType() const {
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 263 EXPECT_EQ(encryption_handler()->GetPassphraseType(), KEYSTORE_PASSPHRASE);
294 EXPECT_EQ(encryption_handler()->GetPassphraseType(), CUSTOM_PASSPHRASE);
329 EXPECT_EQ(encryption_handler()->GetPassphraseType(), passphrase_type);
767 EXPECT_EQ(KEYSTORE_PASSPHRASE, encryption_handler()->GetPassphraseType());
    [all...]
sync_encryption_handler_impl.h 65 virtual PassphraseType GetPassphraseType() const OVERRIDE;
sync_rollback_manager_base.cc 33 virtual syncer::PassphraseType GetPassphraseType() const OVERRIDE {
sync_manager_impl_unittest.cc     [all...]
sync_encryption_handler_impl.cc 639 PassphraseType SyncEncryptionHandlerImpl::GetPassphraseType() const {
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 173 virtual syncer::PassphraseType GetPassphraseType() const = 0;
sync_backend_host_mock.cc 98 syncer::PassphraseType SyncBackendHostMock::GetPassphraseType() const {
sync_backend_host_mock.h 87 virtual syncer::PassphraseType GetPassphraseType() const OVERRIDE;
sync_backend_host_impl.h 124 virtual syncer::PassphraseType GetPassphraseType() const OVERRIDE;
sync_backend_host_impl.cc 486 syncer::PassphraseType SyncBackendHostImpl::GetPassphraseType() const {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_mock.h 112 MOCK_CONST_METHOD0(GetPassphraseType, syncer::PassphraseType());
profile_sync_service_android.cc 239 if (sync_service_->GetPassphraseType() == syncer::CUSTOM_PASSPHRASE) {
289 jint ProfileSyncServiceAndroid::GetPassphraseType(JNIEnv* env, jobject) {
291 return sync_service_->GetPassphraseType();
profile_sync_service_android.h 124 jint GetPassphraseType(JNIEnv* env, jobject obj);
profile_sync_service.h 653 virtual syncer::PassphraseType GetPassphraseType() const;
    [all...]
profile_sync_service.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 388 service->GetPassphraseType() == syncer::CUSTOM_PASSPHRASE);
390 syncer::PassphraseType passphrase_type = service->GetPassphraseType();
    [all...]
sync_setup_handler_unittest.cc 299 ON_CALL(*mock_pss_, GetPassphraseType()).WillByDefault(
    [all...]

Completed in 301 milliseconds