OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncManagerImpl
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/internal_api/test/
sync_manager_for_profile_sync_test.h
19
: public syncer::
SyncManagerImpl
{
sync_manager_for_profile_sync_test.cc
16
:
SyncManagerImpl
(name),
38
SyncManagerImpl
::NotifyInitializationSuccess();
/external/chromium_org/sync/internal_api/
sync_manager_factory.cc
24
return scoped_ptr<SyncManager>(new
SyncManagerImpl
(name));
31
return scoped_ptr<SyncManager>(new
SyncManagerImpl
(name));
sync_manager_impl.cc
86
SyncManagerImpl
::
SyncManagerImpl
(const std::string& name)
100
SyncManagerImpl
::~
SyncManagerImpl
() {
105
SyncManagerImpl
::NotificationInfo::NotificationInfo() : total_count(0) {}
106
SyncManagerImpl
::NotificationInfo::~NotificationInfo() {}
108
base::DictionaryValue*
SyncManagerImpl
::NotificationInfo::ToValue() const {
115
bool
SyncManagerImpl
::VisiblePositionsDiffer(
128
bool
SyncManagerImpl
::VisiblePropertiesDiffer(
164
ModelTypeSet
SyncManagerImpl
::InitialSyncEndedTypes()
[
all
...]
sync_manager_impl.h
55
class SYNC_EXPORT_PRIVATE
SyncManagerImpl
67
explicit
SyncManagerImpl
(const std::string& name);
68
virtual ~
SyncManagerImpl
();
273
WeakHandle<
SyncManagerImpl
> weak_handle_this_;
347
base::WeakPtrFactory<
SyncManagerImpl
> weak_ptr_factory_;
349
DISALLOW_COPY_AND_ASSIGN(
SyncManagerImpl
);
sync_manager_impl_unittest.cc
[
all
...]
Completed in 370 milliseconds