HomeSort by relevance Sort by last modified time
    Searched refs:off_the_record (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ppapi/shared_impl/
ppapi_nacl_channel_args.cc 11 PpapiNaClChannelArgs::PpapiNaClChannelArgs() : off_the_record(false),
ppapi_nacl_channel_args.h 20 bool off_the_record; member in struct:ppapi::PpapiNaClChannelArgs
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 104 bool QueryKnownToValidate(const std::string& signature, bool off_the_record);
105 void SetKnownToValidate(const std::string& signature, bool off_the_record);
nacl_host_message_filter.h 42 bool off_the_record() { return off_the_record_; } function in class:nacl::NaClHostMessageFilter
nacl_browser.cc 445 bool off_the_record) {
447 if (off_the_record) {
461 bool off_the_record) {
463 if (off_the_record) {
nacl_process_host.h 61 // off_the_record: was the process launched from an incognito renderer?
70 bool off_the_record,
nacl_process_host.cc 233 bool off_the_record,
251 off_the_record_(off_the_record),
804 args.off_the_record = nacl_host_message_filter_->off_the_record();
    [all...]
  /external/chromium_org/content/shell/browser/
shell_browser_context.h 29 ShellBrowserContext(bool off_the_record, net::NetLog* net_log);
shell_browser_context.cc 63 ShellBrowserContext::ShellBrowserContext(bool off_the_record,
65 : off_the_record_(off_the_record),
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.h 77 bool off_the_record() { return off_the_record_; } function in class:ChromeRenderMessageFilter
  /external/chromium_org/ppapi/proxy/
plugin_main_nacl.cc 228 args.off_the_record);
ppapi_messages.h 349 IPC_STRUCT_TRAITS_MEMBER(off_the_record)
    [all...]

Completed in 336 milliseconds