HomeSort by relevance Sort by last modified time
    Searched defs:operation_context (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/storage/browser/fileapi/
sandbox_file_system_backend.cc 110 scoped_ptr<FileSystemOperationContext> operation_context = local
112 if (!operation_context)
117 operation_context->set_quota_limit_type(storage::kQuotaLimitTypeUnlimited);
119 operation_context->set_quota_limit_type(storage::kQuotaLimitTypeLimited);
121 return FileSystemOperation::Create(url, context, operation_context.Pass());
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 165 scoped_ptr<storage::FileSystemOperationContext> operation_context = local
167 if (!operation_context)
172 url, context, operation_context.Pass());
176 url, context, operation_context.Pass());

Completed in 139 milliseconds