OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncBackendHost
(Results
26 - 36
of
36
) sorted by null
1
2
/external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc
112
using browser_sync::
SyncBackendHost
;
322
SyncBackendHost
* backend,
333
browser_sync::
SyncBackendHost
*
profile_sync_service.cc
99
using browser_sync::
SyncBackendHost
;
680
// Initialize the backend. Every time we start up a new
SyncBackendHost
,
802
ShutdownImpl(browser_sync::
SyncBackendHost
::STOP);
809
browser_sync::
SyncBackendHost
::ShutdownOption option) {
840
scoped_ptr<
SyncBackendHost
> doomed_backend(backend_.release());
881
ShutdownImpl(browser_sync::
SyncBackendHost
::DISABLE_AND_CLAIM_THREAD);
[
all
...]
profile_sync_service_mock.h
87
bool(browser_sync::
SyncBackendHost
::Status* result));
sync_global_error_unittest.cc
172
browser_sync::
SyncBackendHost
::Status status;
profile_sync_service_session_unittest.cc
71
using browser_sync::
SyncBackendHost
;
[
all
...]
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.h
58
// The only real implementation of the
SyncBackendHost
. See that interface's
61
: public
SyncBackendHost
,
67
// Create a
SyncBackendHost
with a reference to the |frontend| that
77
//
SyncBackendHost
implementation.
sync_backend_host_impl_unittest.cc
169
backend_->Shutdown(
SyncBackendHost
::STOP);
260
scoped_ptr<
SyncBackendHost
> backend_;
672
backend_->Shutdown(
SyncBackendHost
::STOP);
/external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc
61
DataTypeManagerImpl::DataTypeManagerImpl(
SyncBackendHost
* backend,
/external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc
44
using browser_sync::
SyncBackendHost
;
profile_sync_service_preference_unittest.cc
35
using browser_sync::
SyncBackendHost
;
profile_sync_service_typed_url_unittest.cc
40
using browser_sync::
SyncBackendHost
;
Completed in 255 milliseconds
1
2