OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DataTypeManagerImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc
61
DataTypeManagerImpl
::
DataTypeManagerImpl
(SyncBackendHost* backend,
80
DataTypeManagerImpl
::~
DataTypeManagerImpl
() {}
82
bool
DataTypeManagerImpl
::GetControllersNeedingStart(
101
void
DataTypeManagerImpl
::Configure(const TypeSet& desired_types) {
152
void
DataTypeManagerImpl
::Restart() {
175
method_factory_.NewRunnableMethod(&
DataTypeManagerImpl
::DownloadReady));
178
void
DataTypeManagerImpl
::DownloadReady() {
185
void
DataTypeManagerImpl
::StartNextType()
[
all
...]
data_type_manager_impl.h
22
class
DataTypeManagerImpl
: public DataTypeManager {
24
DataTypeManagerImpl
(SyncBackendHost* backend,
26
virtual ~
DataTypeManagerImpl
();
75
ScopedRunnableMethodFactory<
DataTypeManagerImpl
> method_factory_;
77
DISALLOW_COPY_AND_ASSIGN(
DataTypeManagerImpl
);
/external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.cc
49
DataTypeManagerImpl
::AssociationTypesInfo::AssociationTypesInfo() {}
50
DataTypeManagerImpl
::AssociationTypesInfo::~AssociationTypesInfo() {}
52
DataTypeManagerImpl
::
DataTypeManagerImpl
(
76
DataTypeManagerImpl
::~
DataTypeManagerImpl
() {}
78
void
DataTypeManagerImpl
::Configure(syncer::ModelTypeSet desired_types,
84
void
DataTypeManagerImpl
::PurgeForMigration(
92
void
DataTypeManagerImpl
::ConfigureImpl(
133
DataTypeManagerImpl
::BuildDataTypeConfigStateMap
[
all
...]
data_type_manager_impl.h
38
class
DataTypeManagerImpl
: public DataTypeManager,
41
DataTypeManagerImpl
(
49
virtual ~
DataTypeManagerImpl
();
187
base::WeakPtrFactory<
DataTypeManagerImpl
> weak_ptr_factory_;
189
DISALLOW_COPY_AND_ASSIGN(
DataTypeManagerImpl
);
Completed in 76 milliseconds