OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProfileSyncServiceHarness
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.h
24
class
ProfileSyncServiceHarness
{
26
static
ProfileSyncServiceHarness
* Create(
30
virtual ~
ProfileSyncServiceHarness
();
52
bool AwaitMutualSyncCycleCompletion(
ProfileSyncServiceHarness
* partner);
59
std::vector<
ProfileSyncServiceHarness
*>& partners);
66
std::vector<
ProfileSyncServiceHarness
*>& clients);
102
ProfileSyncServiceHarness
(
133
DISALLOW_COPY_AND_ASSIGN(
ProfileSyncServiceHarness
);
profile_sync_service_harness.cc
110
ProfileSyncServiceHarness
*
ProfileSyncServiceHarness
::Create(
114
return new
ProfileSyncServiceHarness
(profile, username, password);
117
ProfileSyncServiceHarness
::
ProfileSyncServiceHarness
(
129
ProfileSyncServiceHarness
::~
ProfileSyncServiceHarness
() { }
131
void
ProfileSyncServiceHarness
::SetCredentials(const std::string& username,
137
bool
ProfileSyncServiceHarness
::SetupSync() {
149
bool
ProfileSyncServiceHarness
::SetupSync
[
all
...]
Completed in 29 milliseconds