Home | History | Annotate | Download | only in fileapi

Lines Matching refs:Owned

22 using base::Owned;
164 Bind(&RunCreateOrOpenCallback, base::Owned(context_ptr), callback));
176 sync_file_util_.get(), base::Owned(context_ptr), url),
177 Bind(&EnsureFileExistsHelper::Reply, Owned(helper), callback));
192 base::Owned(context_ptr), url, exclusive, recursive),
206 sync_file_util_.get(), base::Owned(context_ptr), url),
207 Bind(&GetFileInfoHelper::ReplyFileInfo, Owned(helper), callback));
219 sync_file_util_.get(), base::Owned(context_ptr), url,
234 base::Owned(context_ptr), url,
249 base::Owned(context_ptr), url, length),
266 Unretained(sync_file_util_.get()), base::Owned(context_ptr),
282 Unretained(sync_file_util_.get()), base::Owned(context_ptr),
298 base::Owned(context_ptr), src_file_path, dest_url),
312 base::Owned(context_ptr), url),
326 base::Owned(context_ptr), url),
347 sync_file_util_.get(), base::Owned(context_ptr), url),
348 Bind(&GetFileInfoHelper::ReplySnapshotFile, Owned(helper), callback));