Home
last modified time | relevance | path

Searched refs:ScopeOutCallback (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/webkit/common/blob/
Dscoped_file.h36 typedef base::Callback<void(const base::FilePath&)> ScopeOutCallback; typedef
37 typedef std::pair<ScopeOutCallback, scoped_refptr<base::TaskRunner> >
68 void AddScopeOutCallback(const ScopeOutCallback& callback,
Dshareable_file_reference.h21 typedef ScopedFile::ScopeOutCallback FinalReleaseCallback;
Dscoped_file.cc41 const ScopeOutCallback& callback, in AddScopeOutCallback()