OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetDecryptionPassphrase
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sync/test/
fake_sync_encryption_handler.cc
106
void FakeSyncEncryptionHandler::
SetDecryptionPassphrase
(
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_mock.cc
41
bool SyncBackendHostMock::
SetDecryptionPassphrase
(
sync_backend_host_impl.cc
185
bool SyncBackendHostImpl::
SetDecryptionPassphrase
(
188
NOTREACHED() << "
SetDecryptionPassphrase
must never be called when nigori"
221
// pending. This scenario is a valid race, and
SetDecryptionPassphrase
can
/external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc
124
bool
SetDecryptionPassphrase
(int index, const std::string& passphrase) {
126
test()->GetProfile(index))->
SetDecryptionPassphrase
(passphrase);
/external/chromium_org/chrome/browser/sync/
profile_sync_service_android.cc
260
jboolean ProfileSyncServiceAndroid::
SetDecryptionPassphrase
(
264
return sync_service_->
SetDecryptionPassphrase
(key);
profile_sync_service.cc
[
all
...]
/external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.cc
475
void SyncEncryptionHandlerImpl::
SetDecryptionPassphrase
(
508
// re-encrypted on another client while a
SetDecryptionPassphrase
() call is
615
<< "Failure in
SetDecryptionPassphrase
; notifying and returning.";
[
all
...]
Completed in 416 milliseconds