Home
last modified time | relevance | path

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

/external/chromium_org/components/nacl/browser/
Dnacl_browser.h99 void PutFilePath(const base::FilePath& path, uint64* file_token_lo,
Dnacl_file_host.cc108 nacl_browser->PutFilePath(file_path, &file_token_lo, &file_token_hi); in DoRegisterOpenedNaClExecutableFile()
Dnacl_browser.cc407 void NaClBrowser::PutFilePath(const base::FilePath& path, uint64* file_token_lo, in PutFilePath() function in nacl::NaClBrowser