OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetupSync
(Results
26 - 50
of
56
) sorted by null
1
2
3
/external/chromium_org/chrome/browser/sync/test/integration/
two_client_bookmarks_sync_test.cc
59
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
93
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
119
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
130
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
140
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed."
[
all
...]
two_client_typed_urls_sync_test.cc
75
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
94
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
126
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
164
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
193
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed."
[
all
...]
two_client_sessions_sync_test.cc
56
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
78
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
91
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
114
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
127
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed."
[
all
...]
single_client_sessions_sync_test.cc
42
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
65
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
99
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
single_client_managed_user_settings_sync_test.cc
53
ASSERT_TRUE(
SetupSync
());
profile_sync_service_harness.h
70
bool
SetupSync
();
74
bool
SetupSync
(syncer::ModelTypeSet synced_datatypes);
single_client_bookmarks_sync_test.cc
34
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
74
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
175
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
241
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
enable_disable_test.cc
44
ASSERT_TRUE(GetClient(0)->
SetupSync
(syncer::ModelTypeSet()));
47
// before calling
SetupSync
(). We should move this line back to the top
90
ASSERT_TRUE(GetClient(0)->
SetupSync
());
93
// before calling
SetupSync
(). We should move this line back to the top
two_client_extension_settings_and_app_settings_sync_test.cc
93
if (!test()->
SetupSync
())
145
if (!test()->
SetupSync
())
sync_test.h
146
virtual bool
SetupSync
() WARN_UNUSED_RESULT;
/external/chromium_org/chrome/browser/sync/test/integration/performance/
dictionary_sync_perf_test.cc
22
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
autofill_sync_perf_test.cc
171
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
194
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
bookmarks_sync_perf_test.cc
87
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
extensions_sync_perf_test.cc
79
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
passwords_sync_perf_test.cc
82
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
sessions_sync_perf_test.cc
120
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
typed_urls_sync_perf_test.cc
98
ASSERT_TRUE(
SetupSync
()) << "
SetupSync
() failed.";
/external/chromium/chrome/browser/sync/
profile_sync_service_harness.h
54
bool
SetupSync
();
58
bool
SetupSync
(const syncable::ModelTypeSet& synced_datatypes);
profile_sync_service_harness.cc
128
bool ProfileSyncServiceHarness::
SetupSync
() {
134
return
SetupSync
(synced_datatypes);
137
bool ProfileSyncServiceHarness::
SetupSync
(
142
LOG(ERROR) << "
SetupSync
(): service_ is null.";
497
DCHECK(
SetupSync
(synced_datatypes)) << "Reinitialization of Client " << id_
541
DCHECK(
SetupSync
()) << "Reinitialization of Client " << id_ << " failed.";
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
sync_setup_helper.cc
38
if (!client_->
SetupSync
())
/external/chromium_org/chrome/browser/extensions/
app_sync_bundle.h
38
void
SetupSync
(syncer::SyncChangeProcessor* sync_proccessor,
82
// Returns true if
SetupSync
has been called, false otherwise.
extension_sync_bundle.h
38
void
SetupSync
(syncer::SyncChangeProcessor* sync_processor,
82
// Returns true if
SetupSync
has been called, false otherwise.
app_sync_bundle.cc
23
void AppSyncBundle::
SetupSync
(
extension_sync_bundle.cc
23
void ExtensionSyncBundle::
SetupSync
(
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service.h
202
void
SetupSync
();
Completed in 133 milliseconds
1
2
3