HomeSort by relevance Sort by last modified time
    Searched refs:InitTask (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/sync/
profile_sync_test_util.cc 23 NewRunnableMethod(this, &ThreadNotificationService::InitTask));
38 void ThreadNotificationService::InitTask() {
profile_sync_test_util.h 57 void InitTask();
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.h 76 class InitTask;
appcache_storage_impl.cc 246 // InitTask -------
248 class AppCacheStorageImpl::InitTask : public DatabaseTask {
250 explicit InitTask(AppCacheStorageImpl* storage)
260 virtual ~InitTask() {}
270 void AppCacheStorageImpl::InitTask::Run() {
277 void AppCacheStorageImpl::InitTask::RunCompleted() {
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.h 150 class InitTask;
metrics_service.cc 354 class MetricsService::InitTask : public Task {
356 explicit InitTask(MessageLoop* callback_loop)
    [all...]

Completed in 269 milliseconds