OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SyncManagerImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/internal_api/
sync_manager_impl.h
50
class SYNC_EXPORT_PRIVATE
SyncManagerImpl
:
61
explicit
SyncManagerImpl
(const std::string& name);
62
virtual ~
SyncManagerImpl
();
210
typedef JsArgList (
SyncManagerImpl
::*UnboundJsMessageHandler)(
301
WeakHandle<
SyncManagerImpl
> weak_handle_this_;
372
base::WeakPtrFactory<
SyncManagerImpl
> weak_ptr_factory_;
374
DISALLOW_COPY_AND_ASSIGN(
SyncManagerImpl
);
sync_manager_impl.cc
97
SyncManagerImpl
* core) {
136
const
SyncManagerImpl
* core) {
170
SyncManagerImpl
::
SyncManagerImpl
(const std::string& name)
189
&
SyncManagerImpl
::GetNotificationState);
192
&
SyncManagerImpl
::GetNotificationInfo);
195
&
SyncManagerImpl
::GetRootNodeDetails);
198
&
SyncManagerImpl
::GetNodeSummariesById);
201
&
SyncManagerImpl
::GetNodeDetailsById);
204
&
SyncManagerImpl
::GetAllNodes)
[
all
...]
Completed in 21 milliseconds