Searched refs:file_proxy (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dtemporary_file_stream.cc9 #include "base/files/file_proxy.h"
23 scoped_ptr<base::FileProxy> file_proxy,
28 if (!file_proxy->IsValid()) {
44 new net::FileStream(file_proxy->TakeFile(), task_runner));
55 scoped_ptr<base::FileProxy> file_proxy(new base::FileProxy(
57 base::FileProxy* proxy = file_proxy.get();
60 base::Bind(&DidCreateTemporaryFile, callback, Passed(&file_proxy)));
21 DidCreateTemporaryFile( const CreateTemporaryFileStreamCallback& callback, scoped_ptr<base::FileProxy> file_proxy, base::File::Error error_code, const base::FilePath& file_path) argument
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.cc8 #include "base/files/file_proxy.h"
241 scoped_ptr<base::FileProxy> file_proxy(new base::FileProxy(
244 base::FileProxy* proxy = file_proxy.get();
249 Passed(&file_proxy)))) {
256 void NaClBrowser::OnIrtOpened(scoped_ptr<base::FileProxy> file_proxy, argument
260 if (file_proxy->IsValid()) {
261 irt_file_ = file_proxy->TakeFile();
H A Dnacl_browser.h156 void OnIrtOpened(scoped_ptr<base::FileProxy> file_proxy,
/external/chromium_org/base/
H A Dbase.target.darwin-arm.mk107 base/files/file_proxy.cc \
H A Dbase.target.darwin-arm64.mk107 base/files/file_proxy.cc \
H A Dbase.target.darwin-mips.mk107 base/files/file_proxy.cc \
H A Dbase.target.darwin-mips64.mk107 base/files/file_proxy.cc \
H A Dbase.target.darwin-x86.mk108 base/files/file_proxy.cc \
H A Dbase.target.darwin-x86_64.mk108 base/files/file_proxy.cc \
H A Dbase.target.linux-arm.mk107 base/files/file_proxy.cc \
H A Dbase.target.linux-arm64.mk107 base/files/file_proxy.cc \
H A Dbase.target.linux-mips.mk107 base/files/file_proxy.cc \
H A Dbase.target.linux-mips64.mk107 base/files/file_proxy.cc \
H A Dbase.target.linux-x86.mk108 base/files/file_proxy.cc \
H A Dbase.target.linux-x86_64.mk108 base/files/file_proxy.cc \

Completed in 2458 milliseconds