Home
last modified time | relevance | path

Searched refs:profile_directory (Results 1 – 8 of 8) sorted by relevance

/external/cronet/components/nacl/browser/
Dnacl_host_message_filter.h33 const base::FilePath& profile_directory);
46 const base::FilePath& profile_directory() const { return profile_directory_; } in profile_directory() function
Dtest_nacl_browser_delegate.cc46 const base::FilePath& profile_directory) { in GetMapUrlToLocalFilePathCallback() argument
Dtest_nacl_browser_delegate.h39 const base::FilePath& profile_directory) override;
Dnacl_browser_delegate.h72 const base::FilePath& profile_directory) = 0;
Dnacl_host_message_filter.cc82 const base::FilePath& profile_directory) in NaClHostMessageFilter() argument
86 profile_directory_(profile_directory) {} in NaClHostMessageFilter()
Dnacl_process_host.h82 const base::FilePath& profile_directory);
Dnacl_file_host.cc236 nacl_host_message_filter->profile_directory()); in OpenNaClExecutable()
Dnacl_process_host.cc223 const base::FilePath& profile_directory) in NaClProcessHost() argument
240 profile_directory_(profile_directory) { in NaClProcessHost()