OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncableService
(Results
1 - 25
of
88
) sorted by null
1
2
3
4
/external/chromium_org/sync/api/
syncable_service.cc
9
SyncableService
::~
SyncableService
() {}
11
scoped_refptr<AttachmentStore>
SyncableService
::GetAttachmentStore() {
syncable_service.h
26
// TODO(zea): remove SupportsWeakPtr in favor of having all
SyncableService
29
class SYNC_EXPORT
SyncableService
31
public base::SupportsWeakPtr<
SyncableService
> {
33
// A StartSyncFlare is useful when your
SyncableService
has a need for sync
45
// two. After this, the
SyncableService
's local data should match the server
80
virtual ~
SyncableService
();
fake_syncable_service.h
14
// A fake
SyncableService
that can return arbitrary values and maintains the
16
class FakeSyncableService : public
SyncableService
{
21
// Setters for
SyncableService
implementation results.
29
//
SyncableService
implementation.
/external/chromium_org/chrome/browser/sync/glue/
sync_start_util.h
19
// Creates a StartSyncFlare that a
SyncableService
can use to tell
21
// given to the
SyncableService
on construction.
28
syncer::
SyncableService
::StartSyncFlare GetFlareForSyncableService(
extension_setting_data_type_controller.h
17
class
SyncableService
;
sync_start_util.cc
52
syncer::
SyncableService
::StartSyncFlare GetFlareForSyncableService(
/external/chromium_org/components/sync_driver/
generic_change_processor_factory.h
13
class
SyncableService
;
41
const base::WeakPtr<syncer::
SyncableService
>& local_service,
sync_api_component_factory.h
17
// service (like
SyncableService
) implementations.
25
virtual base::WeakPtr<syncer::
SyncableService
> GetSyncableServiceForType(
generic_change_processor_factory.cc
22
const base::WeakPtr<syncer::
SyncableService
>& local_service,
fake_generic_change_processor.cc
19
base::WeakPtr<syncer::
SyncableService
>(),
79
const base::WeakPtr<syncer::
SyncableService
>& local_service,
non_ui_data_type_controller.h
18
class
SyncableService
;
157
base::WeakPtr<syncer::
SyncableService
> local_service_;
shared_change_processor.h
22
class
SyncableService
;
59
// the syncer::
SyncableService
associated with |type|.
61
// syncer::
SyncableService
was not alive, will return a null weak pointer.
62
virtual base::WeakPtr<syncer::
SyncableService
> Connect(
ui_data_type_controller.h
22
class
SyncableService
;
111
//
SyncableService
API, whether the datatype lives on the UI thread or not
112
// (a syncer::
SyncableService
takes ownership of its SyncChangeProcessor when
122
base::WeakPtr<syncer::
SyncableService
> local_service_;
generic_change_processor.h
24
class
SyncableService
;
53
const base::WeakPtr<syncer::
SyncableService
>& local_service,
136
// The
SyncableService
this change processor will forward changes on to.
137
const base::WeakPtr<syncer::
SyncableService
> local_service_;
/external/chromium_org/chrome/browser/password_manager/
mock_password_store_service.cc
15
!store->Init(syncer::
SyncableService
::StartSyncFlare(), ""))
test_password_store_service.cc
15
!store->Init(syncer::
SyncableService
::StartSyncFlare(), ""))
/external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_util.h
20
class
SyncableService
;
56
syncer::
SyncableService
* GetSyncableService(content::BrowserContext* context,
sync_value_store_cache.h
21
class
SyncableService
;
39
syncer::
SyncableService
* GetSyncableService(syncer::ModelType type) const;
sync_storage_backend.h
34
class SyncStorageBackend : public syncer::
SyncableService
{
46
const syncer::
SyncableService
::StartSyncFlare& flare);
53
// syncer::
SyncableService
implementation.
108
syncer::
SyncableService
::StartSyncFlare flare_;
/external/chromium_org/chrome/browser/sync/sessions/
notification_service_sessions_router.h
34
const syncer::
SyncableService
::StartSyncFlare& flare);
61
syncer::
SyncableService
::StartSyncFlare flare_;
/external/chromium_org/components/password_manager/core/browser/
password_syncable_service.h
37
// The implementation of the
SyncableService
API for passwords.
38
class PasswordSyncableService : public syncer::
SyncableService
,
47
// syncer::
SyncableService
:
63
// Provides a StartSyncFlare to the
SyncableService
. See
66
const syncer::
SyncableService
::StartSyncFlare& flare);
116
syncer::
SyncableService
::StartSyncFlare flare_;
password_store.h
49
class
SyncableService
;
131
virtual bool Init(const syncer::
SyncableService
::StartSyncFlare& flare,
190
base::WeakPtr<syncer::
SyncableService
> GetPasswordSyncableService();
292
const syncer::
SyncableService
::StartSyncFlare& flare);
/external/chromium_org/chrome/browser/prefs/
pref_service_syncable.h
17
class
SyncableService
;
78
// syncer::
SyncableService
directly.
79
syncer::
SyncableService
* GetSyncableService(const syncer::ModelType& type);
/external/chromium_org/chrome/browser/extensions/
extension_sync_service.h
39
class ExtensionSyncService : public syncer::
SyncableService
,
60
// syncer::
SyncableService
implementation.
111
// |flare| provides a StartSyncFlare to the
SyncableService
. See
113
void SetSyncStartFlare(const syncer::
SyncableService
::StartSyncFlare& flare);
155
syncer::
SyncableService
::StartSyncFlare flare_;
/external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.h
49
public syncer::
SyncableService
,
67
// syncer::
SyncableService
:
84
// Provides a StartSyncFlare to the
SyncableService
. See sync_start_util for
87
const syncer::
SyncableService
::StartSyncFlare& flare);
173
syncer::
SyncableService
::StartSyncFlare flare_;
Completed in 584 milliseconds
1
2
3
4