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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend.cc 107 scoped_ptr<FileSystemOperationContext> operation_context = local
109 if (!operation_context)
114 operation_context->set_quota_limit_type(quota::kQuotaLimitTypeUnlimited);
116 operation_context->set_quota_limit_type(quota::kQuotaLimitTypeLimited);
118 return FileSystemOperation::Create(url, context, operation_context.Pass());
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.cc 160 scoped_ptr<fileapi::FileSystemOperationContext> operation_context = local
162 if (!operation_context)
167 url, context, operation_context.Pass());
171 url, context, operation_context.Pass());

Completed in 47 milliseconds