OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syncapi_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
672
syncapi_
(new sync_api::SyncManager()),
724
syncapi_
->AddObserver(this);
726
success =
syncapi_
->Init(
744
syncapi_
->UpdateCredentials(credentials);
749
syncapi_
->UpdateEnabledTypes();
754
syncapi_
->StartSyncing();
756
syncapi_
->RequestNudge(FROM_HERE);
763
syncapi_
->SetPassphrase(passphrase, is_explicit);
779
syncapi_
->EncryptDataTypes(encrypted_types);
784
syncapi_
->RequestConfig(added_types)
[
all
...]
sync_backend_host.h
389
sync_api::SyncManager* syncapi() { return
syncapi_
.get(); }
504
scoped_ptr<sync_api::SyncManager>
syncapi_
;
member in class:browser_sync::SyncBackendHost::Core
Completed in 699 milliseconds