Home
last modified time | relevance | path

Searched defs:FileProxy (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/nacl/browser/
Dnacl_browser.h23 class FileProxy; variable
Dpnacl_host.cc39 class FileProxy { class
50 FileProxy::FileProxy(scoped_ptr<base::File> file, in FileProxy() function in pnacl::FileProxy
/external/chromium_org/base/files/
Dfile_proxy.cc233 FileProxy::FileProxy(TaskRunner* task_runner) : task_runner_(task_runner) { in FileProxy() function in base::FileProxy