Searched defs:CreateRootTask (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.cc110 CreateRootTask::CreateRootTask( function in class:CreateRootTask
115 CreateRootTask::~CreateRootTask() {}
116 void CreateRootTask::Run() {
120 bool CreateRootTask::success() {
H A Dabstract_profile_sync_service_test.h55 class CreateRootTask : public Task { class in inherits:Task
57 CreateRootTask(AbstractProfileSyncServiceTest* test,
60 virtual ~CreateRootTask();
H A Dprofile_sync_service_session_unittest.cc148 class CreateRootTask : public Task { class in namespace:browser_sync
150 explicit CreateRootTask(ProfileSyncServiceSessionTest* test) function in class:browser_sync::CreateRootTask
154 virtual ~CreateRootTask() {}
171 CreateRootTask task(this);
199 CreateRootTask task(this);
251 CreateRootTask task(this);
321 CreateRootTask task(this);
339 CreateRootTask task(this);
358 CreateRootTask task(this);
376 CreateRootTask tas
[all...]

Completed in 135 milliseconds