OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncapi
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/resources/sync_internals/
chrome_sync.js
81
// See chrome/browser/sync/engine/
syncapi
.h for docs.
144
// Notification functions. See chrome/browser/sync/engine/
syncapi
.h
152
// Node lookup functions. See chrome/browser/sync/engine/
syncapi
.h
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
18
#include "chrome/browser/sync/engine/
syncapi
.h"
31
// TODO(tim): Remove this! We should have a
syncapi
pass-thru instead.
101
// need to lock because we init before the
syncapi
exists and we tear down
102
// after the
syncapi
is destroyed. Make sure to NULL-check workers_ indices
178
core_->
syncapi
()->InitialSyncEndedForAllEnabledTypes() &&
179
core_->
syncapi
()->IsUsingExplicitPassphrase();
293
return core_->
syncapi
()->GetAutofillMigrationState();
298
return core_->
syncapi
()->SetAutofillMigrationState(state);
303
return core_->
syncapi
()->GetAutofillMigrationDebugInfo();
309
return core_->
syncapi
()->SetAutofillMigrationDebugInfo(property_to_set, info)
[
all
...]
sync_backend_host.h
21
#include "chrome/browser/sync/engine/
syncapi
.h"
111
//
syncapi
element, the SyncManager, on its own thread. This class handles
329
// (and potentially blocking)
syncapi
operations.
332
// of the
syncapi
on behalf of SyncBackendHost::Initialize.
342
// Called on the SyncBackendHost core_thread_ to tell the
syncapi
to start
369
// 1) From |core_thread_|, invoke the
syncapi
Shutdown call to do a final
373
//
syncapi
thread-exit handlers to run and make use of cached pointers to
375
// 3) Destroy this Core. That will delete
syncapi
components in a safe order
389
sync_api::SyncManager*
syncapi
() { return syncapi_.get(); }
function in class:browser_sync::SyncBackendHost::Core
410
// setup to nudge the
syncapi
into a usable state
[
all
...]
Completed in 53 milliseconds