OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SyncSession
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/sync/sessions/
sync_session.cc
12
SyncSession
::
SyncSession
(SyncSessionContext* context, Delegate* delegate,
25
SyncSession
::~
SyncSession
() {}
27
void
SyncSession
::Coalesce(const
SyncSession
& session) {
54
void
SyncSession
::ResetTransientState() {
58
SyncSessionSnapshot
SyncSession
::TakeSnapshot() const {
93
SyncSourceInfo
SyncSession
::TestAndSetSource() {
101
bool
SyncSession
::HasMoreToSync() const
[
all
...]
sync_session.h
6
// store with a sync server. A
SyncSession
instance is passed as a stateful
12
// via
SyncSession
instances.
43
class
SyncSession
{
83
SyncSession
(SyncSessionContext* context,
88
~
SyncSession
();
102
void Coalesce(const
SyncSession
& session);
162
DISALLOW_COPY_AND_ASSIGN(
SyncSession
);
170
ScopedSetSessionWriteTransaction(
SyncSession
* session,
179
SyncSession
* session_;
/external/chromium_org/sync/sessions/
sync_session.cc
19
SyncSession
*
SyncSession
::Build(SyncSessionContext* context,
21
return new
SyncSession
(context, delegate);
24
SyncSession
::
SyncSession
(
32
SyncSession
::~
SyncSession
() {}
34
SyncSessionSnapshot
SyncSession
::TakeSnapshot() const {
38
SyncSessionSnapshot
SyncSession
::TakeSnapshotWithSource(
70
void
SyncSession
::SendSyncCycleEndEventNotification
[
all
...]
sync_session.h
6
// store with a sync server. A
SyncSession
instance is passed as a stateful
7
// bundle throughout the sync cycle. The
SyncSession
is not reused across
36
class SYNC_EXPORT_PRIVATE
SyncSession
{
90
static
SyncSession
* Build(SyncSessionContext* context,
92
~
SyncSession
();
116
SyncSession
(SyncSessionContext* context, Delegate* delegate);
127
DISALLOW_COPY_AND_ASSIGN(
SyncSession
);
Completed in 29 milliseconds