OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnEncryptionComplete
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/sync/internal_api/
js_sync_encryption_handler_observer.h
46
virtual void
OnEncryptionComplete
() OVERRIDE;
sync_encryption_handler_impl_unittest.cc
58
MOCK_METHOD0(
OnEncryptionComplete
, void()); // NOLINT
260
OnEncryptionComplete
()).Times(AtLeast(1));
291
OnEncryptionComplete
()).Times(AtLeast(1));
634
EXPECT_CALL(*observer(),
OnEncryptionComplete
());
763
OnEncryptionComplete
());
[
all
...]
debug_info_event_listener.h
67
virtual void
OnEncryptionComplete
() OVERRIDE;
js_sync_encryption_handler_observer.cc
77
void JsSyncEncryptionHandlerObserver::
OnEncryptionComplete
() {
82
HandleJsEvent(FROM_HERE, "
onEncryptionComplete
", JsEventDetails());
js_sync_encryption_handler_observer_unittest.cc
52
HandleJsEvent("
onEncryptionComplete
",
55
js_sync_encryption_handler_observer_.
OnEncryptionComplete
();
sync_manager_impl_unittest.cc
757
MOCK_METHOD0(
OnEncryptionComplete
, void()); // NOLINT
[
all
...]
debug_info_event_listener.cc
93
void DebugInfoEventListener::
OnEncryptionComplete
() {
sync_manager_impl.h
126
virtual void
OnEncryptionComplete
() OVERRIDE;
sync_manager_impl.cc
390
void SyncManagerImpl::
OnEncryptionComplete
() {
[
all
...]
sync_encryption_handler_impl.cc
[
all
...]
/external/chromium_org/sync/internal_api/public/
sync_encryption_handler.h
93
// complete until the
OnEncryptionComplete
() notification has been
109
virtual void
OnEncryptionComplete
() = 0;
/external/chromium_org/components/sync_driver/
sync_frontend.h
114
// the
OnEncryptionComplete
() notification has been sent (see
130
virtual void
OnEncryptionComplete
() = 0;
/external/chromium_org/sync/sessions/
model_type_registry.h
82
virtual void
OnEncryptionComplete
() OVERRIDE;
model_type_registry.cc
325
void ModelTypeRegistry::
OnEncryptionComplete
() {
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.h
119
virtual void
OnEncryptionComplete
() OVERRIDE;
sync_backend_host_core.cc
284
void SyncBackendHostCore::
OnEncryptionComplete
() {
sync_backend_host_impl.cc
815
frontend_->
OnEncryptionComplete
();
sync_backend_host_impl_unittest.cc
95
MOCK_METHOD0(
OnEncryptionComplete
, void());
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service.h
424
virtual void
OnEncryptionComplete
() OVERRIDE;
[
all
...]
profile_sync_service.cc
[
all
...]
Completed in 1335 milliseconds