Home
last modified time | relevance | path

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

/external/chromium_org/components/nacl/browser/
Dnacl_browser.h58 base::PlatformFile IrtFile() const;
Dnacl_browser.cc236 base::PlatformFile NaClBrowser::IrtFile() const { in IrtFile() function in nacl::NaClBrowser
Dnacl_process_host.cc721 base::PlatformFile irt_file = nacl_browser->IrtFile(); in StartNaClExecution()