Searched refs:off_the_record (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dppapi_nacl_plugin_args.cc13 : off_the_record(false),
H A Dppapi_nacl_plugin_args.h20 bool off_the_record; member in struct:ppapi::PpapiNaClPluginArgs
/external/chromium_org/components/nacl/browser/
H A Dnacl_browser.h118 bool QueryKnownToValidate(const std::string& signature, bool off_the_record);
119 void SetKnownToValidate(const std::string& signature, bool off_the_record);
H A Dnacl_host_message_filter.h42 bool off_the_record() { return off_the_record_; } function in class:nacl::NaClHostMessageFilter
H A Dnacl_browser.cc438 bool off_the_record) {
440 if (off_the_record) {
454 bool off_the_record) {
456 if (off_the_record) {
437 QueryKnownToValidate(const std::string& signature, bool off_the_record) argument
453 SetKnownToValidate(const std::string& signature, bool off_the_record) argument
H A Dnacl_process_host.h66 // off_the_record: was the process launched from an incognito renderer?
79 bool off_the_record,
H A Dnacl_process_host.cc249 bool off_the_record,
268 off_the_record_(off_the_record),
935 args.off_the_record = nacl_host_message_filter_->off_the_record();
238 NaClProcessHost(const GURL& manifest_url, base::File nexe_file, const NaClFileToken& nexe_token, ppapi::PpapiPermissions permissions, int render_view_id, uint32 permission_bits, bool uses_irt, bool uses_nonsfi_mode, bool enable_dyncode_syscalls, bool enable_exception_handling, bool enable_crash_throttling, bool off_the_record, const base::FilePath& profile_directory) argument
/external/chromium_org/content/shell/browser/
H A Dshell_browser_context.cc57 ShellBrowserContext::ShellBrowserContext(bool off_the_record, argument
59 : off_the_record_(off_the_record),
H A Dshell_browser_context.h29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log);
/external/chromium_org/ppapi/nacl_irt/
H A Dppapi_dispatcher.cc193 args.off_the_record);
/external/chromium_org/ppapi/proxy/
H A Dppapi_messages.h425 IPC_STRUCT_TRAITS_MEMBER(off_the_record)

Completed in 148 milliseconds