OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncSessionContext
(Results
26 - 32
of
32
) sorted by null
1
2
/external/chromium_org/sync/engine/
sync_scheduler_impl.cc
156
sessions::
SyncSessionContext
* context,
syncer_unittest.cc
110
using sessions::
SyncSessionContext
;
229
new
SyncSessionContext
(
468
// Configures
SyncSessionContext
and NudgeTracker so Syncer won't call
501
scoped_ptr<
SyncSessionContext
> context_;
[
all
...]
/external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc
[
all
...]
sync_manager_impl.cc
56
using sessions::
SyncSessionContext
;
432
// Build a
SyncSessionContext
and store the worker in it.
433
DVLOG(1) << "Sync is bringing up
SyncSessionContext
.";
[
all
...]
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
86
using browser_sync::sessions::
SyncSessionContext
;
[
all
...]
syncer_thread.cc
68
SyncerThread::SyncerThread(sessions::
SyncSessionContext
* context,
[
all
...]
syncer_unittest.cc
95
using sessions::
SyncSessionContext
;
188
context_.reset(new
SyncSessionContext
(mock_server_.get(),
472
scoped_ptr<
SyncSessionContext
> context_;
[
all
...]
Completed in 159 milliseconds
1
2